ApplicationGatewayPrivateLinkConfiguration Class

Private Link Configuration on 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.SubResource
ApplicationGatewayPrivateLinkConfiguration

Constructor

ApplicationGatewayPrivateLinkConfiguration(*, id: str | None = None, name: str | None = None, ip_configurations: List[_models.ApplicationGatewayPrivateLinkIpConfiguration] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
id
str

Resource ID.

name
str

Name of the private link configuration that is unique within an Application Gateway.

ip_configurations

An array of application gateway private link ip configurations.

Variables

Name Description
id
str

Resource ID.

name
str

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

ip_configurations

An array of application gateway private link ip configurations.

provisioning_state

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