PrivateEndpointConnectionProperties Class

Properties of the private endpoint connection.

Constructor

PrivateEndpointConnectionProperties(*args: Any, **kwargs: Any)

Variables

Name Description
group_ids

The group ids for the private endpoint resource.

private_endpoint

The resource of private end point.

private_link_service_connection_state

A collection of information about the state of the connection between service consumer and provider. Required.

provisioning_state

The provisioning state of the private endpoint connection resource. Known values are: "Succeeded", "Failed", "Canceled", "Waiting", "Updating", "Deleting", and "Pending".

Attributes

group_ids

The group ids for the private endpoint resource.

group_ids: list[str] | None

private_endpoint

The resource of private end point.

private_endpoint: _models.PrivateEndpoint | None

A collection of information about the state of the connection between service consumer and provider. Required.

private_link_service_connection_state: _models.PrivateLinkServiceConnectionState

provisioning_state

The provisioning state of the private endpoint connection resource. Known values are: "Succeeded", "Failed", "Canceled", "Waiting", "Updating", "Deleting", and "Pending".

provisioning_state: str | _models.PrivateEndpointConnectionProvisioningState | None