ConnectionPropertiesResponse

data class ConnectionPropertiesResponse(val groupIds: List<String>? = null, val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: ConnectionPropertiesResponsePrivateLinkServiceConnectionState? = null, val provisioningState: String)

The properties of a private endpoint connection.

Constructors

Link copied to clipboard
constructor(groupIds: List<String>? = null, privateEndpoint: PrivateEndpointResponse? = null, privateLinkServiceConnectionState: ConnectionPropertiesResponsePrivateLinkServiceConnectionState? = null, provisioningState: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val groupIds: List<String>? = null

The list of group ids for the private endpoint connection.

Link copied to clipboard

The private endpoint.

Link copied to clipboard

The provisioning state.