次の方法で共有


DomainsOperationsExtensions.ListRecommendationsAsync メソッド

定義

キーワードに基づいてドメイン名の推奨事項を取得します。

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

パラメーター

operations
IDomainsOperations

この拡張メソッドの操作グループ。

parameters
DomainRecommendationSearchParameters

ドメイン名の推奨事項の検索パラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

キーワードに基づくドメイン名の推奨事項の取得に関する説明。

適用対象