@pulumi/azure-native
Version: 
[](https://slack.pulumi.com) [](https://npmjs.com/package/@pulumi/azure-native) [ • 3.61 kB
TypeScript
export { BotArgs } from "./bot";
export type Bot = import("./bot").Bot;
export declare const Bot: typeof import("./bot").Bot;
export { BotConnectionArgs } from "./botConnection";
export type BotConnection = import("./botConnection").BotConnection;
export declare const BotConnection: typeof import("./botConnection").BotConnection;
export { ChannelArgs } from "./channel";
export type Channel = import("./channel").Channel;
export declare const Channel: typeof import("./channel").Channel;
export { GetBotArgs, GetBotResult, GetBotOutputArgs } from "./getBot";
export declare const getBot: typeof import("./getBot").getBot;
export declare const getBotOutput: typeof import("./getBot").getBotOutput;
export { GetBotConnectionArgs, GetBotConnectionResult, GetBotConnectionOutputArgs } from "./getBotConnection";
export declare const getBotConnection: typeof import("./getBotConnection").getBotConnection;
export declare const getBotConnectionOutput: typeof import("./getBotConnection").getBotConnectionOutput;
export { GetChannelArgs, GetChannelResult, GetChannelOutputArgs } from "./getChannel";
export declare const getChannel: typeof import("./getChannel").getChannel;
export declare const getChannelOutput: typeof import("./getChannel").getChannelOutput;
export { GetPrivateEndpointConnectionArgs, GetPrivateEndpointConnectionResult, GetPrivateEndpointConnectionOutputArgs } from "./getPrivateEndpointConnection";
export declare const getPrivateEndpointConnection: typeof import("./getPrivateEndpointConnection").getPrivateEndpointConnection;
export declare const getPrivateEndpointConnectionOutput: typeof import("./getPrivateEndpointConnection").getPrivateEndpointConnectionOutput;
export { ListBotConnectionServiceProvidersArgs, ListBotConnectionServiceProvidersResult } from "./listBotConnectionServiceProviders";
export declare const listBotConnectionServiceProviders: typeof import("./listBotConnectionServiceProviders").listBotConnectionServiceProviders;
export declare const listBotConnectionServiceProvidersOutput: typeof import("./listBotConnectionServiceProviders").listBotConnectionServiceProvidersOutput;
export { ListBotConnectionWithSecretsArgs, ListBotConnectionWithSecretsResult, ListBotConnectionWithSecretsOutputArgs } from "./listBotConnectionWithSecrets";
export declare const listBotConnectionWithSecrets: typeof import("./listBotConnectionWithSecrets").listBotConnectionWithSecrets;
export declare const listBotConnectionWithSecretsOutput: typeof import("./listBotConnectionWithSecrets").listBotConnectionWithSecretsOutput;
export { ListChannelWithKeysArgs, ListChannelWithKeysResult, ListChannelWithKeysOutputArgs } from "./listChannelWithKeys";
export declare const listChannelWithKeys: typeof import("./listChannelWithKeys").listChannelWithKeys;
export declare const listChannelWithKeysOutput: typeof import("./listChannelWithKeys").listChannelWithKeysOutput;
export { ListQnAMakerEndpointKeyArgs, ListQnAMakerEndpointKeyResult, ListQnAMakerEndpointKeyOutputArgs } from "./listQnAMakerEndpointKey";
export declare const listQnAMakerEndpointKey: typeof import("./listQnAMakerEndpointKey").listQnAMakerEndpointKey;
export declare const listQnAMakerEndpointKeyOutput: typeof import("./listQnAMakerEndpointKey").listQnAMakerEndpointKeyOutput;
export { PrivateEndpointConnectionArgs } from "./privateEndpointConnection";
export type PrivateEndpointConnection = import("./privateEndpointConnection").PrivateEndpointConnection;
export declare const PrivateEndpointConnection: typeof import("./privateEndpointConnection").PrivateEndpointConnection;
export * from "../types/enums/botservice";