Sdílet prostřednictvím


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.Fluent.Models.TagsResourceInner> CreateOrUpdateAtScopeAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.ITagsOperations operations, string scope, Microsoft.Azure.Management.ResourceManager.Fluent.Models.TagsInner properties, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAtScopeAsync : Microsoft.Azure.Management.ResourceManager.Fluent.ITagsOperations * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.TagsInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.TagsResourceInner>
<Extension()>
Public Function CreateOrUpdateAtScopeAsync (operations As ITagsOperations, scope As String, properties As TagsInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of TagsResourceInner)

Parameters

operations
ITagsOperations

The operations group for this extension method.

scope
String

The resource scope.

properties
TagsInner

The set of tags.

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