PublicIPAddress Class

Public IP address resource.

Constructor

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

Variables

Name Description
id
str

Resource ID.

name
str

Resource name.

type
str

Resource type.

location
str

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
str

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