ApplicationGatewayFrontendIPConfiguration Class
Frontend IP configuration of an application gateway.
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.SubResourceApplicationGatewayFrontendIPConfiguration
Constructor
ApplicationGatewayFrontendIPConfiguration(*, id: typing.Union[str, NoneType] = None, name: 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, **kwargs)
Parameters
- id
- str
Resource ID.
- name
- str
Name of the frontend IP configuration that is unique within an Application Gateway.
- private_ip_address
- str
PrivateIPAddress of the network interface IP Configuration.
- private_ip_allocation_method
- str or IPAllocationMethod
The private IP address allocation method. Possible values include: "Static", "Dynamic".
- subnet
- SubResource
Reference to the subnet resource.
- public_ip_address
- SubResource
Reference to the PublicIP resource.
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 frontend IP configuration resource. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".
Feedback
Submit and view feedback for