Bagikan melalui


ScalingPlanCollection.CreateOrUpdate Method

Definition

Create or update a scaling plan.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/scalingPlans/{scalingPlanName}
  • Operation Id: ScalingPlans_Create
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DesktopVirtualization.ScalingPlanResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string scalingPlanName, Azure.ResourceManager.DesktopVirtualization.ScalingPlanData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.DesktopVirtualization.ScalingPlanData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DesktopVirtualization.ScalingPlanResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.DesktopVirtualization.ScalingPlanData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DesktopVirtualization.ScalingPlanResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, scalingPlanName As String, data As ScalingPlanData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of ScalingPlanResource)

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

scalingPlanName
String

The name of the scaling plan.

data
ScalingPlanData

Object containing scaling plan definitions.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

scalingPlanName is an empty string, and was expected to be non-empty.

scalingPlanName or data is null.

Applies to