PrivateEndpointConnectionProperties Class
Private endpoint connection properties.
Constructor
PrivateEndpointConnectionProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
provisioning_state
|
The provisioning state of the private endpoint connection. Known values are: "Creating", "Updating", "Deleting", "Succeeded", "Failed", and "Cancelled". |
|
private_endpoint
|
The ARM resource identifier of the private endpoint. |
|
group_ids
|
The group id of the private endpoint connection. |
|
private_link_service_connection_state
|
The private link service connection state of the private endpoint connection. |
Attributes
group_ids
The group id of the private endpoint connection.
group_ids: list[str] | None
private_endpoint
The ARM resource identifier of the private endpoint.
private_endpoint: _models.PrivateEndpoint | None
private_link_service_connection_state
The private link service connection state of the private endpoint connection.
private_link_service_connection_state: _models.PrivateLinkServiceConnectionState | None
provisioning_state
"Creating", "Updating", "Deleting", "Succeeded", "Failed", and "Cancelled".
provisioning_state: str | _models.PrivateEndpointConnectionProvisioningState | None