次の方法で共有


AppServiceEnvironmentResource.GetAppServicePlansAsync メソッド

定義

「App Service Environment内のすべてのApp Serviceプランを取得する」の説明。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/serverfarms
  • 操作IdAppServiceEnvironments_ListAppServicePlans
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppService.AppServicePlanResource> GetAppServicePlansAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAppServicePlansAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.AppServicePlanResource>
override this.GetAppServicePlansAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.AppServicePlanResource>
Public Overridable Function GetAppServicePlansAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AppServicePlanResource)

パラメーター

cancellationToken
CancellationToken

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

戻り値

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

適用対象