DomainregistrationFunctions

Functions

Link copied to clipboard

Description for Get a domain. Uses Azure REST API version 2024-04-01. Other available API versions: 2022-09-01, 2023-01-01, 2023-12-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native domainregistration [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun getDomain(argument: suspend GetDomainPlainArgsBuilder.() -> Unit): GetDomainResult
suspend fun getDomain(domainName: String, resourceGroupName: String): GetDomainResult
Link copied to clipboard

Description for Get ownership identifier for domain Uses Azure REST API version 2024-04-01. Other available API versions: 2022-09-01, 2023-01-01, 2023-12-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native domainregistration [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun getDomainOwnershipIdentifier(domainName: String, name: String, resourceGroupName: String): GetDomainOwnershipIdentifierResult
Link copied to clipboard

Description for Get domain name recommendations based on keywords. Uses Azure REST API version 2024-04-01. Other available API versions: 2022-09-01, 2023-01-01, 2023-12-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native domainregistration [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun listDomainRecommendations(keywords: String? = null, maxDomainRecommendations: Int? = null): ListDomainRecommendationsResult
Link copied to clipboard

Description for Gets all legal agreements that user needs to accept before purchasing a domain. Uses Azure REST API version 2024-04-01. Other available API versions: 2022-09-01, 2023-01-01, 2023-12-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native domainregistration [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun listTopLevelDomainAgreements(forTransfer: Boolean? = null, includePrivacy: Boolean? = null, name: String): ListTopLevelDomainAgreementsResult