IWithTags.WithTags(IDictionary<String,String>) Method

Definition

Specifies tags for the connection monitor.

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

Parameters

tags
IDictionary<String,String>

Tags indexed by name.

Returns

Applies to