Condividi tramite


IWithTags.WithTag(String, String) Method

Definition

Adds a tag to the connection monitor.

public Microsoft.Azure.Management.Network.Fluent.ConnectionMonitor.Definition.IWithCreate WithTag (string key, string value);
abstract member WithTag : string * string -> Microsoft.Azure.Management.Network.Fluent.ConnectionMonitor.Definition.IWithCreate
Public Function WithTag (key As String, value As String) As IWithCreate

Parameters

key
String

The key for the tag.

value
String

The value for the tag.

Returns

Applies to