Sdílet prostřednictvím


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.

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.

Default value: None
name
str

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

Default value: None
subnet

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

Default value: None

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: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".