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 = default, string tag = default);
new Microsoft.Azure.Management.Network.Models.IpTag : string * string -> Microsoft.Azure.Management.Network.Models.IpTag
Public Sub New (Optional ipTagType As String = Nothing, Optional tag As String = Nothing)

Parameters

ipTagType
String

The IP tag type. Example: FirstPartyUsage.

tag
String

The value of the IP tag associated with the public IP. Example: SQL.

Applies to