ScalingPlanPersonalScheduleCollection.CreateOrUpdateAsync Method

Definition

Create or update a ScalingPlanPersonalSchedule.

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

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.

scalingPlanScheduleName
String

The name of the ScalingPlanSchedule.

data
ScalingPlanPersonalScheduleData

Object containing ScalingPlanPersonalSchedule definitions.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

scalingPlanScheduleName or data is null.

Applies to