ApplicationGatewayIPConfiguration interface

IP configuration of an application gateway. Currently 1 public and 1 private IP configuration is allowed.

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 IP configuration that is unique within an Application Gateway.

provisioningState

The provisioning state of the application gateway IP configuration resource. NOTE: This property will not be serialized. It can only be populated by the server.

subnet

Reference to the subnet resource. A subnet from where application gateway gets its private address.

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 IP configuration that is unique within an Application Gateway.

name?: string

Property Value

string

provisioningState

The provisioning state of the application gateway IP configuration resource. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

Property Value

string

subnet

Reference to the subnet resource. A subnet from where application gateway gets its private address.

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