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.v2020_04_01.models._models_py3.SubResourceApplicationGatewayIPConfiguration
Constructor
ApplicationGatewayIPConfiguration(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, subnet: typing.Union[_ForwardRef('SubResource'), NoneType] = None, **kwargs)
Parameters
- id
- str
Resource ID.
- name
- str
Name of the IP configuration that is unique within an Application Gateway.
- subnet
- SubResource
Reference to the subnet resource. A subnet from where application gateway gets its private address.
Variables
- etag
- str
A unique read-only string that changes whenever the resource is updated.
- type
- str
Type of the resource.
- provisioning_state
- str or ProvisioningState
The provisioning state of the application gateway IP configuration resource. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".
Feedback
Submit and view feedback for