Package version:

Interface VirtualMachineIpTag

Contains the IP tag associated with the public IP address.

interface VirtualMachineIpTag {
    ipTagType?: string;
    tag?: string;
}

Properties

Properties

ipTagType?: string

IP tag type. Example: FirstPartyUsage.

tag?: string

IP tag associated with the public IP. Example: SQL, Storage etc.