Private Endpoint Connection Response Properties
data class PrivateEndpointConnectionResponseProperties(val groupIds: List<String>? = null, val privateEndpoint: ConnectionPropertiesResponsePrivateEndpoint? = null, val privateLinkServiceConnectionState: ConnectionPropertiesResponsePrivateLinkServiceConnectionState? = null, val provisioningState: String)
Constructors
Link copied to clipboard
constructor(groupIds: List<String>? = null, privateEndpoint: ConnectionPropertiesResponsePrivateEndpoint? = null, privateLinkServiceConnectionState: ConnectionPropertiesResponsePrivateLinkServiceConnectionState? = null, provisioningState: String)