PrivateEndpointConnection Class
A private endpoint connection.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
PrivateEndpointConnection(*, private_endpoint: _models.PrivateEndpointProperty | None = None, private_link_service_connection_state: _models.PrivateLinkServiceConnectionStateProperty | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
private_endpoint
|
Private endpoint which the connection belongs to. Default value: None
|
|
private_link_service_connection_state
|
Connection state of the private endpoint connection. Default value: None
|
Variables
| Name | Description |
|---|---|
|
id
|
Resource ID. |
|
name
|
Resource name. |
|
type
|
Resource type. |
|
private_endpoint
|
Private endpoint which the connection belongs to. |
|
group_ids
|
Group IDs. |
|
private_link_service_connection_state
|
Connection state of the private endpoint connection. |
|
provisioning_state
|
State of the private endpoint connection. Known values are: "Approving", "Ready", "Dropping", "Failed", and "Rejecting". |