PublicIPAddress Class
Public IP address resource.
Constructor
PublicIPAddress(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
id
|
Resource ID. |
|
name
|
Resource name. |
|
type
|
Resource type. |
|
location
|
Resource location. |
|
tags
|
Resource tags. |
|
properties
|
Public IP address properties. |
|
extended_location
|
The extended location of the public ip address. |
|
sku
|
The public IP address SKU. |
|
etag
|
A unique read-only string that changes whenever the resource is updated. |
|
zones
|
A list of availability zones denoting the IP allocated for the resource needs to come from. |
Attributes
etag
A unique read-only string that changes whenever the resource is updated.
etag: str | None
extended_location
The extended location of the public ip address.
extended_location: _models.ExtendedLocation | None
properties
Public IP address properties.
properties: _models.PublicIPAddressPropertiesFormat | None
sku
The public IP address SKU.
sku: _models.PublicIPAddressSku | None
zones
A list of availability zones denoting the IP allocated for the resource needs to come from.
zones: list[str] | None