VirtualMachineIpTag Class

Contains the IP tag associated with the public IP address.

Constructor

VirtualMachineIpTag(*args: Any, **kwargs: Any)

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.

first_party_service_tag_id
str

The first party service tag resource identifier associated with the public IP address.

Attributes

first_party_service_tag_id

The first party service tag resource identifier associated with the public IP address.

first_party_service_tag_id: str | None

ip_tag_type

FirstPartyUsage.

ip_tag_type: str | None

tag

SQL, Storage etc.

tag: str | None