RemotePrivateEndpointConnectionResponse

data class RemotePrivateEndpointConnectionResponse(val privateEndpoint: ArmIdWrapperResponse? = null, val privateLinkServiceConnectionState: PrivateLinkConnectionStateResponse? = null, val provisioningState: String)

A remote private endpoint connection

Constructors

Link copied to clipboard
constructor(privateEndpoint: ArmIdWrapperResponse? = null, privateLinkServiceConnectionState: PrivateLinkConnectionStateResponse? = null, provisioningState: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

PrivateEndpoint of a remote private endpoint connection

Link copied to clipboard

The state of a private link connection

Link copied to clipboard