Share via


MaintenanceApplyUpdateResource.UpdateAsync Method

Definition

Apply maintenance updates to resource

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

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.

data
MaintenanceApplyUpdateData

The ApplyUpdate.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

data is null.

Applies to