PublicIPPrefixPropertiesFormatOutput interface
Public IP prefix properties.
Properties
| custom |
The customIpPrefix that this prefix is associated with. |
| 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. |
Property Details
customIPPrefix
The customIpPrefix that this prefix is associated with.
customIPPrefix?: SubResourceOutput
Property Value
ipPrefix
The allocated Prefix.
ipPrefix?: string
Property Value
string
ipTags
The list of tags associated with the public IP prefix.
ipTags?: IpTagOutput[]
Property Value
loadBalancerFrontendIpConfiguration
The reference to load balancer frontend IP configuration associated with the public IP prefix.
loadBalancerFrontendIpConfiguration?: SubResourceOutput
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?: "Succeeded" | "Updating" | "Deleting" | "Failed"
Property Value
"Succeeded" | "Updating" | "Deleting" | "Failed"
publicIPAddresses
The list of all referenced PublicIPAddresses.
publicIPAddresses?: ReferencedPublicIpAddressOutput[]
Property Value
publicIPAddressVersion
The public IP address version.
publicIPAddressVersion?: "IPv4" | "IPv6"
Property Value
"IPv4" | "IPv6"
resourceGuid
The resource GUID property of the public IP prefix resource.
resourceGuid?: string
Property Value
string