PublicIPPrefix interface
Public IP prefix resource.
- Extends
Properties
| extended |
The extended location of the public ip address. |
| properties | Public IP prefix properties. |
| sku | The public IP prefix SKU. |
| zones | A list of availability zones denoting the IP allocated for the resource needs to come from. |
Property Details
extendedLocation
The extended location of the public ip address.
extendedLocation?: ExtendedLocation
Property Value
properties
Public IP prefix properties.
properties?: PublicIPPrefixPropertiesFormat
Property Value
sku
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
location
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From Resource.tags