Package version:

Contains the IpTag associated with the public IP address

interface IpTag {
    ipTagType: string;
    tag: string;
}

Properties

Properties

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