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.models._models_py3.SubResourceApplicationGatewayFrontendIPConfiguration
Constructor
ApplicationGatewayFrontendIPConfiguration(*, id: str | None = None, name: str | None = None, private_ip_address: str | None = None, private_ip_allocation_method: str | _models.IPAllocationMethod | None = None, subnet: _models.SubResource | None = None, public_ip_address: _models.SubResource | None = None, private_link_configuration: _models.SubResource | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Name of the frontend IP configuration that is unique within an Application Gateway. |
private_ip_address
|
PrivateIPAddress of the network interface IP Configuration. |
private_ip_allocation_method
|
The private IP address allocation method. Known values are: "Static" and "Dynamic". |
subnet
|
Reference to the subnet resource. |
public_ip_address
|
Reference to the PublicIP resource. |
private_link_configuration
|
Reference to the application gateway private link configuration. |
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Name of the frontend IP configuration that is unique within an Application Gateway. |
etag
|
A unique read-only string that changes whenever the resource is updated. |
type
|
Type of the resource. |
private_ip_address
|
PrivateIPAddress of the network interface IP Configuration. |
private_ip_allocation_method
|
The private IP address allocation method. Known values are: "Static" and "Dynamic". |
subnet
|
Reference to the subnet resource. |
public_ip_address
|
Reference to the PublicIP resource. |
private_link_configuration
|
Reference to the application gateway private link configuration. |
provisioning_state
|
The provisioning state of the frontend IP configuration resource. Known values are: "Succeeded", "Updating", "Deleting", and "Failed". |
Azure SDK for Python