listDomainRecommendations

Get domain name recommendations based on keywords. API Version: 2020-10-01.

Return

Collection of domain name identifiers.

Parameters

argument

null


suspend fun listDomainRecommendations(keywords: String? = null, maxDomainRecommendations: Int? = null): ListDomainRecommendationsResult

Return

Collection of domain name identifiers.

Parameters

keywords

Keywords to be used for generating domain recommendations.

maxDomainRecommendations

Maximum number of recommendations.

See also


Return

Collection of domain name identifiers.

Parameters

argument

Builder for com.pulumi.azurenative.domainregistration.kotlin.inputs.ListDomainRecommendationsPlainArgs.

See also