ServerPrivateEndpointConnectionProperties Class
Properties of a private endpoint connection.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
ServerPrivateEndpointConnectionProperties(*, private_endpoint: _models.PrivateEndpointProperty | None = None, private_link_service_connection_state: _models.ServerPrivateLinkServiceConnectionStateProperty | 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 |
|---|---|
|
private_endpoint
|
Private endpoint which the connection belongs to. |
|
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". |