ApplicationGatewayIPConfiguration Class

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

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.network.models._models_py3.SubResource
ApplicationGatewayIPConfiguration

Constructor

ApplicationGatewayIPConfiguration(*, id: str | None = None, name: str | None = None, subnet: _models.SubResource | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
id
str

Resource ID.

name
str

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

subnet

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

Variables

Name Description
id
str

Resource ID.

name
str

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

etag
str

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

type
str

Type of the resource.

subnet

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

provisioning_state

The provisioning state of the application gateway IP configuration resource. Known values are: "Succeeded", "Updating", "Deleting", and "Failed".