ServerPrivateEndpointConnectionPropertiesResponse

data class ServerPrivateEndpointConnectionPropertiesResponse(val privateEndpoint: PrivateEndpointPropertyResponse? = null, val privateLinkServiceConnectionState: ServerPrivateLinkServiceConnectionStatePropertyResponse? = null, val provisioningState: String)

Properties of a private endpoint connection.

Constructors

constructor(privateEndpoint: PrivateEndpointPropertyResponse? = null, privateLinkServiceConnectionState: ServerPrivateLinkServiceConnectionStatePropertyResponse? = null, provisioningState: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Private endpoint which the connection belongs to.

Link copied to clipboard

Connection state of the private endpoint connection.

Link copied to clipboard

State of the private endpoint connection.