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

20 lines (19 loc) 2 kB
export { DomainArgs } from "./domain"; export type Domain = import("./domain").Domain; export declare const Domain: typeof import("./domain").Domain; export { DomainOwnershipIdentifierArgs } from "./domainOwnershipIdentifier"; export type DomainOwnershipIdentifier = import("./domainOwnershipIdentifier").DomainOwnershipIdentifier; export declare const DomainOwnershipIdentifier: typeof import("./domainOwnershipIdentifier").DomainOwnershipIdentifier; export { GetDomainArgs, GetDomainResult, GetDomainOutputArgs } from "./getDomain"; export declare const getDomain: typeof import("./getDomain").getDomain; export declare const getDomainOutput: typeof import("./getDomain").getDomainOutput; export { GetDomainOwnershipIdentifierArgs, GetDomainOwnershipIdentifierResult, GetDomainOwnershipIdentifierOutputArgs } from "./getDomainOwnershipIdentifier"; export declare const getDomainOwnershipIdentifier: typeof import("./getDomainOwnershipIdentifier").getDomainOwnershipIdentifier; export declare const getDomainOwnershipIdentifierOutput: typeof import("./getDomainOwnershipIdentifier").getDomainOwnershipIdentifierOutput; export { ListDomainRecommendationsArgs, ListDomainRecommendationsResult, ListDomainRecommendationsOutputArgs } from "./listDomainRecommendations"; export declare const listDomainRecommendations: typeof import("./listDomainRecommendations").listDomainRecommendations; export declare const listDomainRecommendationsOutput: typeof import("./listDomainRecommendations").listDomainRecommendationsOutput; export { ListTopLevelDomainAgreementsArgs, ListTopLevelDomainAgreementsResult, ListTopLevelDomainAgreementsOutputArgs } from "./listTopLevelDomainAgreements"; export declare const listTopLevelDomainAgreements: typeof import("./listTopLevelDomainAgreements").listTopLevelDomainAgreements; export declare const listTopLevelDomainAgreementsOutput: typeof import("./listTopLevelDomainAgreements").listTopLevelDomainAgreementsOutput; export * from "../types/enums/domainregistration";