@microsoft/dev-tunnels-contracts
Version:
Tunnels library for Visual Studio tools
18 lines • 692 B
TypeScript
import { TunnelServiceProperties as ITunnelServiceProperties } from './tunnelServiceProperties';
/**
* Gets production service properties.
*/
export declare const production: ITunnelServiceProperties;
/**
* Gets properties for the service in the staging environment (PPE).
*/
export declare const staging: ITunnelServiceProperties;
/**
* Gets properties for the service in the development environment.
*/
export declare const development: ITunnelServiceProperties;
/**
* Gets properties for the service in the specified environment.
*/
export declare function environment(environmentName: string): ITunnelServiceProperties;
//# sourceMappingURL=tunnelServicePropertiesStatics.d.ts.map