Aracılığıyla paylaş


IUpdateWithTags<T>.WithTags(IDictionary<String,String>) Method

Definition

Specifies tags for the resource as a Map.

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

Parameters

tags
IDictionary<String,String>

A Map of tags.

Returns

Applies to