Bagikan melalui


IndependentChildResourceImpl<IFluentResourceT,FluentParentModelT,InnerModelT,FluentResourceT,IDefinitionT,IUpdatableT,ManagerT>.WithTags Method

Definition

Specifies tags for the resource as a Map.

public FluentResourceT WithTags (System.Collections.Generic.IDictionary<string,string> tags);
member this.WithTags : System.Collections.Generic.IDictionary<string, string> -> 'FluentResourceT
Public Function WithTags (tags As IDictionary(Of String, String)) As FluentResourceT

Parameters

tags
IDictionary<String,String>

A Map of tags.

Returns

FluentResourceT

Applies to