ApplicationGatewayFrontendIPConfiguration interface

Frontend IP configuration of an application gateway.

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.

name

Name of the frontend IP configuration that is unique within an Application Gateway.

privateIPAddress

PrivateIPAddress of the network interface IP Configuration.

privateIPAllocationMethod

The private IP address allocation method.

privateLinkConfiguration

Reference to the application gateway private link configuration.

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

Reference to the PublicIP resource.

subnet

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.

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

name

Name of the frontend IP configuration that is unique within an Application Gateway.

name?: string

Property Value

string

privateIPAddress

PrivateIPAddress of the network interface IP Configuration.

privateIPAddress?: string

Property Value

string

privateIPAllocationMethod

The private IP address allocation method.

privateIPAllocationMethod?: string

Property Value

string

privateLinkConfiguration

Reference to the application gateway private link configuration.

privateLinkConfiguration?: SubResource

Property Value

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

Reference to the PublicIP resource.

publicIPAddress?: SubResource

Property Value

subnet

Reference to the subnet resource.

subnet?: SubResource

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

Inherited Property Details

id

Resource ID.

id?: string

Property Value

string

Inherited From SubResource.id