PrivateEndpointConnectionProperties Class

Properties of the PrivateEndpointConnectProperties.

Constructor

PrivateEndpointConnectionProperties()

Variables

Name Description
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 DiskAccess and Virtual Network. Required.

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

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

Attributes

privateEndpoint

The resource of private end point.

privateEndpoint: PrivateEndpoint

privateLinkServiceConnectionState

A collection of information about the state of the connection between DiskAccess and Virtual Network. Required.

privateLinkServiceConnectionState: Required[PrivateLinkServiceConnectionState]

provisioningState

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

provisioningState: str | PrivateEndpointConnectionProvisioningState