Share via


ManagedClusterIPTag(String, String) Constructor

Definition

Initializes a new instance of ManagedClusterIPTag.

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

Parameters

ipTagType
String

The IP tag type.

tag
String

The value of the IP tag.

Exceptions

ipTagType or tag is null.

Applies to