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

29 lines (28 loc) 2.32 kB
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";