Interface SearchManagementClient
-
public interface SearchManagementClientThe interface for SearchManagementClient class.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdminKeysClientgetAdminKeys()Gets the AdminKeysClient object to access its operations.StringgetApiVersion()Gets Api Version.DurationgetDefaultPollInterval()Gets The default poll interval for long-running operation.StringgetEndpoint()Gets server parameter.com.azure.core.http.HttpPipelinegetHttpPipeline()Gets The HTTP pipeline to send requests through.OperationsClientgetOperations()Gets the OperationsClient object to access its operations.PrivateEndpointConnectionsClientgetPrivateEndpointConnections()Gets the PrivateEndpointConnectionsClient object to access its operations.PrivateLinkResourcesClientgetPrivateLinkResources()Gets the PrivateLinkResourcesClient object to access its operations.QueryKeysClientgetQueryKeys()Gets the QueryKeysClient object to access its operations.ServicesClientgetServices()Gets the ServicesClient object to access its operations.SharedPrivateLinkResourcesClientgetSharedPrivateLinkResources()Gets the SharedPrivateLinkResourcesClient object to access its operations.StringgetSubscriptionId()Gets The unique identifier for a Microsoft Azure subscription.
-
-
-
Method Detail
-
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.
-
getSharedPrivateLinkResources
SharedPrivateLinkResourcesClient getSharedPrivateLinkResources()
Gets the SharedPrivateLinkResourcesClient object to access its operations.- Returns:
- the SharedPrivateLinkResourcesClient object.
-
-