public interface SearchManagementClient
| Modifier and Type | Method and Description |
|---|---|
AdminKeysClient |
getAdminKeys()
Gets the AdminKeysClient object to access its operations.
|
String |
getApiVersion()
Gets Api Version.
|
Duration |
getDefaultPollInterval()
Gets The default poll interval for long-running operation.
|
String |
getEndpoint()
Gets server parameter.
|
com.azure.core.http.HttpPipeline |
getHttpPipeline()
Gets The HTTP pipeline to send requests through.
|
OperationsClient |
getOperations()
Gets the OperationsClient object to access its operations.
|
PrivateEndpointConnectionsClient |
getPrivateEndpointConnections()
Gets the PrivateEndpointConnectionsClient object to access its operations.
|
PrivateLinkResourcesClient |
getPrivateLinkResources()
Gets the PrivateLinkResourcesClient object to access its operations.
|
QueryKeysClient |
getQueryKeys()
Gets the QueryKeysClient object to access its operations.
|
ServicesClient |
getServices()
Gets the ServicesClient object to access its operations.
|
SharedPrivateLinkResourcesClient |
getSharedPrivateLinkResources()
Gets the SharedPrivateLinkResourcesClient object to access its operations.
|
String |
getSubscriptionId()
Gets The unique identifier for a Microsoft Azure subscription.
|
String getSubscriptionId()
String getEndpoint()
String getApiVersion()
com.azure.core.http.HttpPipeline getHttpPipeline()
Duration getDefaultPollInterval()
OperationsClient getOperations()
AdminKeysClient getAdminKeys()
QueryKeysClient getQueryKeys()
ServicesClient getServices()
PrivateLinkResourcesClient getPrivateLinkResources()
PrivateEndpointConnectionsClient getPrivateEndpointConnections()
SharedPrivateLinkResourcesClient getSharedPrivateLinkResources()
Copyright © 2021 Microsoft Corporation. All rights reserved.