ApplicationGatewayPrivateLinkIpConfiguration Class

The application gateway private link ip configuration.

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

Inheritance
azure.mgmt.network.models._models_py3.SubResource
ApplicationGatewayPrivateLinkIpConfiguration

Constructor

ApplicationGatewayPrivateLinkIpConfiguration(*, 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, primary: bool | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
id
str

Resource ID.

name
str

The name of application gateway private link ip configuration.

private_ip_address
str

The private IP address of the IP configuration.

private_ip_allocation_method

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

subnet

Reference to the subnet resource.

primary

Whether the ip configuration is primary or not.

Variables

Name Description
id
str

Resource ID.

name
str

The name of application gateway private link ip configuration.

etag
str

A unique read-only string that changes whenever the resource is updated.

type
str

The resource type.

private_ip_address
str

The private IP address of the IP configuration.

private_ip_allocation_method

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

subnet

Reference to the subnet resource.

primary

Whether the ip configuration is primary or not.

provisioning_state

The provisioning state of the application gateway private link IP configuration. Known values are: "Succeeded", "Updating", "Deleting", and "Failed".