Sdílet prostřednictvím


DomainsOperationsExtensions.ListRecommendationsAsync Metoda

Definice

Získejte doporučení pro názvy domén na základě klíčových slov.

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))

Parametry

operations
IDomainsOperations

Skupina operací pro tuto rozšiřující metodu.

parameters
DomainRecommendationSearchParameters

Parametry vyhledávání pro doporučení pro názvy domén.

cancellationToken
CancellationToken

Token zrušení.

Návraty

Poznámky

Popis pro získání doporučení pro názvy domén na základě klíčových slov.

Platí pro