PublicIPPrefix interface
Public IP prefix resource.
- Extends
Properties
| custom |
The customIpPrefix that this prefix is associated with. |
| etag | A unique read-only string that changes whenever the resource is updated. |
| extended |
The extended location of the public ip address. |
| ip |
The allocated Prefix. |
| ip |
The list of tags associated with the public IP prefix. |
| load |
The reference to load balancer frontend IP configuration associated with the public IP prefix. |
| nat |
NatGateway of Public IP Prefix. |
| prefix |
The Length of the Public IP Prefix. |
| provisioning |
The provisioning state of the public IP prefix resource. |
| public |
The list of all referenced PublicIPAddresses. |
| public |
The public IP address version. |
| resource |
The resource GUID property of the public IP prefix resource. |
| sku | The public IP prefix 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. |
| name | Resource name. |
| tags | Resource tags. |
| type | Resource type. |
Property Details
customIPPrefix
The customIpPrefix that this prefix is associated with.
customIPPrefix?: SubResource
Property Value
etag
A unique read-only string that changes whenever the resource is updated.
etag?: string
Property Value
string
extendedLocation
The extended location of the public ip address.
extendedLocation?: ExtendedLocation
Property Value
ipPrefix
The allocated Prefix.
ipPrefix?: string
Property Value
string
ipTags
loadBalancerFrontendIpConfiguration
The reference to load balancer frontend IP configuration associated with the public IP prefix.
loadBalancerFrontendIpConfiguration?: SubResource
Property Value
natGateway
prefixLength
The Length of the Public IP Prefix.
prefixLength?: number
Property Value
number
provisioningState
The provisioning state of the public IP prefix resource.
provisioningState?: string
Property Value
string
publicIPAddresses
The list of all referenced PublicIPAddresses.
publicIPAddresses?: ReferencedPublicIpAddress[]
Property Value
publicIPAddressVersion
The public IP address version.
publicIPAddressVersion?: string
Property Value
string
resourceGuid
The resource GUID property of the public IP prefix resource.
resourceGuid?: string
Property Value
string
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
name
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From Resource.tags