AppServiceExtensions.GetAppServicePlans メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetAppServicePlans(ResourceGroupResource) |
ResourceGroupResource 内の AppServicePlanResources のコレクションを取得します。 |
GetAppServicePlans(SubscriptionResource, Nullable<Boolean>, CancellationToken) |
「サブスクリプションのすべてのApp Serviceプランを取得する」の説明。
|
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メソッドが実行するインスタンス。
すべてのApp Serviceプラン プロパティを返すコード>true</code> を指定<します。 既定値は <、プロパティのサブセットを返すコード>false</code> です。 すべてのプロパティを取得すると、API の待機時間が長くなる可能性があります。
- cancellationToken
- CancellationToken
使用する取り消しトークン。
戻り値
反復処理するために複数の AppServicePlanResource サービス要求を受け取る可能性がある のコレクション。