@pulumi/azure-native
Version:
[](https://slack.pulumi.com) [](https://npmjs.com/package/@pulumi/azure-native) [ • 1.54 kB
TypeScript
export { CommunicationsGatewayArgs } from "./communicationsGateway";
export type CommunicationsGateway = import("./communicationsGateway").CommunicationsGateway;
export declare const CommunicationsGateway: typeof import("./communicationsGateway").CommunicationsGateway;
export { ContactArgs } from "./contact";
export type Contact = import("./contact").Contact;
export declare const Contact: typeof import("./contact").Contact;
export { GetCommunicationsGatewayArgs, GetCommunicationsGatewayResult, GetCommunicationsGatewayOutputArgs } from "./getCommunicationsGateway";
export declare const getCommunicationsGateway: typeof import("./getCommunicationsGateway").getCommunicationsGateway;
export declare const getCommunicationsGatewayOutput: typeof import("./getCommunicationsGateway").getCommunicationsGatewayOutput;
export { GetContactArgs, GetContactResult, GetContactOutputArgs } from "./getContact";
export declare const getContact: typeof import("./getContact").getContact;
export declare const getContactOutput: typeof import("./getContact").getContactOutput;
export { GetTestLineArgs, GetTestLineResult, GetTestLineOutputArgs } from "./getTestLine";
export declare const getTestLine: typeof import("./getTestLine").getTestLine;
export declare const getTestLineOutput: typeof import("./getTestLine").getTestLineOutput;
export { TestLineArgs } from "./testLine";
export type TestLine = import("./testLine").TestLine;
export declare const TestLine: typeof import("./testLine").TestLine;
export * from "../types/enums/voiceservices";