IDefinitionWithTags<T>.WithTags Method

Definition

Specifies tags for the resource as a {@link Map}.

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

Parameters

tags
IDictionary<String,String>

tags a {@link Map} of tags

Returns

T

the next stage of the resource definition

Applies to