次の方法で共有


AppServiceExtensions.GetAppServicePlansAsync メソッド

定義

「サブスクリプションのすべてのApp Serviceプランを取得する」の説明。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Web/serverfarms
  • 操作IdAppServicePlans_List
public static Azure.AsyncPageable<Azure.ResourceManager.AppService.AppServicePlanResource> GetAppServicePlansAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, bool? detailed = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAppServicePlansAsync : Azure.ResourceManager.Resources.SubscriptionResource * Nullable<bool> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.AppServicePlanResource>
<Extension()>
Public Function GetAppServicePlansAsync (subscriptionResource As SubscriptionResource, Optional detailed As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AppServicePlanResource)

パラメーター

subscriptionResource
SubscriptionResource

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

detailed
Nullable<Boolean>

すべてのApp Serviceプラン プロパティを返すコード>true</code> を指定<します。 既定値は <、プロパティのサブセットを返すコード>false</code> です。 すべてのプロパティを取得すると、API の待機時間が長くなる可能性があります。

cancellationToken
CancellationToken

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

戻り値

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

適用対象