Language

MaintenanceExtensions.CreateOrUpdateApplyUpdateByParent Method

Definition

Overloads

Name Description
CreateOrUpdateApplyUpdateByParent(ArmClient, ResourceIdentifier, CancellationToken)

Apply maintenance updates to resource with parent <item> Mocking. To mock this method, please mock CreateOrUpdateApplyUpdateByParent(ResourceIdentifier, CancellationToken) instead. </item>

CreateOrUpdateApplyUpdateByParent(ResourceGroupResource, String, String, String, String, String, CancellationToken)

Apply maintenance updates to resource with parent.

CreateOrUpdateApplyUpdateByParent(ArmClient, ResourceIdentifier, CancellationToken)

Source:
MaintenanceExtensions.cs

Apply maintenance updates to resource with parent <item> Mocking. To mock this method, please mock CreateOrUpdateApplyUpdateByParent(ResourceIdentifier, CancellationToken) instead. </item>

public static Azure.Response<Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateData> CreateOrUpdateApplyUpdateByParent(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateApplyUpdateByParent : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateData>
<Extension()>
Public Function CreateOrUpdateApplyUpdateByParent (client As ArmClient, scope As ResourceIdentifier, Optional cancellationToken As CancellationToken = Nothing) As Response(Of MaintenanceApplyUpdateData)

Parameters

client
ArmClient

The ArmClient the method will execute against.

scope
ResourceIdentifier

The scope that the resource will apply against.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

client is null.

Applies to

CreateOrUpdateApplyUpdateByParent(ResourceGroupResource, String, String, String, String, String, CancellationToken)

Source:
MaintenanceExtensions.cs
Source:
MaintenanceExtensions.cs

Apply maintenance updates to resource with parent.

public static Azure.Response<Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateResource> CreateOrUpdateApplyUpdateByParent(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string providerName, string resourceParentType, string resourceParentName, string resourceType, string resourceName, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateApplyUpdateByParent : Azure.ResourceManager.Resources.ResourceGroupResource * string * string * string * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateResource>
<Extension()>
Public Function CreateOrUpdateApplyUpdateByParent (resourceGroupResource As ResourceGroupResource, providerName As String, resourceParentType As String, resourceParentName As String, resourceType As String, resourceName As String, Optional cancellationToken As CancellationToken = Nothing) As 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