ApplicationGatewayFrontendIPConfiguration Class
Frontend IP configuration of an application gateway.
- Inheritance
-
azure.mgmt.network.v2017_11_01.models._models_py3.SubResourceApplicationGatewayFrontendIPConfiguration
Constructor
ApplicationGatewayFrontendIPConfiguration(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, etag: typing.Union[str, NoneType] = None, type: typing.Union[str, NoneType] = None, private_ip_address: typing.Union[str, NoneType] = None, private_ip_allocation_method: typing.Union[str, _ForwardRef('IPAllocationMethod'), NoneType] = None, subnet: typing.Union[_ForwardRef('SubResource'), NoneType] = None, public_ip_address: typing.Union[_ForwardRef('SubResource'), NoneType] = None, provisioning_state: typing.Union[str, NoneType] = None, **kwargs)
Parameters
- id
- str
Resource ID.
- name
- str
Name of the resource that is unique within a resource group. This name can be used to access the resource.
- etag
- str
A unique read-only string that changes whenever the resource is updated.
- type
- str
Type of the resource.
- private_ip_address
- str
PrivateIPAddress of the network interface IP Configuration.
- private_ip_allocation_method
- str or IPAllocationMethod
PrivateIP allocation method. Possible values include: "Static", "Dynamic".
- subnet
- SubResource
Reference of the subnet resource.
- public_ip_address
- SubResource
Reference of the PublicIP resource.
- provisioning_state
- str
Provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
Feedback
Submit and view feedback for