ManagedInstanceStartStopScheduleCollection.CreateOrUpdate Method

Definition

Creates or updates the managed instance's Start/Stop schedule.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/startStopSchedules/{startStopScheduleName}
  • Operation Id: StartStopManagedInstanceSchedules_CreateOrUpdate
  • Default Api Version: 2022-08-01-preview
  • Resource: ManagedInstanceStartStopScheduleResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Sql.ManagedInstanceStartStopScheduleResource> CreateOrUpdate (Azure.WaitUntil waitUntil, Azure.ResourceManager.Sql.Models.ManagedInstanceStartStopScheduleName startStopScheduleName, Azure.ResourceManager.Sql.ManagedInstanceStartStopScheduleData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * Azure.ResourceManager.Sql.Models.ManagedInstanceStartStopScheduleName * Azure.ResourceManager.Sql.ManagedInstanceStartStopScheduleData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Sql.ManagedInstanceStartStopScheduleResource>
override this.CreateOrUpdate : Azure.WaitUntil * Azure.ResourceManager.Sql.Models.ManagedInstanceStartStopScheduleName * Azure.ResourceManager.Sql.ManagedInstanceStartStopScheduleData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Sql.ManagedInstanceStartStopScheduleResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, startStopScheduleName As ManagedInstanceStartStopScheduleName, data As ManagedInstanceStartStopScheduleData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of ManagedInstanceStartStopScheduleResource)

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.

startStopScheduleName
ManagedInstanceStartStopScheduleName

Name of the managed instance Start/Stop schedule.

data
ManagedInstanceStartStopScheduleData

The requested managed instance Start/Stop schedule.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

data is null.

Applies to