PrivateEndpointConnectionProperties Class

Properties of the PrivateEndpointConnectProperties.

Constructor

PrivateEndpointConnectionProperties()

Variables

Name Description
privateEndpoint
<xref:<xref:"PrivateEndpoint">>

The resource of private end point.

privateLinkServiceConnectionState
<xref:<xref:"PrivateLinkServiceConnectionState">>

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

provisioningState
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