ApplicationGatewayFrontendIPConfigurationPropertiesFormat Class
Properties of Frontend IP configuration of an application gateway.
Constructor
ApplicationGatewayFrontendIPConfigurationPropertiesFormat(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
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: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting". |
Attributes
private_ip_address
PrivateIPAddress of the network interface IP Configuration.
private_ip_address: str | None
private_ip_allocation_method
"Static" and "Dynamic".
private_ip_allocation_method: str | _models.IPAllocationMethod | None
private_link_configuration
Reference to the application gateway private link configuration.
private_link_configuration: _models.SubResource | None
provisioning_state
"Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".
provisioning_state: str | _models.ProvisioningState | None
public_ip_address
Reference to the PublicIP resource.
public_ip_address: _models.SubResource | None
subnet
Reference to the subnet resource.
subnet: _models.SubResource | None