Share via


GenericResource.SetTags Method

Definition

Replace the tags on the resource with the given set.

public virtual Azure.Response<Azure.ResourceManager.Resources.GenericResource> SetTags (System.Collections.Generic.IDictionary<string,string> tags, System.Threading.CancellationToken cancellationToken = default);
abstract member SetTags : System.Collections.Generic.IDictionary<string, string> * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Resources.GenericResource>
override this.SetTags : System.Collections.Generic.IDictionary<string, string> * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Resources.GenericResource>
Public Overridable Function SetTags (tags As IDictionary(Of String, String), Optional cancellationToken As CancellationToken = Nothing) As Response(Of GenericResource)

Parameters

tags
IDictionary<String,String>

The set of tags to use as replacement.

cancellationToken
CancellationToken

A token to allow the caller to cancel the call to the service. The default value is None.

Returns

The updated resource with the tags replaced.

Applies to