PrivateEndpointConnectionProperties Class

Properties of the private endpoint connection.

Constructor

PrivateEndpointConnectionProperties()

Variables

Name Description
group_ids

The group ids for the private endpoint resource.

private_endpoint
<xref:<xref:"PrivateEndpoint">>

The resource of private end point.

private_link_service_connection_state
<xref:<xref:"PrivateLinkServiceConnectionState">>

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

provisioning_state
Union[str, <xref:"PrivateEndpointConnectionProvisioningState">]

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

Attributes

groupIds

The group ids for the private endpoint resource.

groupIds: list[str]

privateEndpoint

The resource of private end point.

privateEndpoint: PrivateEndpoint

privateLinkServiceConnectionState

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

privateLinkServiceConnectionState: Required[PrivateLinkServiceConnectionState]

provisioningState

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

provisioningState: str | PrivateEndpointConnectionProvisioningState