Share via


MaintenanceApplyUpdateCollection.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: ApplyUpdates_CreateOrUpdateOrCancel
  • Default Api Version: 2023-10-01-preview
  • Resource: MaintenanceApplyUpdateResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string providerName, string resourceType, string resourceName, string applyUpdateName, Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * string * string * string * Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * string * string * string * Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, providerName As String, resourceType As String, resourceName As String, applyUpdateName As String, 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.

providerName
String

Resource provider name.

resourceType
String

Resource type.

resourceName
String

Resource identifier.

applyUpdateName
String

ApplyUpdate name.

data
MaintenanceApplyUpdateData

The ApplyUpdate.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

providerName, resourceType, resourceName or applyUpdateName is an empty string, and was expected to be non-empty.

providerName, resourceType, resourceName, applyUpdateName or data is null.

Applies to