com.microsoft.azure.management.search
This package contains the classes for SearchManagementClient. Client that can be used to manage Azure Search services and API keys.
Classes
CheckNameAvailabilityInput |
Input of check name availability API. |
Sku |
Defines the SKU of an Azure Search Service, which determines price tier and capacity limits. |
UnavailableNameReason |
Defines values for UnavailableNameReason. |
Interfaces
AdminKeys |
Response containing the primary and secondary admin API keys for a given Azure Search service. |
|
CheckNameAvailabilityResult |
The result of checking for Search service name availability. |
|
QueryKey |
Describes an API key for a given Azure Search service that has permissions for query operations only. |
|
SearchService |
An immutable client-side representation of an Azure registry. |
|
SearchServices |
Entry point to Search service management API in Azure. |
|
SearchService.DefinitionStages.Blank |
The first stage of the Search service definition. |
|
SearchService.Definition |
The entirety of the Search service definition. |
|
SearchService.DefinitionStages |
Grouping of virtual network definition stages. |
|
SearchService.Update |
The template for a Search service update operation, containing all the settings that can be modified. |
|
SearchService.UpdateStages |
Grouping of all the Search service update stages. |
|
SearchService.DefinitionStages.WithCreate |
The stage of the definition which contains all the minimum required inputs for the resource to be created (via create()), but also allows for any other optional settings to be specified. |
|
SearchService.DefinitionStages.WithGroup |
The stage of the Search service definition allowing to specify the resource group. |
|
SearchService.UpdateStages.WithPartitionCount |
The stage of the Search service update allowing to modify the number of partitions used. |
|
SearchService.DefinitionStages.WithPartitionsAndCreate | ||
SearchService.UpdateStages.WithReplicaCount |
The stage of the Search service update allowing to modify the number of replicas used. |
|
SearchService.DefinitionStages.WithReplicasAndCreate | ||
SearchService.DefinitionStages.WithSku |
The stage of the Search service definition allowing to specify the SKU. |
Enums
AdminKeyKind |
Defines values for AdminKeyKind. |
HostingMode |
Defines values for HostingMode. |
ProvisioningState |
Defines values for ProvisioningState. |
SearchServiceStatus |
Defines values for SearchServiceStatus. |
SkuName |
Defines values for SkuName. |