Interface SearchManagementClient
public interface SearchManagementClient
The interface for SearchManagementClient class.
-
Method Summary
Modifier and TypeMethodDescriptionGets the AdminKeysClient object to access its operations.Gets Api Version.Gets The default poll interval for long-running operation.Gets server parameter.com.azure.core.http.HttpPipelineGets The HTTP pipeline to send requests through.Gets the OperationsClient object to access its operations.Gets the PrivateEndpointConnectionsClient object to access its operations.Gets the PrivateLinkResourcesClient object to access its operations.Gets the QueryKeysClient object to access its operations.Gets the ServicesClient object to access its operations.Gets the SharedPrivateLinkResourcesClient object to access its operations.Gets The unique identifier for a Microsoft Azure subscription.
-
Method Details
-
getSubscriptionId
String getSubscriptionId()Gets The unique identifier for a Microsoft Azure subscription. You can obtain this value from the Azure Resource Manager API or the portal.- Returns:
- the subscriptionId value.
-
getEndpoint
String getEndpoint()Gets server parameter.- Returns:
- the endpoint value.
-
getApiVersion
String getApiVersion()Gets Api Version.- Returns:
- the apiVersion value.
-
getHttpPipeline
com.azure.core.http.HttpPipeline getHttpPipeline()Gets The HTTP pipeline to send requests through.- Returns:
- the httpPipeline value.
-
getDefaultPollInterval
Duration getDefaultPollInterval()Gets The default poll interval for long-running operation.- Returns:
- the defaultPollInterval value.
-
getOperations
OperationsClient getOperations()Gets the OperationsClient object to access its operations.- Returns:
- the OperationsClient object.
-
getAdminKeys
AdminKeysClient getAdminKeys()Gets the AdminKeysClient object to access its operations.- Returns:
- the AdminKeysClient object.
-
getQueryKeys
QueryKeysClient getQueryKeys()Gets the QueryKeysClient object to access its operations.- Returns:
- the QueryKeysClient object.
-
getServices
ServicesClient getServices()Gets the ServicesClient object to access its operations.- Returns:
- the ServicesClient object.
-
getPrivateLinkResources
PrivateLinkResourcesClient getPrivateLinkResources()Gets the PrivateLinkResourcesClient object to access its operations.- Returns:
- the PrivateLinkResourcesClient object.
-
getPrivateEndpointConnections
PrivateEndpointConnectionsClient getPrivateEndpointConnections()Gets the PrivateEndpointConnectionsClient object to access its operations.- Returns:
- the PrivateEndpointConnectionsClient object.
-