ApplicationGatewayIPConfigurationPropertiesFormat Class
Properties of IP configuration of an application gateway.
Constructor
ApplicationGatewayIPConfigurationPropertiesFormat(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
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". |
Attributes
provisioning_state
The provisioning state of the application gateway IP configuration resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".
provisioning_state: str | _models.ProvisioningState | None
subnet
Reference to the subnet resource. A subnet from where application gateway gets its private address.
subnet: _models.SubResource | None