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.v2020_05_01.models._models_py3.SubResource
ApplicationGatewayPrivateLinkConfiguration

Constructor

ApplicationGatewayPrivateLinkConfiguration(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, ip_configurations: typing.Union[typing.List[_ForwardRef('ApplicationGatewayPrivateLinkIpConfiguration')], NoneType] = None, **kwargs)

Parameters

id
str

Resource ID.

name
str

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

ip_configurations
list[ApplicationGatewayPrivateLinkIpConfiguration]

An array of application gateway private link ip configurations.

Variables

etag
str

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

type
str

Type of the resource.

provisioning_state
str or ProvisioningState

The provisioning state of the application gateway private link configuration. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".