1. Packages
  2. Azure Native
  3. API Docs
  4. domainregistration
  5. listDomainRecommendations
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.34.0 published on Thursday, Mar 28, 2024 by Pulumi

azure-native.domainregistration.listDomainRecommendations

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.34.0 published on Thursday, Mar 28, 2024 by Pulumi

    Description for Get domain name recommendations based on keywords. Azure REST API version: 2022-09-01.

    Other available API versions: 2015-04-01, 2018-02-01, 2019-08-01, 2020-06-01, 2020-09-01, 2020-10-01, 2020-12-01, 2021-01-01, 2021-01-15, 2021-02-01, 2021-03-01, 2022-03-01, 2023-01-01.

    Using listDomainRecommendations

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function listDomainRecommendations(args: ListDomainRecommendationsArgs, opts?: InvokeOptions): Promise<ListDomainRecommendationsResult>
    function listDomainRecommendationsOutput(args: ListDomainRecommendationsOutputArgs, opts?: InvokeOptions): Output<ListDomainRecommendationsResult>
    def list_domain_recommendations(keywords: Optional[str] = None,
                                    max_domain_recommendations: Optional[int] = None,
                                    opts: Optional[InvokeOptions] = None) -> ListDomainRecommendationsResult
    def list_domain_recommendations_output(keywords: Optional[pulumi.Input[str]] = None,
                                    max_domain_recommendations: Optional[pulumi.Input[int]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[ListDomainRecommendationsResult]
    func ListDomainRecommendations(ctx *Context, args *ListDomainRecommendationsArgs, opts ...InvokeOption) (*ListDomainRecommendationsResult, error)
    func ListDomainRecommendationsOutput(ctx *Context, args *ListDomainRecommendationsOutputArgs, opts ...InvokeOption) ListDomainRecommendationsResultOutput

    > Note: This function is named ListDomainRecommendations in the Go SDK.

    public static class ListDomainRecommendations 
    {
        public static Task<ListDomainRecommendationsResult> InvokeAsync(ListDomainRecommendationsArgs args, InvokeOptions? opts = null)
        public static Output<ListDomainRecommendationsResult> Invoke(ListDomainRecommendationsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<ListDomainRecommendationsResult> listDomainRecommendations(ListDomainRecommendationsArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:domainregistration:listDomainRecommendations
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Keywords string
    Keywords to be used for generating domain recommendations.
    MaxDomainRecommendations int
    Maximum number of recommendations.
    Keywords string
    Keywords to be used for generating domain recommendations.
    MaxDomainRecommendations int
    Maximum number of recommendations.
    keywords String
    Keywords to be used for generating domain recommendations.
    maxDomainRecommendations Integer
    Maximum number of recommendations.
    keywords string
    Keywords to be used for generating domain recommendations.
    maxDomainRecommendations number
    Maximum number of recommendations.
    keywords str
    Keywords to be used for generating domain recommendations.
    max_domain_recommendations int
    Maximum number of recommendations.
    keywords String
    Keywords to be used for generating domain recommendations.
    maxDomainRecommendations Number
    Maximum number of recommendations.

    listDomainRecommendations Result

    The following output properties are available:

    NextLink string
    Link to next page of resources.
    Value List<Pulumi.AzureNative.DomainRegistration.Outputs.NameIdentifierResponse>
    Collection of resources.
    NextLink string
    Link to next page of resources.
    Value []NameIdentifierResponse
    Collection of resources.
    nextLink String
    Link to next page of resources.
    value List<NameIdentifierResponse>
    Collection of resources.
    nextLink string
    Link to next page of resources.
    value NameIdentifierResponse[]
    Collection of resources.
    next_link str
    Link to next page of resources.
    value Sequence[NameIdentifierResponse]
    Collection of resources.
    nextLink String
    Link to next page of resources.
    value List<Property Map>
    Collection of resources.

    Supporting Types

    NameIdentifierResponse

    Name string
    Name of the object.
    Name string
    Name of the object.
    name String
    Name of the object.
    name string
    Name of the object.
    name str
    Name of the object.
    name String
    Name of the object.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.34.0 published on Thursday, Mar 28, 2024 by Pulumi