Share via


VirtualMachineScaleSetIpTag Class

Contains the IP tag associated with the public IP address.

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.

Default value: None
tag
str

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

Default value: None

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.