IPTag Constructors

Definition

Overloads

IPTag()

Initializes a new instance of the IPTag class.

IPTag(String, String)

Initializes a new instance of the IPTag class.

IPTag()

Initializes a new instance of the IPTag class.

public IPTag ();
Public Sub New ()

Applies to

IPTag(String, String)

Initializes a new instance of the IPTag class.

public IPTag (string ipTagType, string tag);
new Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.IPTag : string * string -> Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.IPTag
Public Sub New (ipTagType As String, tag As String)

Parameters

ipTagType
String

The IP tag type.

tag
String

The value of the IP tag.

Applies to