Share via


Tag Constructors

Definition

Overloads

Tag()

Initializes a new instance of the Tag class.

Tag(String, String)

Initializes a new instance of the Tag class.

Tag()

Initializes a new instance of the Tag class.

public Tag ();
Public Sub New ()

Applies to

Tag(String, String)

Initializes a new instance of the Tag class.

public Tag (string name, string value);
new Microsoft.Azure.Management.OperationalInsights.Models.Tag : string * string -> Microsoft.Azure.Management.OperationalInsights.Models.Tag
Public Sub New (name As String, value As String)

Parameters

name
String

The tag name.

value
String

The tag value.

Applies to