PrivateEndpointConnectionResponseProperties

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

Constructors

constructor(groupIds: List<String>? = null, privateEndpoint: ConnectionPropertiesResponsePrivateEndpoint? = 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 provisioning state.