UNPKG

@pulumi/azure-native

Version:

[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com) [![NPM version](https://badge.fury.io/js/%40pulumi%2Fazure-native.svg)](https://npmjs.com/package/@pulumi/azure-native) [![Python version](https://badge.fury.io/py/pu

41 lines (40 loc) 2.9 kB
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";