DevCenterScheduleCollection.CreateOrUpdate Method

Definition

Creates or updates a Schedule.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/projects/{projectName}/pools/{poolName}/schedules/{scheduleName}
  • Operation Id: Schedules_CreateOrUpdate
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DevCenter.DevCenterScheduleResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string scheduleName, Azure.ResourceManager.DevCenter.DevCenterScheduleData data, int? top = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.DevCenter.DevCenterScheduleData * Nullable<int> * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DevCenter.DevCenterScheduleResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.DevCenter.DevCenterScheduleData * Nullable<int> * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DevCenter.DevCenterScheduleResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, scheduleName As String, data As DevCenterScheduleData, Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of DevCenterScheduleResource)

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.

scheduleName
String

The name of the schedule that uniquely identifies it.

data
DevCenterScheduleData

Represents a scheduled task.

top
Nullable<Int32>

The maximum number of resources to return from the operation. Example: '$top=10'.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

scheduleName or data is null.

Applies to