CustomIpPrefixOutput interface
Custom IP prefix resource.
- Extends
Properties
| etag | A unique read-only string that changes whenever the resource is updated. |
| extended |
The extended location of the custom IP prefix. |
| properties | Custom IP prefix properties. |
| 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. |
| name | Resource name. |
| tags | Resource tags. |
| type | Resource type. |
Property Details
etag
A unique read-only string that changes whenever the resource is updated.
etag?: string
Property Value
string
extendedLocation
The extended location of the custom IP prefix.
extendedLocation?: ExtendedLocationOutput
Property Value
properties
Custom IP prefix properties.
properties?: CustomIpPrefixPropertiesFormatOutput
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
location
name
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From ResourceOutput.tags