ResourcesOperationsExtensions.BeginUpdateAsync Method

Definition

Updates a resource.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.GenericResourceInner> BeginUpdateAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IResourcesOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, string apiVersion, Microsoft.Azure.Management.ResourceManager.Fluent.Models.GenericResourceInner parameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginUpdateAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IResourcesOperations * string * string * string * string * string * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.GenericResourceInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.GenericResourceInner>
<Extension()>
Public Function BeginUpdateAsync (operations As IResourcesOperations, resourceGroupName As String, resourceProviderNamespace As String, parentResourcePath As String, resourceType As String, resourceName As String, apiVersion As String, parameters As GenericResourceInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GenericResourceInner)

Parameters

operations
IResourcesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group for the resource. The name is case insensitive.

resourceProviderNamespace
String

The namespace of the resource provider.

parentResourcePath
String

The parent resource identity.

resourceType
String

The resource type of the resource to update.

resourceName
String

The name of the resource to update.

apiVersion
String

The API version to use for the operation.

parameters
GenericResourceInner

Parameters for updating the resource.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to