PrivateEndpointConnectionPropertiesOutput interface
Properties of the PrivateEndpointConnectProperties.
Properties
| private |
The resource of private end point. |
| private |
A collection of information about the state of the connection between DiskAccess and Virtual Network. |
| provisioning |
The provisioning state of the private endpoint connection resource. |
Property Details
privateEndpoint
The resource of private end point.
privateEndpoint?: PrivateEndpointOutput
Property Value
privateLinkServiceConnectionState
A collection of information about the state of the connection between DiskAccess and Virtual Network.
privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateOutput
Property Value
provisioningState
The provisioning state of the private endpoint connection resource.
provisioningState?: "Failed" | "Succeeded" | "Creating" | "Deleting"
Property Value
"Failed" | "Succeeded" | "Creating" | "Deleting"