DomainregistrationFunctions

Functions

Link copied to clipboard

Description for Get a domain. Uses Azure REST API version 2022-09-01. Other available API versions: 2020-10-01, 2023-01-01, 2023-12-01, 2024-04-01.

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 2022-09-01. Other available API versions: 2020-10-01, 2023-01-01, 2023-12-01, 2024-04-01.

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 2022-09-01. Other available API versions: 2020-10-01, 2020-12-01, 2021-01-01, 2021-01-15, 2021-02-01, 2021-03-01, 2022-03-01, 2023-01-01, 2023-12-01, 2024-04-01.

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 2022-09-01. Other available API versions: 2020-10-01, 2020-12-01, 2021-01-01, 2021-01-15, 2021-02-01, 2021-03-01, 2022-03-01, 2023-01-01, 2023-12-01, 2024-04-01.

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