次の方法で共有


AppServiceExtensions.GetAppServiceDomainRecommendationsAsync メソッド

定義

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.DomainRegistration/listDomainRecommendations
  • 操作IdDomains_ListRecommendations
public static Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.AppServiceDomainNameIdentifier> GetAppServiceDomainRecommendationsAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.ResourceManager.AppService.Models.DomainRecommendationSearchContent content, System.Threading.CancellationToken cancellationToken = default);
static member GetAppServiceDomainRecommendationsAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.ResourceManager.AppService.Models.DomainRecommendationSearchContent * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.AppServiceDomainNameIdentifier>
<Extension()>
Public Function GetAppServiceDomainRecommendationsAsync (subscriptionResource As SubscriptionResource, content As DomainRecommendationSearchContent, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AppServiceDomainNameIdentifier)

パラメーター

subscriptionResource
SubscriptionResource

SubscriptionResourceメソッドが実行されるインスタンス。

content
DomainRecommendationSearchContent

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

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の AppServiceDomainNameIdentifier サービス要求を受け取る可能性がある の非同期コレクション。

例外

content が null です。

適用対象