@pulumi/azure-native
Version:
[](https://slack.pulumi.com) [](https://npmjs.com/package/@pulumi/azure-native) [ • 2.32 kB
TypeScript
export { ApplicationArgs } from "./application";
export type Application = import("./application").Application;
export declare const Application: typeof import("./application").Application;
export { ApplicationPackageArgs } from "./applicationPackage";
export type ApplicationPackage = import("./applicationPackage").ApplicationPackage;
export declare const ApplicationPackage: typeof import("./applicationPackage").ApplicationPackage;
export { BatchAccountArgs } from "./batchAccount";
export type BatchAccount = import("./batchAccount").BatchAccount;
export declare const BatchAccount: typeof import("./batchAccount").BatchAccount;
export { GetApplicationArgs, GetApplicationResult, GetApplicationOutputArgs } from "./getApplication";
export declare const getApplication: typeof import("./getApplication").getApplication;
export declare const getApplicationOutput: typeof import("./getApplication").getApplicationOutput;
export { GetApplicationPackageArgs, GetApplicationPackageResult, GetApplicationPackageOutputArgs } from "./getApplicationPackage";
export declare const getApplicationPackage: typeof import("./getApplicationPackage").getApplicationPackage;
export declare const getApplicationPackageOutput: typeof import("./getApplicationPackage").getApplicationPackageOutput;
export { GetBatchAccountArgs, GetBatchAccountResult, GetBatchAccountOutputArgs } from "./getBatchAccount";
export declare const getBatchAccount: typeof import("./getBatchAccount").getBatchAccount;
export declare const getBatchAccountOutput: typeof import("./getBatchAccount").getBatchAccountOutput;
export { GetPoolArgs, GetPoolResult, GetPoolOutputArgs } from "./getPool";
export declare const getPool: typeof import("./getPool").getPool;
export declare const getPoolOutput: typeof import("./getPool").getPoolOutput;
export { ListBatchAccountKeysArgs, ListBatchAccountKeysResult, ListBatchAccountKeysOutputArgs } from "./listBatchAccountKeys";
export declare const listBatchAccountKeys: typeof import("./listBatchAccountKeys").listBatchAccountKeys;
export declare const listBatchAccountKeysOutput: typeof import("./listBatchAccountKeys").listBatchAccountKeysOutput;
export { PoolArgs } from "./pool";
export type Pool = import("./pool").Pool;
export declare const Pool: typeof import("./pool").Pool;
export * from "../types/enums/batch";