@pulumi/azure-native
Version:
[](https://slack.pulumi.com) [](https://npmjs.com/package/@pulumi/azure-native) [ • 4.26 kB
TypeScript
export { CommunicationServiceArgs } from "./communicationService";
export type CommunicationService = import("./communicationService").CommunicationService;
export declare const CommunicationService: typeof import("./communicationService").CommunicationService;
export { DomainArgs } from "./domain";
export type Domain = import("./domain").Domain;
export declare const Domain: typeof import("./domain").Domain;
export { EmailServiceArgs } from "./emailService";
export type EmailService = import("./emailService").EmailService;
export declare const EmailService: typeof import("./emailService").EmailService;
export { GetCommunicationServiceArgs, GetCommunicationServiceResult, GetCommunicationServiceOutputArgs } from "./getCommunicationService";
export declare const getCommunicationService: typeof import("./getCommunicationService").getCommunicationService;
export declare const getCommunicationServiceOutput: typeof import("./getCommunicationService").getCommunicationServiceOutput;
export { GetDomainArgs, GetDomainResult, GetDomainOutputArgs } from "./getDomain";
export declare const getDomain: typeof import("./getDomain").getDomain;
export declare const getDomainOutput: typeof import("./getDomain").getDomainOutput;
export { GetEmailServiceArgs, GetEmailServiceResult, GetEmailServiceOutputArgs } from "./getEmailService";
export declare const getEmailService: typeof import("./getEmailService").getEmailService;
export declare const getEmailServiceOutput: typeof import("./getEmailService").getEmailServiceOutput;
export { GetSenderUsernameArgs, GetSenderUsernameResult, GetSenderUsernameOutputArgs } from "./getSenderUsername";
export declare const getSenderUsername: typeof import("./getSenderUsername").getSenderUsername;
export declare const getSenderUsernameOutput: typeof import("./getSenderUsername").getSenderUsernameOutput;
export { GetSmtpUsernameArgs, GetSmtpUsernameResult, GetSmtpUsernameOutputArgs } from "./getSmtpUsername";
export declare const getSmtpUsername: typeof import("./getSmtpUsername").getSmtpUsername;
export declare const getSmtpUsernameOutput: typeof import("./getSmtpUsername").getSmtpUsernameOutput;
export { GetSuppressionListArgs, GetSuppressionListResult, GetSuppressionListOutputArgs } from "./getSuppressionList";
export declare const getSuppressionList: typeof import("./getSuppressionList").getSuppressionList;
export declare const getSuppressionListOutput: typeof import("./getSuppressionList").getSuppressionListOutput;
export { GetSuppressionListAddressArgs, GetSuppressionListAddressResult, GetSuppressionListAddressOutputArgs } from "./getSuppressionListAddress";
export declare const getSuppressionListAddress: typeof import("./getSuppressionListAddress").getSuppressionListAddress;
export declare const getSuppressionListAddressOutput: typeof import("./getSuppressionListAddress").getSuppressionListAddressOutput;
export { ListCommunicationServiceKeysArgs, ListCommunicationServiceKeysResult, ListCommunicationServiceKeysOutputArgs } from "./listCommunicationServiceKeys";
export declare const listCommunicationServiceKeys: typeof import("./listCommunicationServiceKeys").listCommunicationServiceKeys;
export declare const listCommunicationServiceKeysOutput: typeof import("./listCommunicationServiceKeys").listCommunicationServiceKeysOutput;
export { SenderUsernameArgs } from "./senderUsername";
export type SenderUsername = import("./senderUsername").SenderUsername;
export declare const SenderUsername: typeof import("./senderUsername").SenderUsername;
export { SmtpUsernameArgs } from "./smtpUsername";
export type SmtpUsername = import("./smtpUsername").SmtpUsername;
export declare const SmtpUsername: typeof import("./smtpUsername").SmtpUsername;
export { SuppressionListArgs } from "./suppressionList";
export type SuppressionList = import("./suppressionList").SuppressionList;
export declare const SuppressionList: typeof import("./suppressionList").SuppressionList;
export { SuppressionListAddressArgs } from "./suppressionListAddress";
export type SuppressionListAddress = import("./suppressionListAddress").SuppressionListAddress;
export declare const SuppressionListAddress: typeof import("./suppressionListAddress").SuppressionListAddress;
export * from "../types/enums/communication";