VirtualMachineScaleSetIpTag Class

Contains the IP tag associated with the public IP address.

Inheritance
azure.mgmt.compute._serialization.Model
VirtualMachineScaleSetIpTag

Constructor

VirtualMachineScaleSetIpTag(*, ip_tag_type: str | None = None, tag: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
ip_tag_type
str

IP tag type. Example: FirstPartyUsage.

tag
str

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

Variables

Name Description
ip_tag_type
str

IP tag type. Example: FirstPartyUsage.

tag
str

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