MaintenanceExtensions.CreateOrUpdateApplyUpdateByParentAsync Method

Definition

Apply maintenance updates to resource with parent

  • Request Path: /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{providerName}/{resourceParentType}/{resourceParentName}/{resourceType}/{resourceName}/providers/Microsoft.Maintenance/applyUpdates/default
  • Operation Id: ApplyUpdates_CreateOrUpdateParent
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateResource>> CreateOrUpdateApplyUpdateByParentAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string providerName, string resourceParentType, string resourceParentName, string resourceType, string resourceName, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateApplyUpdateByParentAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateResource>>
<Extension()>
Public Function CreateOrUpdateApplyUpdateByParentAsync (resourceGroupResource As ResourceGroupResource, providerName As String, resourceParentType As String, resourceParentName As String, resourceType As String, resourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of MaintenanceApplyUpdateResource))

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource instance the method will execute against.

providerName
String

Resource provider name.

resourceParentType
String

Resource parent type.

resourceParentName
String

Resource parent identifier.

resourceType
String

Resource type.

resourceName
String

Resource identifier.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

resourceGroupResource, providerName, resourceParentType, resourceParentName, resourceType or resourceName is null.

Applies to