Package version:

Interface VirtualMachineScaleSetIpTag

Contains the IP tag associated with the public IP address.

interface VirtualMachineScaleSetIpTag {
    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.