FrontendIPConfigurationPropertiesFormatOutput interface
Properties of Frontend IP Configuration of the load balancer.
Properties
| gateway |
The reference to gateway load balancer frontend IP. |
| inbound |
An array of references to inbound pools that use this frontend IP. |
| inbound |
An array of references to inbound rules that use this frontend IP. |
| load |
An array of references to load balancing rules that use this frontend IP. |
| outbound |
An array of references to outbound rules that use this frontend IP. |
| private |
The private IP address of the IP configuration. |
| private |
Whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. |
| private |
The Private IP allocation method. |
| provisioning |
The provisioning state of the frontend IP configuration resource. |
| public |
The reference to the Public IP resource. |
| public |
The reference to the Public IP Prefix resource. |
| subnet | The reference to the subnet resource. |
Property Details
gatewayLoadBalancer
The reference to gateway load balancer frontend IP.
gatewayLoadBalancer?: SubResourceOutput
Property Value
inboundNatPools
An array of references to inbound pools that use this frontend IP.
inboundNatPools?: SubResourceOutput[]
Property Value
inboundNatRules
An array of references to inbound rules that use this frontend IP.
inboundNatRules?: SubResourceOutput[]
Property Value
loadBalancingRules
An array of references to load balancing rules that use this frontend IP.
loadBalancingRules?: SubResourceOutput[]
Property Value
outboundRules
An array of references to outbound rules that use this frontend IP.
outboundRules?: SubResourceOutput[]
Property Value
privateIPAddress
The private IP address of the IP configuration.
privateIPAddress?: string
Property Value
string
privateIPAddressVersion
Whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4.
privateIPAddressVersion?: "IPv4" | "IPv6"
Property Value
"IPv4" | "IPv6"
privateIPAllocationMethod
The Private IP allocation method.
privateIPAllocationMethod?: "Static" | "Dynamic"
Property Value
"Static" | "Dynamic"
provisioningState
The provisioning state of the frontend IP configuration resource.
provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"
Property Value
"Succeeded" | "Updating" | "Deleting" | "Failed"
publicIPAddress
The reference to the Public IP resource.
publicIPAddress?: PublicIPAddressOutput
Property Value
publicIPPrefix
The reference to the Public IP Prefix resource.
publicIPPrefix?: SubResourceOutput