DomainsOperationsExtensions.ListRecommendationsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get domain name recommendations based on keywords.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.NameIdentifier>> ListRecommendationsAsync (this Microsoft.Azure.Management.AppService.Fluent.IDomainsOperations operations, Microsoft.Azure.Management.AppService.Fluent.Models.DomainRecommendationSearchParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member ListRecommendationsAsync : Microsoft.Azure.Management.AppService.Fluent.IDomainsOperations * Microsoft.Azure.Management.AppService.Fluent.Models.DomainRecommendationSearchParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.NameIdentifier>>
<Extension()>
Public Function ListRecommendationsAsync (operations As IDomainsOperations, parameters As DomainRecommendationSearchParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of NameIdentifier))
Parameters
- operations
- IDomainsOperations
The operations group for this extension method.
- parameters
- DomainRecommendationSearchParameters
Search parameters for domain name recommendations.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Remarks
Description for Get domain name recommendations based on keywords.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET