Server Private Endpoint Connection Properties Response
data class ServerPrivateEndpointConnectionPropertiesResponse(val privateEndpoint: PrivateEndpointPropertyResponse? = null, val privateLinkServiceConnectionState: ServerPrivateLinkServiceConnectionStatePropertyResponse? = null, val provisioningState: String)
Properties of a private endpoint connection.
Constructors
Link copied to clipboard
constructor(privateEndpoint: PrivateEndpointPropertyResponse? = null, privateLinkServiceConnectionState: ServerPrivateLinkServiceConnectionStatePropertyResponse? = null, provisioningState: String)
Properties
Link copied to clipboard
Private endpoint which the connection belongs to.
Link copied to clipboard
val privateLinkServiceConnectionState: ServerPrivateLinkServiceConnectionStatePropertyResponse? = null
Connection state of the private endpoint connection.
Link copied to clipboard
State of the private endpoint connection.