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

19 lines (18 loc) 1.49 kB
export { AccountArgs } from "./account"; export type Account = import("./account").Account; export declare const Account: typeof import("./account").Account; export { ChannelArgs } from "./channel"; export type Channel = import("./channel").Channel; export declare const Channel: typeof import("./channel").Channel; export { GetAccountArgs, GetAccountResult, GetAccountOutputArgs } from "./getAccount"; export declare const getAccount: typeof import("./getAccount").getAccount; export declare const getAccountOutput: typeof import("./getAccount").getAccountOutput; export { GetChannelArgs, GetChannelResult, GetChannelOutputArgs } from "./getChannel"; export declare const getChannel: typeof import("./getChannel").getChannel; export declare const getChannelOutput: typeof import("./getChannel").getChannelOutput; export { ListAccountChannelTypesArgs, ListAccountChannelTypesResult, ListAccountChannelTypesOutputArgs } from "./listAccountChannelTypes"; export declare const listAccountChannelTypes: typeof import("./listAccountChannelTypes").listAccountChannelTypes; export declare const listAccountChannelTypesOutput: typeof import("./listAccountChannelTypes").listAccountChannelTypesOutput; export { ListAccountKeysArgs, ListAccountKeysResult, ListAccountKeysOutputArgs } from "./listAccountKeys"; export declare const listAccountKeys: typeof import("./listAccountKeys").listAccountKeys; export declare const listAccountKeysOutput: typeof import("./listAccountKeys").listAccountKeysOutput;