Microsoft.Search (stable:2015-02-28)

2025/12/05 • 5 new, 5 deleted methods

AdminKeys_List (new)
Description Returns the primary and secondary API keys for the given Azure Search service.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{serviceName}/listAdminKeys
{
resourceGroupName: string ,
serviceName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
primaryKey: string ,
secondaryKey: string ,
}
QueryKeys_List (new)
Description Returns the list of query API keys for the given Azure Search service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{serviceName}/listQueryKeys
{
resourceGroupName: string ,
serviceName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
key: string ,
}
,
]
,
}
Services_CreateOrUpdate (new)
Description Creates 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.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{serviceName}
{
resourceGroupName: string ,
serviceName: string ,
parameters:
{
location: string ,
tags: object ,
properties:
{
sku:
{
name: enum ,
}
,
replicaCount: integer ,
partitionCount: integer ,
}
,
}
,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
id: string ,
name: string ,
location: string ,
tags: object ,
properties:
{
status: enum ,
statusDetails: string ,
provisioningState: enum ,
sku:
{
name: enum ,
}
,
replicaCount: integer ,
partitionCount: integer ,
}
,
}

⚐ Response (201)

{
id: string ,
name: string ,
location: string ,
tags: object ,
properties:
{
status: enum ,
statusDetails: string ,
provisioningState: enum ,
sku:
{
name: enum ,
}
,
replicaCount: integer ,
partitionCount: integer ,
}
,
}
Services_Delete (new)
Description Deletes a Search service in the given resource group, along with its associated resources.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{serviceName}
{
resourceGroupName: string ,
serviceName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{}

⚐ Response (404)

{}

⚐ Response (204)

{}
Services_List (new)
Description Returns a list of all Search services in the given resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices
{
resourceGroupName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
id: string ,
name: string ,
location: string ,
tags: object ,
properties:
{
status: enum ,
statusDetails: string ,
provisioningState: enum ,
sku:
{
name: enum ,
}
,
replicaCount: integer ,
partitionCount: integer ,
}
,
}
,
]
,
}
AdminKeys_List (removed)
Description Returns the primary and secondary API keys for the given Azure Search service.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{serviceName}/listAdminKeys
{
resourceGroupName: string ,
serviceName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
primaryKey: string ,
secondaryKey: string ,
}
QueryKeys_List (removed)
Description Returns the list of query API keys for the given Azure Search service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{serviceName}/listQueryKeys
{
resourceGroupName: string ,
serviceName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
key: string ,
}
,
]
,
}
Services_CreateOrUpdate (removed)
Description Creates 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.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{serviceName}
{
resourceGroupName: string ,
serviceName: string ,
parameters:
{
location: string ,
tags: object ,
properties:
{
sku:
{
name: enum ,
}
,
replicaCount: integer ,
partitionCount: integer ,
}
,
}
,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
id: string ,
name: string ,
location: string ,
tags: object ,
properties:
{
status: enum ,
statusDetails: string ,
provisioningState: enum ,
sku:
{
name: enum ,
}
,
replicaCount: integer ,
partitionCount: integer ,
}
,
}

⚐ Response (201)

{
id: string ,
name: string ,
location: string ,
tags: object ,
properties:
{
status: enum ,
statusDetails: string ,
provisioningState: enum ,
sku:
{
name: enum ,
}
,
replicaCount: integer ,
partitionCount: integer ,
}
,
}
Services_Delete (removed)
Description Deletes a Search service in the given resource group, along with its associated resources.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{serviceName}
{
resourceGroupName: string ,
serviceName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{}

⚐ Response (404)

{}

⚐ Response (204)

{}
Services_List (removed)
Description Returns a list of all Search services in the given resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices
{
resourceGroupName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
id: string ,
name: string ,
location: string ,
tags: object ,
properties:
{
status: enum ,
statusDetails: string ,
provisioningState: enum ,
sku:
{
name: enum ,
}
,
replicaCount: integer ,
partitionCount: integer ,
}
,
}
,
]
,
}