# Functions
New creates an instance of the ManagementClient client.
NewAdminKeysClient creates an instance of the AdminKeysClient client.
NewAdminKeysClientWithBaseURI creates an instance of the AdminKeysClient client.
NewQueryKeysClient creates an instance of the QueryKeysClient client.
NewQueryKeysClientWithBaseURI creates an instance of the QueryKeysClient client.
NewServicesClient creates an instance of the ServicesClient client.
NewServicesClientWithBaseURI creates an instance of the ServicesClient client.
NewWithBaseURI creates an instance of the ManagementClient client.
UserAgent returns the UserAgent string to use when sending http.Requests.
Version returns the semantic version (see http://semver.org) of the client.
# Constants
AlreadyExists specifies the already exists state for unavailable name reason.
Basic specifies the basic state for sku name.
Default specifies the default state for hosting mode.
DefaultBaseURI is the default URI used for the service Search.
Failed specifies the failed state for provisioning state.
Free specifies the free state for sku name.
HighDensity specifies the high density state for hosting mode.
Invalid specifies the invalid state for unavailable name reason.
Primary specifies the primary state for admin key kind.
Provisioning specifies the provisioning state for provisioning state.
Secondary specifies the secondary state for admin key kind.
ServiceStatusDegraded specifies the service status degraded state for service status.
ServiceStatusDeleting specifies the service status deleting state for service status.
ServiceStatusDisabled specifies the service status disabled state for service status.
ServiceStatusError specifies the service status error state for service status.
ServiceStatusProvisioning specifies the service status provisioning state for service status.
ServiceStatusRunning specifies the service status running state for service status.
Standard specifies the standard state for sku name.
Standard2 specifies the standard 2 state for sku name.
Standard3 specifies the standard 3 state for sku name.
Succeeded specifies the succeeded state for provisioning state.
# Structs
AdminKeyResult is response containing the primary and secondary admin API keys for a given Azure Search service.
AdminKeysClient is the client that can be used to manage Azure Search services and API keys.
CheckNameAvailabilityInput is input of check name availability API.
CheckNameAvailabilityOutput is output of check name availability API.
CloudError is contains information about an API error.
CloudErrorBody is describes a particular API error with an error code and a message.
ListQueryKeysResult is response containing the query API keys for a given Azure Search service.
ManagementClient is the base client for Search.
QueryKey is describes an API key for a given Azure Search service that has permissions for query operations only.
QueryKeysClient is the client that can be used to manage Azure Search services and API keys.
Resource is base type for all Azure resources.
Service is describes an Azure Search service and its current state.
ServiceListResult is response containing a list of Azure Search services.
ServiceProperties is properties of the Search service.
ServicesClient is the client that can be used to manage Azure Search services and API keys.
Sku is defines the SKU of an Azure Search Service, which determines price tier and capacity limits.
# Type aliases
AdminKeyKind enumerates the values for admin key kind.
HostingMode enumerates the values for hosting mode.
ProvisioningState enumerates the values for provisioning state.
ServiceStatus enumerates the values for service status.
SkuName enumerates the values for sku name.
UnavailableNameReason enumerates the values for unavailable name reason.