次の方法で共有


DesktopVirtualizationExtensions.GetScalingPlans メソッド

定義

オーバーロード

GetScalingPlans(ResourceGroupResource)

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

GetScalingPlans(SubscriptionResource, Nullable<Int32>, Nullable<Boolean>, Nullable<Int32>, CancellationToken)

サブスクリプションのスケーリング プランを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.DesktopVirtualization/scalingPlans
  • 操作IdScalingPlans_ListBySubscription

GetScalingPlans(ResourceGroupResource)

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

public static Azure.ResourceManager.DesktopVirtualization.ScalingPlanCollection GetScalingPlans (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetScalingPlans : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.DesktopVirtualization.ScalingPlanCollection
<Extension()>
Public Function GetScalingPlans (resourceGroupResource As ResourceGroupResource) As ScalingPlanCollection

パラメーター

resourceGroupResource
ResourceGroupResource

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

戻り値

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

適用対象

GetScalingPlans(SubscriptionResource, Nullable<Int32>, Nullable<Boolean>, Nullable<Int32>, CancellationToken)

サブスクリプションのスケーリング プランを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.DesktopVirtualization/scalingPlans
  • 操作IdScalingPlans_ListBySubscription
public static Azure.Pageable<Azure.ResourceManager.DesktopVirtualization.ScalingPlanResource> GetScalingPlans (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, int? pageSize = default, bool? isDescending = default, int? initialSkip = default, System.Threading.CancellationToken cancellationToken = default);
static member GetScalingPlans : Azure.ResourceManager.Resources.SubscriptionResource * Nullable<int> * Nullable<bool> * Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DesktopVirtualization.ScalingPlanResource>
<Extension()>
Public Function GetScalingPlans (subscriptionResource As SubscriptionResource, Optional pageSize As Nullable(Of Integer) = Nothing, Optional isDescending As Nullable(Of Boolean) = Nothing, Optional initialSkip As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ScalingPlanResource)

パラメーター

subscriptionResource
SubscriptionResource

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

pageSize
Nullable<Int32>

1 ページあたりのアイテム数。

isDescending
Nullable<Boolean>

コレクションが降順であるかどうかを示します。

initialSkip
Nullable<Int32>

スキップする項目の初期数。

cancellationToken
CancellationToken

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

戻り値

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

適用対象