MockableMaintenanceResourceGroupResource.CreateOrUpdateApplyUpdateAsync Method

Definition

Apply maintenance updates to resource

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

Parameters

providerName
String

Resource provider name.

resourceType
String

Resource type.

resourceName
String

Resource identifier.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

providerName, resourceType or resourceName is null.

Applies to