| Package | Description |
|---|---|
| com.azure.resourcemanager.search.fluent |
Package containing the service clients for SearchManagementClient.
|
| com.azure.resourcemanager.search.fluent.models |
Package containing the inner data models for SearchManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
PrivateEndpointConnectionInner |
PrivateEndpointConnectionsClient.delete(String resourceGroupName,
String searchServiceName,
String privateEndpointConnectionName)
Disconnects the private endpoint connection and deletes it from the search service.
|
PrivateEndpointConnectionInner |
PrivateEndpointConnectionsClient.get(String resourceGroupName,
String searchServiceName,
String privateEndpointConnectionName)
Gets the details of the private endpoint connection to the search service in the given resource group.
|
PrivateEndpointConnectionInner |
PrivateEndpointConnectionsClient.update(String resourceGroupName,
String searchServiceName,
String privateEndpointConnectionName)
Updates a Private Endpoint connection to the search service in the given resource group.
|
| Modifier and Type | Method and Description |
|---|---|
PrivateEndpointConnectionInner |
PrivateEndpointConnectionInner.withProperties(PrivateEndpointConnectionProperties properties)
Set the properties property: Describes the properties of an existing Private Endpoint connection to the Azure
Cognitive Search service.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.