FrontendIPConfiguration interface

Frontend IP address of the load balancer.

Extends

Properties

etag

A unique read-only string that changes whenever the resource is updated. NOTE: This property will not be serialized. It can only be populated by the server.

gatewayLoadBalancer

The reference to gateway load balancer frontend IP.

inboundNatPools

An array of references to inbound pools that use this frontend IP. NOTE: This property will not be serialized. It can only be populated by the server.

inboundNatRules

An array of references to inbound rules that use this frontend IP. NOTE: This property will not be serialized. It can only be populated by the server.

loadBalancingRules

An array of references to load balancing rules that use this frontend IP. NOTE: This property will not be serialized. It can only be populated by the server.

name

The name of the resource that is unique within the set of frontend IP configurations used by the load balancer. This name can be used to access the resource.

outboundRules

An array of references to outbound rules that use this frontend IP. NOTE: This property will not be serialized. It can only be populated by the server.

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. NOTE: This property will not be serialized. It can only be populated by the server.

publicIPAddress

The reference to the Public IP resource.

publicIPPrefix

The reference to the Public IP Prefix resource.

subnet

The reference to the subnet resource.

type

Type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

zones

A list of availability zones denoting the IP allocated for the resource needs to come from.

Inherited Properties

id

Resource ID.

Property Details

etag

A unique read-only string that changes whenever the resource is updated. NOTE: This property will not be serialized. It can only be populated by the server.

etag?: string

Property Value

string

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. NOTE: This property will not be serialized. It can only be populated by the server.

inboundNatPools?: SubResource[]

Property Value

inboundNatRules

An array of references to inbound rules that use this frontend IP. NOTE: This property will not be serialized. It can only be populated by the server.

inboundNatRules?: SubResource[]

Property Value

loadBalancingRules

An array of references to load balancing rules that use this frontend IP. NOTE: This property will not be serialized. It can only be populated by the server.

loadBalancingRules?: SubResource[]

Property Value

name

The name of the resource that is unique within the set of frontend IP configurations used by the load balancer. This name can be used to access the resource.

name?: string

Property Value

string

outboundRules

An array of references to outbound rules that use this frontend IP. NOTE: This property will not be serialized. It can only be populated by the server.

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. NOTE: This property will not be serialized. It can only be populated by the server.

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

type

Type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string

zones

A list of availability zones denoting the IP allocated for the resource needs to come from.

zones?: string[]

Property Value

string[]

Inherited Property Details

id

Resource ID.

id?: string

Property Value

string

Inherited From SubResource.id