ArmHDInsightModelFactory.HDInsightClusterIPTag(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.