See: Description
Interface | Description |
---|---|
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.
|
SearchService.Definition |
The entirety of the Search service definition.
|
SearchService.DefinitionStages |
Grouping of virtual network definition stages.
|
SearchService.DefinitionStages.Blank |
The first stage of the Search service definition.
|
SearchService.DefinitionStages.WithCreate |
The stage of the definition which contains all the minimum required inputs for the resource to be created
(via
Creatable.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.DefinitionStages.WithPartitionsAndCreate | |
SearchService.DefinitionStages.WithReplicasAndCreate | |
SearchService.DefinitionStages.WithSku |
The stage of the Search service definition allowing to specify the SKU.
|
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.UpdateStages.WithPartitionCount |
The stage of the Search service update allowing to modify the number of partitions used.
|
SearchService.UpdateStages.WithReplicaCount |
The stage of the Search service update allowing to modify the number of replicas used.
|
SearchServices |
Entry point to Search service management API in Azure.
|
Class | Description |
---|---|
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.
|
Enum | Description |
---|---|
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.
|
Copyright © 2019. All rights reserved.