SearchManagementClient Interface
public interface SearchManagementClient
The interface for SearchManagementClient class.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Admin |
getAdminKeys()
Gets the Admin |
abstract String |
getApiVersion()
Gets Api Version. |
abstract Duration |
getDefaultPollInterval()
Gets The default poll interval for long-running operation. |
abstract String |
getEndpoint()
Gets server parameter. |
abstract
Http |
getHttpPipeline()
Gets The HTTP pipeline to send requests through. |
abstract
Operations |
getOperations()
Gets the Operations |
abstract
Private |
getPrivateEndpointConnections()
Gets the Private |
abstract
Private |
getPrivateLinkResources()
Gets the Private |
abstract
Query |
getQueryKeys()
Gets the Query |
abstract
Services |
getServices()
Gets the Services |
abstract
Shared |
getSharedPrivateLinkResources()
Gets the Shared |
abstract String |
getSubscriptionId()
Gets The unique identifier for a Microsoft Azure subscription. |
abstract
Usages |
getUsages()
Gets the Usages |
abstract
Quota |
usageBySubscriptionSku(String location, String skuName)
Gets the quota usage for a search SKU in the given subscription. |
abstract
Mono<Quota |
usageBySubscriptionSkuAsync(String location, String skuName)
Gets the quota usage for a search SKU in the given subscription. |
abstract
Response<Quota |
usageBySubscriptionSkuWithResponse(String location, String skuName, UUID clientRequestId, Context context)
Gets the quota usage for a search SKU in the given subscription. |
abstract
Mono<Response<Quota |
usageBySubscriptionSkuWithResponseAsync(String location, String skuName, UUID clientRequestId)
Gets the quota usage for a search SKU in the given subscription. |
Method Details
getAdminKeys
public abstract AdminKeysClient getAdminKeys()
Gets the AdminKeysClient object to access its operations.
Returns:
getApiVersion
public abstract String getApiVersion()
Gets Api Version.
Returns:
getDefaultPollInterval
public abstract Duration getDefaultPollInterval()
Gets The default poll interval for long-running operation.
Returns:
getEndpoint
public abstract String getEndpoint()
Gets server parameter.
Returns:
getHttpPipeline
public abstract HttpPipeline getHttpPipeline()
Gets The HTTP pipeline to send requests through.
Returns:
getOperations
public abstract OperationsClient getOperations()
Gets the OperationsClient object to access its operations.
Returns:
getPrivateEndpointConnections
public abstract PrivateEndpointConnectionsClient getPrivateEndpointConnections()
Gets the PrivateEndpointConnectionsClient object to access its operations.
Returns:
getPrivateLinkResources
public abstract PrivateLinkResourcesClient getPrivateLinkResources()
Gets the PrivateLinkResourcesClient object to access its operations.
Returns:
getQueryKeys
public abstract QueryKeysClient getQueryKeys()
Gets the QueryKeysClient object to access its operations.
Returns:
getServices
public abstract ServicesClient getServices()
Gets the ServicesClient object to access its operations.
Returns:
getSharedPrivateLinkResources
public abstract SharedPrivateLinkResourcesClient getSharedPrivateLinkResources()
Gets the SharedPrivateLinkResourcesClient object to access its operations.
Returns:
getSubscriptionId
public abstract String getSubscriptionId()
Gets The unique identifier for a Microsoft Azure subscription. You can obtain this value from the Azure Resource Manager API, command line tools, or the portal.
Returns:
getUsages
public abstract UsagesClient getUsages()
Gets the UsagesClient object to access its operations.
Returns:
usageBySubscriptionSku
public abstract QuotaUsageResultInner usageBySubscriptionSku(String location, String skuName)
Gets the quota usage for a search SKU in the given subscription.
Parameters:
Returns:
usageBySubscriptionSkuAsync
public abstract Mono
Gets the quota usage for a search SKU in the given subscription.
Parameters:
Returns:
usageBySubscriptionSkuWithResponse
public abstract Response
Gets the quota usage for a search SKU in the given subscription.
Parameters:
Returns:
usageBySubscriptionSkuWithResponseAsync
public abstract Mono
Gets the quota usage for a search SKU in the given subscription.
Parameters:
Returns:
Applies to
Azure SDK for Java