ApplicationGatewayPrivateEndpointConnection Class
Private Endpoint connection 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.SubResourceApplicationGatewayPrivateEndpointConnection
Constructor
ApplicationGatewayPrivateEndpointConnection(*, id: str | None = None, name: str | None = None, private_link_service_connection_state: _models.PrivateLinkServiceConnectionState | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Name of the private endpoint connection on an application gateway. |
private_link_service_connection_state
|
A collection of information about the state of the connection between service consumer and provider. |
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Name of the private endpoint connection on an application gateway. |
etag
|
A unique read-only string that changes whenever the resource is updated. |
type
|
Type of the resource. |
private_endpoint
|
The resource of private end point. |
private_link_service_connection_state
|
A collection of information about the state of the connection between service consumer and provider. |
provisioning_state
|
The provisioning state of the application gateway private endpoint connection resource. Known values are: "Succeeded", "Updating", "Deleting", and "Failed". |
link_identifier
|
The consumer link id. |
Azure SDK for Python