TagsOperationsExtensions.CreateOrUpdateAtScope Method

Definition

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

public static Microsoft.Azure.Management.ResourceManager.Models.TagsResource CreateOrUpdateAtScope (this Microsoft.Azure.Management.ResourceManager.ITagsOperations operations, string scope, Microsoft.Azure.Management.ResourceManager.Models.TagsResource parameters);
static member CreateOrUpdateAtScope : Microsoft.Azure.Management.ResourceManager.ITagsOperations * string * Microsoft.Azure.Management.ResourceManager.Models.TagsResource -> Microsoft.Azure.Management.ResourceManager.Models.TagsResource
<Extension()>
Public Function CreateOrUpdateAtScope (operations As ITagsOperations, scope As String, parameters As TagsResource) As TagsResource

Parameters

operations
ITagsOperations

The operations group for this extension method.

scope
String

The resource scope.

parameters
TagsResource

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