TagsOperationsExtensions.CreateOrUpdateAtScopeAsync Method

Definition

Creates or updates the entire set of tags on a resource or subscription.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Models.TagsResource> CreateOrUpdateAtScopeAsync (this Microsoft.Azure.Management.ResourceManager.ITagsOperations operations, string scope, Microsoft.Azure.Management.ResourceManager.Models.TagsResource parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAtScopeAsync : Microsoft.Azure.Management.ResourceManager.ITagsOperations * string * Microsoft.Azure.Management.ResourceManager.Models.TagsResource * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Models.TagsResource>
<Extension()>
Public Function CreateOrUpdateAtScopeAsync (operations As ITagsOperations, scope As String, parameters As TagsResource, Optional cancellationToken As CancellationToken = Nothing) As Task(Of TagsResource)

Parameters

operations
ITagsOperations

The operations group for this extension method.

scope
String

The resource scope.

parameters
TagsResource
cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

This operation allows adding or replacing the entire set of tags on the specified resource or subscription. The specified entity can have a maximum of 50 tags.

Applies to