DesktopVirtualizationExtensions.GetScalingPlans Method

Definition

Overloads

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

List scaling plans in subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DesktopVirtualization/scalingPlans
  • Operation Id: ScalingPlans_ListBySubscription
  • Default Api Version: 2024-04-03
  • Resource: ScalingPlanResource
GetScalingPlans(ResourceGroupResource)

Gets a collection of ScalingPlanResources in the ResourceGroupResource. MockingTo mock this method, please mock GetScalingPlans() instead.

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

Source:
DesktopVirtualizationExtensions.cs

List scaling plans in subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DesktopVirtualization/scalingPlans
  • Operation Id: ScalingPlans_ListBySubscription
  • Default Api Version: 2024-04-03
  • Resource: ScalingPlanResource
C#
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);

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

pageSize
Nullable<Int32>

Number of items per page.

isDescending
Nullable<Boolean>

Indicates whether the collection is descending.

initialSkip
Nullable<Int32>

Initial number of items to skip.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of ScalingPlanResource that may take multiple service requests to iterate over.

Exceptions

subscriptionResource is null.

Applies to

Azure SDK for .NET Latest
Product Versions
Azure SDK for .NET Latest

GetScalingPlans(ResourceGroupResource)

Source:
DesktopVirtualizationExtensions.cs

Gets a collection of ScalingPlanResources in the ResourceGroupResource. MockingTo mock this method, please mock GetScalingPlans() instead.

C#
public static Azure.ResourceManager.DesktopVirtualization.ScalingPlanCollection GetScalingPlans(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource instance the method will execute against.

Returns

An object representing collection of ScalingPlanResources and their operations over a ScalingPlanResource.

Exceptions

resourceGroupResource is null.

Applies to

Azure SDK for .NET Latest
Product Versions
Azure SDK for .NET Latest