PrivateEndpointConnectionProperties Class
The properties of a private endpoint connection.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
Constructor
PrivateEndpointConnectionProperties(*, private_link_service_connection_state: _models.PrivateLinkServiceConnectionState, private_endpoint: _models.PrivateEndpoint | None = None, group_ids: List[str] | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
private_endpoint
|
Private endpoint. Default value: None
|
|
group_ids
|
GroupIds from the private link service resource. Default value: None
|
|
private_link_service_connection_state
|
Private endpoint connection state. Required. |
Variables
| Name | Description |
|---|---|
|
private_endpoint
|
Private endpoint. |
|
group_ids
|
GroupIds from the private link service resource. |
|
private_link_service_connection_state
|
Private endpoint connection state. Required. |
|
provisioning_state
|
Provisioning state of the private endpoint connection. Known values are: "Succeeded", "Creating", "Updating", "Deleting", and "Failed". |