次の方法で共有


AppServiceEnvironmentResource.GetAppServicePlans(CancellationToken) メソッド

定義

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

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

パラメーター

cancellationToken
CancellationToken

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

戻り値

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

適用対象