ResourceGroupsOperationsExtensions.PatchAsync(IResourceGroupsOperations, String, ResourceGroupInner, CancellationToken) Method
Definition
Resource groups can be updated through a simple PATCH operation to a group address. The format of the request is the same as that for creating a resource groups, though if a field is unspecified current value will be carried over.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.ResourceGroupInner> PatchAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IResourceGroupsOperations operations, string resourceGroupName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.ResourceGroupInner parameters, System.Threading.CancellationToken cancellationToken = null);
static member PatchAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IResourceGroupsOperations * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.ResourceGroupInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.ResourceGroupInner>
Parameters
- operations
- IResourceGroupsOperations
The operations group for this extension method.
- resourceGroupName
- String
The name of the resource group to be created or updated. The name is case insensitive.
- parameters
- ResourceGroupInner
Parameters supplied to the update state resource group service operation.
- cancellationToken
- CancellationToken
The cancellation token.