FrontendIPConfigurationPropertiesFormat interface
Properties of Frontend IP Configuration of the load balancer.
Properties
| gateway |
The reference to gateway load balancer 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. |
| 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?: SubResource
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"
publicIPAddress
The reference to the Public IP resource.
publicIPAddress?: PublicIPAddress
Property Value
publicIPPrefix
The reference to the Public IP Prefix resource.
publicIPPrefix?: SubResource