MaintenanceGroupApplyUpdateCollection.CreateOrUpdateAsync Method

Definition

Apply maintenance updates to resource

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{providerName}/{resourceType}/{resourceName}/providers/Microsoft.Maintenance/applyUpdates/{applyUpdateName}.
  • Operation Id. : ApplyUpdateOperationGroup_CreateOrUpdateOrCancel.
  • Default Api Version. : 2023-10-01-preview.
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Maintenance.MaintenanceGroupApplyUpdateResource>> CreateOrUpdateAsync(Azure.WaitUntil waitUntil, string applyUpdateName, Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Maintenance.MaintenanceGroupApplyUpdateResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Maintenance.MaintenanceGroupApplyUpdateResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, applyUpdateName As String, data As MaintenanceApplyUpdateData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of MaintenanceGroupApplyUpdateResource))

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.

applyUpdateName
String

The name of the ApplyUpdate.

data
MaintenanceApplyUpdateData

The ApplyUpdate.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

applyUpdateName or data is null.

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

Applies to