Private Endpoint Connection Properties Response
data class PrivateEndpointConnectionPropertiesResponse(val privateEndpoint: PrivateEndpointConnectionPropertiesResponsePrivateEndpoint? = null, val privateLinkServiceConnectionState: PrivateEndpointConnectionPropertiesResponsePrivateLinkServiceConnectionState? = null)
Describes the properties of an existing Private Endpoint connection to the Azure Cognitive Search service.
Constructors
Link copied to clipboard
fun PrivateEndpointConnectionPropertiesResponse(privateEndpoint: PrivateEndpointConnectionPropertiesResponsePrivateEndpoint? = null, privateLinkServiceConnectionState: PrivateEndpointConnectionPropertiesResponsePrivateLinkServiceConnectionState? = null)
Types
Properties
Link copied to clipboard