ApplicationGatewayIPConfiguration Class
IP configuration of an application gateway. Currently 1 public and 1 private IP configuration is allowed.
- Inheritance
-
azure.mgmt.network.v2018_07_01.models._models_py3.SubResourceApplicationGatewayIPConfiguration
Constructor
ApplicationGatewayIPConfiguration(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, etag: typing.Union[str, NoneType] = None, type: typing.Union[str, NoneType] = None, subnet: typing.Union[_ForwardRef('SubResource'), NoneType] = None, provisioning_state: typing.Union[str, NoneType] = None, **kwargs)
Parameters
- 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
- SubResource
Reference of the subnet resource. A subnet from where application gateway gets its private address.
- provisioning_state
- str
Provisioning state of the application gateway subnet resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
Feedback
Submit and view feedback for