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