IpTagArgs

data class IpTagArgs(val ipTagType: Output<String>, val tag: Output<String>) : ConvertibleToJava<IpTagArgs>

Contains the IpTag associated with the public IP address

Constructors

Link copied to clipboard
constructor(ipTagType: Output<String>, tag: Output<String>)

Properties

Link copied to clipboard
val ipTagType: Output<String>

Gets or sets the ipTag type: Example FirstPartyUsage.

Link copied to clipboard
val tag: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): IpTagArgs