ArmHDInsightModelFactory.HDInsightClusterIPTag(String, String) Method

Definition

public static Azure.ResourceManager.HDInsight.Models.HDInsightClusterIPTag HDInsightClusterIPTag(string ipTagType = default, string tag = default);
static member HDInsightClusterIPTag : string * string -> Azure.ResourceManager.HDInsight.Models.HDInsightClusterIPTag
Public Shared Function HDInsightClusterIPTag (Optional ipTagType As String = Nothing, Optional tag As String = Nothing) As HDInsightClusterIPTag

Parameters

ipTagType
String

Gets or sets the ipTag type: Example FirstPartyUsage.

tag
String

Gets or sets value of the IpTag associated with the public IP. Example HDInsight, SQL, Storage etc.

Returns

A new HDInsightClusterIPTag instance for mocking.

Applies to