ApplicationGatewayFrontendIPConfiguration Class

Frontend IP configuration of an application gateway.

Variables are only populated by the server, and will be ignored when sending a request.

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
str

Resource ID.

Default value: None
name
str

Name of the frontend IP configuration that is unique within an Application Gateway.

Default value: None
private_ip_address
str

PrivateIPAddress of the network interface IP Configuration.

Default value: None
private_ip_allocation_method

The private IP address allocation method. Known values are: "Static" and "Dynamic".

Default value: None
subnet

Reference to the subnet resource.

Default value: None
public_ip_address

Reference to the PublicIP resource.

Default value: None
private_link_configuration

Reference to the application gateway private link configuration.

Default value: None

Variables

Name Description
id
str

Resource ID.

name
str

Name of the frontend 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.

private_ip_address
str

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".