次の方法で共有


AppServiceExtensions.GetAppServicePlans メソッド

定義

オーバーロード

GetAppServicePlans(ResourceGroupResource)

ResourceGroupResource 内の AppServicePlanResources のコレクションを取得します。

GetAppServicePlans(SubscriptionResource, Nullable<Boolean>, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Web/serverfarms
  • 操作IdAppServicePlans_List

GetAppServicePlans(ResourceGroupResource)

ResourceGroupResource 内の AppServicePlanResources のコレクションを取得します。

public static Azure.ResourceManager.AppService.AppServicePlanCollection GetAppServicePlans (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetAppServicePlans : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.AppService.AppServicePlanCollection
<Extension()>
Public Function GetAppServicePlans (resourceGroupResource As ResourceGroupResource) As AppServicePlanCollection

パラメーター

resourceGroupResource
ResourceGroupResource

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

戻り値

AppServicePlanResources のコレクションとその AppServicePlanResource に対する操作を表す オブジェクト。

適用対象

GetAppServicePlans(SubscriptionResource, Nullable<Boolean>, CancellationToken)

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

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

パラメーター

subscriptionResource
SubscriptionResource

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

detailed
Nullable<Boolean>

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

cancellationToken
CancellationToken

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

戻り値

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

適用対象