PrivateEndpointConnectionProperties Class
The properties of a private endpoint connection.
Constructor
PrivateEndpointConnectionProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
private_endpoint
|
The resource of private endpoint. |
|
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 private endpoint connection resource. Known values are: "Creating", "Updating", "Deleting", "Succeeded", "Failed", and "Canceled". |
Attributes
private_endpoint
The resource of private endpoint.
private_endpoint: _models.PrivateEndpoint | None
private_link_service_connection_state
A collection of information about the state of the connection between service consumer and provider.
private_link_service_connection_state: _models.PrivateLinkServiceConnectionState | None
provisioning_state
"Creating", "Updating", "Deleting", "Succeeded", "Failed", and "Canceled".
provisioning_state: str | _models.ProvisioningState | None