FrontendIPConfiguration interface

Frontend IP address of the load balancer.

Extends

Properties

etag

A unique read-only string that changes whenever the resource is updated.

inboundNatPools

Read only. Inbound pools URIs that use this frontend IP. NOTE: This property will not be serialized. It can only be populated by the server.

inboundNatRules

Read only. Inbound rules URIs that use this frontend IP. NOTE: This property will not be serialized. It can only be populated by the server.

loadBalancingRules

Gets load balancing rules URIs 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 a resource group. This name can be used to access the resource.

outboundRules

Read only. Outbound rules URIs 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.

privateIPAllocationMethod

The Private IP allocation method. Possible values are: 'Static' and 'Dynamic'.

provisioningState

Gets the provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.

publicIPAddress

The reference of the Public IP resource.

publicIPPrefix

The reference of the Public IP Prefix resource.

subnet

The reference of the subnet resource.

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.

etag?: string

Property Value

string

inboundNatPools

Read only. Inbound pools URIs 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

Read only. Inbound rules URIs 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

Gets load balancing rules URIs 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 a resource group. This name can be used to access the resource.

name?: string

Property Value

string

outboundRules

Read only. Outbound rules URIs 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

privateIPAllocationMethod

The Private IP allocation method. Possible values are: 'Static' and 'Dynamic'.

privateIPAllocationMethod?: string

Property Value

string

provisioningState

Gets the provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.

provisioningState?: string

Property Value

string

publicIPAddress

The reference of the Public IP resource.

publicIPAddress?: PublicIPAddress

Property Value

publicIPPrefix

The reference of the Public IP Prefix resource.

publicIPPrefix?: SubResource

Property Value

subnet

The reference of the subnet resource.

subnet?: Subnet

Property Value

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