Share via


FrontendIPConfigurationPropertiesFormatOutput interface

Properties of Frontend IP Configuration of the load balancer.

Properties

gatewayLoadBalancer

The reference to gateway load balancer frontend IP.

inboundNatPools

An array of references to inbound pools that use this frontend IP.

inboundNatRules

An array of references to inbound rules that use this frontend IP.

loadBalancingRules

An array of references to load balancing rules that use this frontend IP.

outboundRules

An array of references to outbound rules that use this frontend IP.

privateIPAddress

The private IP address of the IP configuration.

privateIPAddressVersion

Whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4.

privateIPAllocationMethod

The Private IP allocation method.

provisioningState

The provisioning state of the frontend IP configuration resource.

publicIPAddress

The reference to the Public IP resource.

publicIPPrefix

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

Property Value

subnet

The reference to the subnet resource.

subnet?: SubnetOutput

Property Value