listDomainRecommendations

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.

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