FrontendIPConfigurationPropertiesFormat interface

Properties of Frontend IP Configuration of the load balancer.

Properties

ddosSettings

The DDoS protection settings associated with the frontend IP configuration.

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

ddosSettings

The DDoS protection settings associated with the frontend IP configuration.

ddosSettings?: DdosFrontendIpConfigurationSettings

Property Value

gatewayLoadBalancer

The reference to gateway load balancer frontend IP.

gatewayLoadBalancer?: SubResource

Property Value

inboundNatPools

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

inboundNatPools?: SubResource[]

Property Value

inboundNatRules

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

inboundNatRules?: SubResource[]

Property Value

loadBalancingRules

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

loadBalancingRules?: SubResource[]

Property Value

outboundRules

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

outboundRules?: 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?: string

Property Value

string

privateIPAllocationMethod

The Private IP allocation method.

privateIPAllocationMethod?: string

Property Value

string

provisioningState

The provisioning state of the frontend IP configuration resource.

provisioningState?: string

Property Value

string

publicIPAddress

The reference to the Public IP resource.

publicIPAddress?: PublicIPAddress

Property Value

publicIPPrefix

The reference to the Public IP Prefix resource.

publicIPPrefix?: SubResource

Property Value

subnet

The reference to the subnet resource.

subnet?: Subnet

Property Value