VirtualMachineIpTag Class
Contains the IP tag associated with the public IP address.
Constructor
VirtualMachineIpTag(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
ip_tag_type
|
IP tag type. Example: FirstPartyUsage. |
|
tag
|
IP tag associated with the public IP. Example: SQL, Storage etc. |
|
first_party_service_tag_id
|
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