@pulumi/azure-native
Version:
[](https://slack.pulumi.com) [](https://npmjs.com/package/@pulumi/azure-native) [ • 2.9 kB
TypeScript
export { ApplicationArgs } from "./application";
export type Application = import("./application").Application;
export declare const Application: typeof import("./application").Application;
export { GatewayArgs } from "./gateway";
export type Gateway = import("./gateway").Gateway;
export declare const Gateway: typeof import("./gateway").Gateway;
export { GetApplicationArgs, GetApplicationResult, GetApplicationOutputArgs } from "./getApplication";
export declare const getApplication: typeof import("./getApplication").getApplication;
export declare const getApplicationOutput: typeof import("./getApplication").getApplicationOutput;
export { GetGatewayArgs, GetGatewayResult, GetGatewayOutputArgs } from "./getGateway";
export declare const getGateway: typeof import("./getGateway").getGateway;
export declare const getGatewayOutput: typeof import("./getGateway").getGatewayOutput;
export { GetNetworkArgs, GetNetworkResult, GetNetworkOutputArgs } from "./getNetwork";
export declare const getNetwork: typeof import("./getNetwork").getNetwork;
export declare const getNetworkOutput: typeof import("./getNetwork").getNetworkOutput;
export { GetSecretArgs, GetSecretResult, GetSecretOutputArgs } from "./getSecret";
export declare const getSecret: typeof import("./getSecret").getSecret;
export declare const getSecretOutput: typeof import("./getSecret").getSecretOutput;
export { GetSecretValueArgs, GetSecretValueResult, GetSecretValueOutputArgs } from "./getSecretValue";
export declare const getSecretValue: typeof import("./getSecretValue").getSecretValue;
export declare const getSecretValueOutput: typeof import("./getSecretValue").getSecretValueOutput;
export { GetVolumeArgs, GetVolumeResult, GetVolumeOutputArgs } from "./getVolume";
export declare const getVolume: typeof import("./getVolume").getVolume;
export declare const getVolumeOutput: typeof import("./getVolume").getVolumeOutput;
export { ListSecretValueArgs, ListSecretValueResult, ListSecretValueOutputArgs } from "./listSecretValue";
export declare const listSecretValue: typeof import("./listSecretValue").listSecretValue;
export declare const listSecretValueOutput: typeof import("./listSecretValue").listSecretValueOutput;
export { NetworkArgs } from "./network";
export type Network = import("./network").Network;
export declare const Network: typeof import("./network").Network;
export { SecretArgs } from "./secret";
export type Secret = import("./secret").Secret;
export declare const Secret: typeof import("./secret").Secret;
export { SecretValueArgs } from "./secretValue";
export type SecretValue = import("./secretValue").SecretValue;
export declare const SecretValue: typeof import("./secretValue").SecretValue;
export { VolumeArgs } from "./volume";
export type Volume = import("./volume").Volume;
export declare const Volume: typeof import("./volume").Volume;
export * from "../types/enums/servicefabricmesh";