Skip to main content

services

Overview

Nameservices
TypeResource
Idazure.search.services

Fields

NameDatatypeDescription
identityobjectIdentity for the resource.
locationstringThe geo-location where the resource lives
propertiesobjectProperties of the search service.
skuobjectThe resource model definition representing SKU
tagsobjectResource tags.

Methods

NameAccessible byRequired ParamsDescription
getSELECTresourceGroupName, searchServiceName, subscriptionIdGets the search service with the given name in the given resource group.
list_by_resource_groupSELECTresourceGroupName, subscriptionIdGets a list of all Search services in the given resource group.
list_by_subscriptionSELECTsubscriptionIdGets a list of all Search services in the given subscription.
create_or_updateINSERTresourceGroupName, searchServiceName, subscriptionIdCreates or updates a search service in the given resource group. If the search service already exists, all properties will be updated with the given values.
deleteDELETEresourceGroupName, searchServiceName, subscriptionIdDeletes a search service in the given resource group, along with its associated resources.
_list_by_resource_groupEXECresourceGroupName, subscriptionIdGets a list of all Search services in the given resource group.
_list_by_subscriptionEXECsubscriptionIdGets a list of all Search services in the given subscription.
check_name_availabilityEXECsubscriptionId, data__name, data__typeChecks whether or not the given search service name is available for use. Search service names must be globally unique since they are part of the service URI (https://<name>.search.windows.net).
updateEXECresourceGroupName, searchServiceName, subscriptionIdUpdates an existing search service in the given resource group.