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
constructor(privateEndpoint: PrivateEndpointConnectionPropertiesResponsePrivateEndpoint? = null, privateLinkServiceConnectionState: PrivateEndpointConnectionPropertiesResponsePrivateLinkServiceConnectionState? = null)
Properties
Link copied to clipboard
The private endpoint resource from Microsoft.Network provider.
Link copied to clipboard
val privateLinkServiceConnectionState: PrivateEndpointConnectionPropertiesResponsePrivateLinkServiceConnectionState? = null
Describes the current state of an existing Private Link Service connection to the Azure Private Endpoint.