Share via


PublicIPAddress interface

Public IP address resource.

Extends

Properties

extendedLocation

The extended location of the public ip address.

properties

Public IP address properties.

sku

The public IP address SKU.

zones

A list of availability zones denoting the IP allocated for the resource needs to come from.

Inherited Properties

id

Resource ID.

location

Resource location.

tags

Resource tags.

Property Details

extendedLocation

The extended location of the public ip address.

extendedLocation?: ExtendedLocation

Property Value

properties

Public IP address properties.

properties?: PublicIPAddressPropertiesFormat

Property Value

sku

The public IP address SKU.

sku?: PublicIPAddressSku

Property Value

zones

A list of availability zones denoting the IP allocated for the resource needs to come from.

zones?: string[]

Property Value

string[]

Inherited Property Details

id

Resource ID.

id?: string

Property Value

string

Inherited From Resource.id

location

Resource location.

location?: string

Property Value

string

Inherited From Resource.location

tags

Resource tags.

tags?: Record<string, string>

Property Value

Record<string, string>

Inherited From Resource.tags