PrivateEndpointConnectionProperties Class

Properties of the PrivateEndpointConnectProperties.

Constructor

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

Variables

Name Description
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.

provisioning_state

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

link_identifier
str

The consumer link id.

private_endpoint_location
str

The location of the private endpoint.

Attributes

The consumer link id.

link_identifier: str | None

private_endpoint

The resource of private end point.

private_endpoint: _models.PrivateEndpoint | None

private_endpoint_location

The location of the private endpoint.

private_endpoint_location: str | None

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

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

provisioning_state: str | _models.ProvisioningState | None