Cloud.Service.Azure.Search.Service

Cloud.Service.Azure.Search.Service
Cloud.Service.Azure.Search.Service
JSON Example
{
    "name": "string",
    "partition_count": 0,
    "provider": "string",
    "region": "string",
    "replica_count": 0,
    "resource_group_name": "string",
    "sku": "string"
}
string
name
Required

(Required) Search service name. Changing the name deletes the existing resource and creates a new one.

integer
partition_count
Optional

Number of partitions, for storage handling: 1, 2, 3, 4, 6, or 12. Default is 1. Only available with standard SKUs. Changing the count deletes the existing resource and creates a new one.

string
provider
Required

(Required) The name of the Microsoft Azure cloud account to use for this resource

string
region
Required

(Required) Supported Azure location where the resource exists. Changing the location deletes the existing resource and creates a new one.

integer
replica_count
Optional

Number of search services, for capacity handling. Range is 1 to 12. Default is 1. Only available with standard SKUs. Changing the count deletes the existing resource and creates a new one.

string
resource_group_name
Required

(Required) Resource group in which to create the search service component.

string
sku
Required

(Required) The search service stockkeeping unit (SKU): free (provisions the service in shared clusters) or standard (provisions the service in dedicated clusters). If enabled by Microsoft support, standard2 and standard3 might also be available. Changing the SKU deletes the existing resource and creates a new one.

object
tags
Optional

Search service categorization, in case-sensitive key names, or in key-value pairs.