SearchServiceUpdate interface
The parameters used to update an Azure AI Search service.
- Extends
Properties
| auth |
Defines the options for how the data plane API of a search service authenticates requests. This cannot be set if 'disableLocalAuth' is set to true. |
| compute |
Configure this property to support the search service using either the Default Compute or Azure Confidential Compute. |
| data |
A list of data exfiltration scenarios that are explicitly disallowed for the search service. Currently, the only supported value is 'All' to disable all possible data export scenarios with more fine grained controls planned for the future. |
| disable |
When set to true, calls to the search service will not be permitted to utilize API keys for authentication. This cannot be set to true if 'dataPlaneAuthOptions' are defined. |
| encryption |
Specifies any policy regarding encryption of resources (such as indexes) using customer manager keys within a search service. |
| endpoint | The endpoint of the Azure AI Search service. |
| e |
A system generated property representing the service's etag that can be for optimistic concurrency control during updates. |
| hosting |
Applicable only for the standard3 SKU. You can set this property to enable up to 3 high density partitions that allow up to 1000 indexes, which is much higher than the maximum indexes allowed for any other SKU. For the standard3 SKU, the value is either 'Default' or 'HighDensity'. For all other SKUs, this value must be 'Default'. |
| identity | Details about the search service identity. A null value indicates that the search service has no identity assigned. |
| knowledge |
Specifies the billing plan for agentic retrieval on the Azure AI Search service. This configuration is only available for certain pricing tiers in certain regions. |
| location | The geographic location of the resource. This must be one of the supported and registered Azure geo regions (for example, West US, East US, Southeast Asia, and so forth). This property is required when creating a new resource. |
| network |
Network specific rules that determine how the Azure AI Search service may be reached. |
| partition |
The number of partitions in the dedicated search service; if specified, it can be 1, 2, 3, 4, 6, or 12. Values greater than 1 are only valid for standard SKUs. For 'standard3' services with hostingMode set to 'highDensity', the allowed values are between 1 and 3. |
| private |
The list of private endpoint connections to the Azure AI Search service. |
| provisioning |
The state of the last provisioning operation performed on the search service. Provisioning is an intermediate state that occurs while service capacity is being established. After capacity is set up, provisioningState changes to either 'Succeeded' or 'Failed'. Client applications can poll provisioning status (the recommended polling interval is from 30 seconds to one minute) by using the Get Search Service operation to see when an operation is completed. If you are using the free service, this value tends to come back as 'Succeeded' directly in the call to Create search service. This is because the free service uses capacity that is already set up. |
| public |
This value can be set to 'Enabled' to avoid breaking changes on existing customer resources and templates. If set to 'Disabled', traffic over public interface is not allowed, and private endpoint connections would be the exclusive access method. |
| replica |
The number of replicas in the dedicated search service. If specified, it must be a value between 1 and 12 inclusive for standard SKUs or between 1 and 3 inclusive for basic SKU. |
| semantic |
Specifies the availability and billing plan for semantic search on the Azure AI Search service. This configuration is only available for certain pricing tiers in certain regions. |
| service |
The date and time the search service was last upgraded. This field will be null until the service gets upgraded for the first time. |
| shared |
The list of shared private link resources managed by the Azure AI Search service. |
| sku | The SKU of the search service, which determines price tier and capacity limits. This property is required when creating a new search service. |
| status | The status of the search service. Possible values include: 'running': The search service is running and no provisioning operations are underway. 'provisioning': The search service is being provisioned or scaled up or down. 'deleting': The search service is being deleted. 'degraded': The search service is degraded. This can occur when the underlying search units are not healthy. The search service is most likely operational, but performance might be slow and some requests might be dropped. 'disabled': The search service is disabled. In this state, the service will reject all API requests. 'error': The search service is in an error state. 'stopped': The search service is in a subscription that's disabled. If your service is in the degraded, disabled, or error states, it means the Azure AI Search team is actively investigating the underlying issue. Dedicated services in these states are still chargeable based on the number of search units provisioned. |
| status |
The details of the search service status. |
| tags | Tags to help categorize the resource in the Azure portal. |
| upgrade |
Indicates if the search service has an upgrade available. |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Property Details
authOptions
Defines the options for how the data plane API of a search service authenticates requests. This cannot be set if 'disableLocalAuth' is set to true.
authOptions?: DataPlaneAuthOptions
Property Value
computeType
Configure this property to support the search service using either the Default Compute or Azure Confidential Compute.
computeType?: string
Property Value
string
dataExfiltrationProtections
A list of data exfiltration scenarios that are explicitly disallowed for the search service. Currently, the only supported value is 'All' to disable all possible data export scenarios with more fine grained controls planned for the future.
dataExfiltrationProtections?: string[]
Property Value
string[]
disableLocalAuth
When set to true, calls to the search service will not be permitted to utilize API keys for authentication. This cannot be set to true if 'dataPlaneAuthOptions' are defined.
disableLocalAuth?: boolean
Property Value
boolean
encryptionWithCmk
Specifies any policy regarding encryption of resources (such as indexes) using customer manager keys within a search service.
encryptionWithCmk?: EncryptionWithCmk
Property Value
endpoint
The endpoint of the Azure AI Search service.
endpoint?: string
Property Value
string
eTag
A system generated property representing the service's etag that can be for optimistic concurrency control during updates.
eTag?: string
Property Value
string
hostingMode
Applicable only for the standard3 SKU. You can set this property to enable up to 3 high density partitions that allow up to 1000 indexes, which is much higher than the maximum indexes allowed for any other SKU. For the standard3 SKU, the value is either 'Default' or 'HighDensity'. For all other SKUs, this value must be 'Default'.
hostingMode?: HostingMode
Property Value
identity
Details about the search service identity. A null value indicates that the search service has no identity assigned.
identity?: Identity
Property Value
knowledgeRetrieval
Specifies the billing plan for agentic retrieval on the Azure AI Search service. This configuration is only available for certain pricing tiers in certain regions.
knowledgeRetrieval?: string
Property Value
string
location
The geographic location of the resource. This must be one of the supported and registered Azure geo regions (for example, West US, East US, Southeast Asia, and so forth). This property is required when creating a new resource.
location?: string
Property Value
string
networkRuleSet
Network specific rules that determine how the Azure AI Search service may be reached.
networkRuleSet?: NetworkRuleSet
Property Value
partitionCount
The number of partitions in the dedicated search service; if specified, it can be 1, 2, 3, 4, 6, or 12. Values greater than 1 are only valid for standard SKUs. For 'standard3' services with hostingMode set to 'highDensity', the allowed values are between 1 and 3.
partitionCount?: number
Property Value
number
privateEndpointConnections
The list of private endpoint connections to the Azure AI Search service.
privateEndpointConnections?: PrivateEndpointConnection[]
Property Value
provisioningState
The state of the last provisioning operation performed on the search service. Provisioning is an intermediate state that occurs while service capacity is being established. After capacity is set up, provisioningState changes to either 'Succeeded' or 'Failed'. Client applications can poll provisioning status (the recommended polling interval is from 30 seconds to one minute) by using the Get Search Service operation to see when an operation is completed. If you are using the free service, this value tends to come back as 'Succeeded' directly in the call to Create search service. This is because the free service uses capacity that is already set up.
provisioningState?: ProvisioningState
Property Value
publicNetworkAccess
This value can be set to 'Enabled' to avoid breaking changes on existing customer resources and templates. If set to 'Disabled', traffic over public interface is not allowed, and private endpoint connections would be the exclusive access method.
publicNetworkAccess?: string
Property Value
string
replicaCount
The number of replicas in the dedicated search service. If specified, it must be a value between 1 and 12 inclusive for standard SKUs or between 1 and 3 inclusive for basic SKU.
replicaCount?: number
Property Value
number
semanticSearch
Specifies the availability and billing plan for semantic search on the Azure AI Search service. This configuration is only available for certain pricing tiers in certain regions.
semanticSearch?: string
Property Value
string
serviceUpgradedAt
The date and time the search service was last upgraded. This field will be null until the service gets upgraded for the first time.
serviceUpgradedAt?: Date
Property Value
Date
sharedPrivateLinkResources
The list of shared private link resources managed by the Azure AI Search service.
sharedPrivateLinkResources?: SharedPrivateLinkResource[]
Property Value
sku
The SKU of the search service, which determines price tier and capacity limits. This property is required when creating a new search service.
sku?: Sku
Property Value
status
The status of the search service. Possible values include: 'running': The search service is running and no provisioning operations are underway. 'provisioning': The search service is being provisioned or scaled up or down. 'deleting': The search service is being deleted. 'degraded': The search service is degraded. This can occur when the underlying search units are not healthy. The search service is most likely operational, but performance might be slow and some requests might be dropped. 'disabled': The search service is disabled. In this state, the service will reject all API requests. 'error': The search service is in an error state. 'stopped': The search service is in a subscription that's disabled. If your service is in the degraded, disabled, or error states, it means the Azure AI Search team is actively investigating the underlying issue. Dedicated services in these states are still chargeable based on the number of search units provisioned.
status?: SearchServiceStatus
Property Value
statusDetails
The details of the search service status.
statusDetails?: string
Property Value
string
tags
Tags to help categorize the resource in the Azure portal.
tags?: Record<string, string>
Property Value
Record<string, string>
upgradeAvailable
Indicates if the search service has an upgrade available.
upgradeAvailable?: string
Property Value
string
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From Resource.id
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From Resource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From Resource.type