This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.search.getService
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Gets the search service with the given name in the given resource group. Azure REST API version: 2022-09-01.
Other available API versions: 2021-04-01-preview, 2023-11-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview.
Using getService
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getService(args: GetServiceArgs, opts?: InvokeOptions): Promise<GetServiceResult>
function getServiceOutput(args: GetServiceOutputArgs, opts?: InvokeOptions): Output<GetServiceResult>def get_service(resource_group_name: Optional[str] = None,
                search_service_name: Optional[str] = None,
                opts: Optional[InvokeOptions] = None) -> GetServiceResult
def get_service_output(resource_group_name: Optional[pulumi.Input[str]] = None,
                search_service_name: Optional[pulumi.Input[str]] = None,
                opts: Optional[InvokeOptions] = None) -> Output[GetServiceResult]func LookupService(ctx *Context, args *LookupServiceArgs, opts ...InvokeOption) (*LookupServiceResult, error)
func LookupServiceOutput(ctx *Context, args *LookupServiceOutputArgs, opts ...InvokeOption) LookupServiceResultOutput> Note: This function is named LookupService in the Go SDK.
public static class GetService 
{
    public static Task<GetServiceResult> InvokeAsync(GetServiceArgs args, InvokeOptions? opts = null)
    public static Output<GetServiceResult> Invoke(GetServiceInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetServiceResult> getService(GetServiceArgs args, InvokeOptions options)
public static Output<GetServiceResult> getService(GetServiceArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:search:getService
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ResourceGroup stringName 
- The name of the resource group within the current subscription. You can obtain this value from the Azure Resource Manager API or the portal.
- SearchService stringName 
- The name of the Azure Cognitive Search service associated with the specified resource group.
- ResourceGroup stringName 
- The name of the resource group within the current subscription. You can obtain this value from the Azure Resource Manager API or the portal.
- SearchService stringName 
- The name of the Azure Cognitive Search service associated with the specified resource group.
- resourceGroup StringName 
- The name of the resource group within the current subscription. You can obtain this value from the Azure Resource Manager API or the portal.
- searchService StringName 
- The name of the Azure Cognitive Search service associated with the specified resource group.
- resourceGroup stringName 
- The name of the resource group within the current subscription. You can obtain this value from the Azure Resource Manager API or the portal.
- searchService stringName 
- The name of the Azure Cognitive Search service associated with the specified resource group.
- resource_group_ strname 
- The name of the resource group within the current subscription. You can obtain this value from the Azure Resource Manager API or the portal.
- search_service_ strname 
- The name of the Azure Cognitive Search service associated with the specified resource group.
- resourceGroup StringName 
- The name of the resource group within the current subscription. You can obtain this value from the Azure Resource Manager API or the portal.
- searchService StringName 
- The name of the Azure Cognitive Search service associated with the specified resource group.
getService Result
The following output properties are available:
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Location string
- The geo-location where the resource lives
- Name string
- The name of the resource
- PrivateEndpoint List<Pulumi.Connections Azure Native. Search. Outputs. Private Endpoint Connection Response> 
- The list of private endpoint connections to the Azure Cognitive Search service.
- ProvisioningState string
- 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.
- 
List<Pulumi.Azure Native. Search. Outputs. Shared Private Link Resource Response> 
- The list of shared private link resources managed by the Azure Cognitive Search service.
- Status string
- 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. If your service is in the degraded, disabled, or error states, it means the Azure Cognitive Search team is actively investigating the underlying issue. Dedicated services in these states are still chargeable based on the number of search units provisioned.
- StatusDetails string
- The details of the search service status.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- AuthOptions Pulumi.Azure Native. Search. Outputs. Data Plane Auth Options Response 
- 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.
- DisableLocal boolAuth 
- 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.
- EncryptionWith Pulumi.Cmk Azure Native. Search. Outputs. Encryption With Cmk Response 
- Specifies any policy regarding encryption of resources (such as indexes) using customer manager keys within a search service.
- HostingMode string
- 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
Pulumi.Azure Native. Search. Outputs. Identity Response 
- The identity of the resource.
- NetworkRule Pulumi.Set Azure Native. Search. Outputs. Network Rule Set Response 
- Network specific rules that determine how the Azure Cognitive Search service may be reached.
- PartitionCount int
- The number of partitions in the 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.
- PublicNetwork stringAccess 
- 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.
- ReplicaCount int
- The number of replicas in the 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.
- Sku
Pulumi.Azure Native. Search. Outputs. Sku Response 
- The SKU of the Search Service, which determines price tier and capacity limits. This property is required when creating a new Search Service.
- Dictionary<string, string>
- Resource tags.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Location string
- The geo-location where the resource lives
- Name string
- The name of the resource
- PrivateEndpoint []PrivateConnections Endpoint Connection Response 
- The list of private endpoint connections to the Azure Cognitive Search service.
- ProvisioningState string
- 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.
- 
[]SharedPrivate Link Resource Response 
- The list of shared private link resources managed by the Azure Cognitive Search service.
- Status string
- 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. If your service is in the degraded, disabled, or error states, it means the Azure Cognitive Search team is actively investigating the underlying issue. Dedicated services in these states are still chargeable based on the number of search units provisioned.
- StatusDetails string
- The details of the search service status.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- AuthOptions DataPlane Auth Options Response 
- 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.
- DisableLocal boolAuth 
- 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.
- EncryptionWith EncryptionCmk With Cmk Response 
- Specifies any policy regarding encryption of resources (such as indexes) using customer manager keys within a search service.
- HostingMode string
- 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
IdentityResponse 
- The identity of the resource.
- NetworkRule NetworkSet Rule Set Response 
- Network specific rules that determine how the Azure Cognitive Search service may be reached.
- PartitionCount int
- The number of partitions in the 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.
- PublicNetwork stringAccess 
- 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.
- ReplicaCount int
- The number of replicas in the 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.
- Sku
SkuResponse 
- The SKU of the Search Service, which determines price tier and capacity limits. This property is required when creating a new Search Service.
- map[string]string
- Resource tags.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location String
- The geo-location where the resource lives
- name String
- The name of the resource
- privateEndpoint List<PrivateConnections Endpoint Connection Response> 
- The list of private endpoint connections to the Azure Cognitive Search service.
- provisioningState String
- 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.
- 
List<SharedPrivate Link Resource Response> 
- The list of shared private link resources managed by the Azure Cognitive Search service.
- status String
- 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. If your service is in the degraded, disabled, or error states, it means the Azure Cognitive Search team is actively investigating the underlying issue. Dedicated services in these states are still chargeable based on the number of search units provisioned.
- statusDetails String
- The details of the search service status.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- authOptions DataPlane Auth Options Response 
- 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.
- disableLocal BooleanAuth 
- 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.
- encryptionWith EncryptionCmk With Cmk Response 
- Specifies any policy regarding encryption of resources (such as indexes) using customer manager keys within a search service.
- hostingMode String
- 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
IdentityResponse 
- The identity of the resource.
- networkRule NetworkSet Rule Set Response 
- Network specific rules that determine how the Azure Cognitive Search service may be reached.
- partitionCount Integer
- The number of partitions in the 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.
- publicNetwork StringAccess 
- 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.
- replicaCount Integer
- The number of replicas in the 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.
- sku
SkuResponse 
- The SKU of the Search Service, which determines price tier and capacity limits. This property is required when creating a new Search Service.
- Map<String,String>
- Resource tags.
- id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location string
- The geo-location where the resource lives
- name string
- The name of the resource
- privateEndpoint PrivateConnections Endpoint Connection Response[] 
- The list of private endpoint connections to the Azure Cognitive Search service.
- provisioningState string
- 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.
- 
SharedPrivate Link Resource Response[] 
- The list of shared private link resources managed by the Azure Cognitive Search service.
- status string
- 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. If your service is in the degraded, disabled, or error states, it means the Azure Cognitive Search team is actively investigating the underlying issue. Dedicated services in these states are still chargeable based on the number of search units provisioned.
- statusDetails string
- The details of the search service status.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- authOptions DataPlane Auth Options Response 
- 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.
- disableLocal booleanAuth 
- 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.
- encryptionWith EncryptionCmk With Cmk Response 
- Specifies any policy regarding encryption of resources (such as indexes) using customer manager keys within a search service.
- hostingMode string
- 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
IdentityResponse 
- The identity of the resource.
- networkRule NetworkSet Rule Set Response 
- Network specific rules that determine how the Azure Cognitive Search service may be reached.
- partitionCount number
- The number of partitions in the 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.
- publicNetwork stringAccess 
- 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.
- replicaCount number
- The number of replicas in the 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.
- sku
SkuResponse 
- The SKU of the Search Service, which determines price tier and capacity limits. This property is required when creating a new Search Service.
- {[key: string]: string}
- Resource tags.
- id str
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location str
- The geo-location where the resource lives
- name str
- The name of the resource
- private_endpoint_ Sequence[Privateconnections Endpoint Connection Response] 
- The list of private endpoint connections to the Azure Cognitive Search service.
- provisioning_state str
- 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.
- 
Sequence[SharedPrivate Link Resource Response] 
- The list of shared private link resources managed by the Azure Cognitive Search service.
- status str
- 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. If your service is in the degraded, disabled, or error states, it means the Azure Cognitive 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_details str
- The details of the search service status.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- auth_options DataPlane Auth Options Response 
- 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.
- disable_local_ boolauth 
- 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_with_ Encryptioncmk With Cmk Response 
- Specifies any policy regarding encryption of resources (such as indexes) using customer manager keys within a search service.
- hosting_mode str
- 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
IdentityResponse 
- The identity of the resource.
- network_rule_ Networkset Rule Set Response 
- Network specific rules that determine how the Azure Cognitive Search service may be reached.
- partition_count int
- The number of partitions in the 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.
- public_network_ straccess 
- 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_count int
- The number of replicas in the 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.
- sku
SkuResponse 
- The SKU of the Search Service, which determines price tier and capacity limits. This property is required when creating a new Search Service.
- Mapping[str, str]
- Resource tags.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location String
- The geo-location where the resource lives
- name String
- The name of the resource
- privateEndpoint List<Property Map>Connections 
- The list of private endpoint connections to the Azure Cognitive Search service.
- provisioningState String
- 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.
- List<Property Map>
- The list of shared private link resources managed by the Azure Cognitive Search service.
- status String
- 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. If your service is in the degraded, disabled, or error states, it means the Azure Cognitive Search team is actively investigating the underlying issue. Dedicated services in these states are still chargeable based on the number of search units provisioned.
- statusDetails String
- The details of the search service status.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- authOptions Property Map
- 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.
- disableLocal BooleanAuth 
- 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.
- encryptionWith Property MapCmk 
- Specifies any policy regarding encryption of resources (such as indexes) using customer manager keys within a search service.
- hostingMode String
- 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 Property Map
- The identity of the resource.
- networkRule Property MapSet 
- Network specific rules that determine how the Azure Cognitive Search service may be reached.
- partitionCount Number
- The number of partitions in the 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.
- publicNetwork StringAccess 
- 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.
- replicaCount Number
- The number of replicas in the 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.
- sku Property Map
- The SKU of the Search Service, which determines price tier and capacity limits. This property is required when creating a new Search Service.
- Map<String>
- Resource tags.
Supporting Types
DataPlaneAadOrApiKeyAuthOptionResponse        
- AadAuth stringFailure Mode 
- Describes what response the data plane API of a Search service would send for requests that failed authentication.
- AadAuth stringFailure Mode 
- Describes what response the data plane API of a Search service would send for requests that failed authentication.
- aadAuth StringFailure Mode 
- Describes what response the data plane API of a Search service would send for requests that failed authentication.
- aadAuth stringFailure Mode 
- Describes what response the data plane API of a Search service would send for requests that failed authentication.
- aad_auth_ strfailure_ mode 
- Describes what response the data plane API of a Search service would send for requests that failed authentication.
- aadAuth StringFailure Mode 
- Describes what response the data plane API of a Search service would send for requests that failed authentication.
DataPlaneAuthOptionsResponse    
- AadOr Pulumi.Api Key Azure Native. Search. Inputs. Data Plane Aad Or Api Key Auth Option Response 
- Indicates that either the API key or an access token from Azure Active Directory can be used for authentication.
- ApiKey objectOnly 
- Indicates that only the API key needs to be used for authentication.
- AadOr DataApi Key Plane Aad Or Api Key Auth Option Response 
- Indicates that either the API key or an access token from Azure Active Directory can be used for authentication.
- ApiKey interface{}Only 
- Indicates that only the API key needs to be used for authentication.
- aadOr DataApi Key Plane Aad Or Api Key Auth Option Response 
- Indicates that either the API key or an access token from Azure Active Directory can be used for authentication.
- apiKey ObjectOnly 
- Indicates that only the API key needs to be used for authentication.
- aadOr DataApi Key Plane Aad Or Api Key Auth Option Response 
- Indicates that either the API key or an access token from Azure Active Directory can be used for authentication.
- apiKey anyOnly 
- Indicates that only the API key needs to be used for authentication.
- aad_or_ Dataapi_ key Plane Aad Or Api Key Auth Option Response 
- Indicates that either the API key or an access token from Azure Active Directory can be used for authentication.
- api_key_ Anyonly 
- Indicates that only the API key needs to be used for authentication.
- aadOr Property MapApi Key 
- Indicates that either the API key or an access token from Azure Active Directory can be used for authentication.
- apiKey AnyOnly 
- Indicates that only the API key needs to be used for authentication.
EncryptionWithCmkResponse   
- EncryptionCompliance stringStatus 
- Describes whether the search service is compliant or not with respect to having non customer encrypted resources. If a service has more than one non customer encrypted resource and 'Enforcement' is 'enabled' then the service will be marked as 'nonCompliant'.
- Enforcement string
- Describes how a search service should enforce having one or more non customer encrypted resources.
- EncryptionCompliance stringStatus 
- Describes whether the search service is compliant or not with respect to having non customer encrypted resources. If a service has more than one non customer encrypted resource and 'Enforcement' is 'enabled' then the service will be marked as 'nonCompliant'.
- Enforcement string
- Describes how a search service should enforce having one or more non customer encrypted resources.
- encryptionCompliance StringStatus 
- Describes whether the search service is compliant or not with respect to having non customer encrypted resources. If a service has more than one non customer encrypted resource and 'Enforcement' is 'enabled' then the service will be marked as 'nonCompliant'.
- enforcement String
- Describes how a search service should enforce having one or more non customer encrypted resources.
- encryptionCompliance stringStatus 
- Describes whether the search service is compliant or not with respect to having non customer encrypted resources. If a service has more than one non customer encrypted resource and 'Enforcement' is 'enabled' then the service will be marked as 'nonCompliant'.
- enforcement string
- Describes how a search service should enforce having one or more non customer encrypted resources.
- encryption_compliance_ strstatus 
- Describes whether the search service is compliant or not with respect to having non customer encrypted resources. If a service has more than one non customer encrypted resource and 'Enforcement' is 'enabled' then the service will be marked as 'nonCompliant'.
- enforcement str
- Describes how a search service should enforce having one or more non customer encrypted resources.
- encryptionCompliance StringStatus 
- Describes whether the search service is compliant or not with respect to having non customer encrypted resources. If a service has more than one non customer encrypted resource and 'Enforcement' is 'enabled' then the service will be marked as 'nonCompliant'.
- enforcement String
- Describes how a search service should enforce having one or more non customer encrypted resources.
IdentityResponse 
- PrincipalId string
- The principal ID of the system-assigned identity of the search service.
- TenantId string
- The tenant ID of the system-assigned identity of the search service.
- Type string
- The identity type.
- PrincipalId string
- The principal ID of the system-assigned identity of the search service.
- TenantId string
- The tenant ID of the system-assigned identity of the search service.
- Type string
- The identity type.
- principalId String
- The principal ID of the system-assigned identity of the search service.
- tenantId String
- The tenant ID of the system-assigned identity of the search service.
- type String
- The identity type.
- principalId string
- The principal ID of the system-assigned identity of the search service.
- tenantId string
- The tenant ID of the system-assigned identity of the search service.
- type string
- The identity type.
- principal_id str
- The principal ID of the system-assigned identity of the search service.
- tenant_id str
- The tenant ID of the system-assigned identity of the search service.
- type str
- The identity type.
- principalId String
- The principal ID of the system-assigned identity of the search service.
- tenantId String
- The tenant ID of the system-assigned identity of the search service.
- type String
- The identity type.
IpRuleResponse  
- Value string
- Value corresponding to a single IPv4 address (eg., 123.1.2.3) or an IP range in CIDR format (eg., 123.1.2.3/24) to be allowed.
- Value string
- Value corresponding to a single IPv4 address (eg., 123.1.2.3) or an IP range in CIDR format (eg., 123.1.2.3/24) to be allowed.
- value String
- Value corresponding to a single IPv4 address (eg., 123.1.2.3) or an IP range in CIDR format (eg., 123.1.2.3/24) to be allowed.
- value string
- Value corresponding to a single IPv4 address (eg., 123.1.2.3) or an IP range in CIDR format (eg., 123.1.2.3/24) to be allowed.
- value str
- Value corresponding to a single IPv4 address (eg., 123.1.2.3) or an IP range in CIDR format (eg., 123.1.2.3/24) to be allowed.
- value String
- Value corresponding to a single IPv4 address (eg., 123.1.2.3) or an IP range in CIDR format (eg., 123.1.2.3/24) to be allowed.
NetworkRuleSetResponse   
- IpRules List<Pulumi.Azure Native. Search. Inputs. Ip Rule Response> 
- A list of IP restriction rules that defines the inbound network(s) with allowing access to the search service endpoint. At the meantime, all other public IP networks are blocked by the firewall. These restriction rules are applied only when the 'publicNetworkAccess' of the search service is 'enabled'; otherwise, traffic over public interface is not allowed even with any public IP rules, and private endpoint connections would be the exclusive access method.
- IpRules []IpRule Response 
- A list of IP restriction rules that defines the inbound network(s) with allowing access to the search service endpoint. At the meantime, all other public IP networks are blocked by the firewall. These restriction rules are applied only when the 'publicNetworkAccess' of the search service is 'enabled'; otherwise, traffic over public interface is not allowed even with any public IP rules, and private endpoint connections would be the exclusive access method.
- ipRules List<IpRule Response> 
- A list of IP restriction rules that defines the inbound network(s) with allowing access to the search service endpoint. At the meantime, all other public IP networks are blocked by the firewall. These restriction rules are applied only when the 'publicNetworkAccess' of the search service is 'enabled'; otherwise, traffic over public interface is not allowed even with any public IP rules, and private endpoint connections would be the exclusive access method.
- ipRules IpRule Response[] 
- A list of IP restriction rules that defines the inbound network(s) with allowing access to the search service endpoint. At the meantime, all other public IP networks are blocked by the firewall. These restriction rules are applied only when the 'publicNetworkAccess' of the search service is 'enabled'; otherwise, traffic over public interface is not allowed even with any public IP rules, and private endpoint connections would be the exclusive access method.
- ip_rules Sequence[IpRule Response] 
- A list of IP restriction rules that defines the inbound network(s) with allowing access to the search service endpoint. At the meantime, all other public IP networks are blocked by the firewall. These restriction rules are applied only when the 'publicNetworkAccess' of the search service is 'enabled'; otherwise, traffic over public interface is not allowed even with any public IP rules, and private endpoint connections would be the exclusive access method.
- ipRules List<Property Map>
- A list of IP restriction rules that defines the inbound network(s) with allowing access to the search service endpoint. At the meantime, all other public IP networks are blocked by the firewall. These restriction rules are applied only when the 'publicNetworkAccess' of the search service is 'enabled'; otherwise, traffic over public interface is not allowed even with any public IP rules, and private endpoint connections would be the exclusive access method.
PrivateEndpointConnectionPropertiesResponse    
- GroupId string
- The group id from the provider of resource the private link service connection is for.
- PrivateEndpoint Pulumi.Azure Native. Search. Inputs. Private Endpoint Connection Properties Response Private Endpoint 
- The private endpoint resource from Microsoft.Network provider.
- PrivateLink Pulumi.Service Connection State Azure Native. Search. Inputs. Private Endpoint Connection Properties Response Private Link Service Connection State 
- Describes the current state of an existing Private Link Service connection to the Azure Private Endpoint.
- ProvisioningState string
- The provisioning state of the private link service connection. Can be Updating, Deleting, Failed, Succeeded, or Incomplete
- GroupId string
- The group id from the provider of resource the private link service connection is for.
- PrivateEndpoint PrivateEndpoint Connection Properties Response Private Endpoint 
- The private endpoint resource from Microsoft.Network provider.
- PrivateLink PrivateService Connection State Endpoint Connection Properties Response Private Link Service Connection State 
- Describes the current state of an existing Private Link Service connection to the Azure Private Endpoint.
- ProvisioningState string
- The provisioning state of the private link service connection. Can be Updating, Deleting, Failed, Succeeded, or Incomplete
- groupId String
- The group id from the provider of resource the private link service connection is for.
- privateEndpoint PrivateEndpoint Connection Properties Response Private Endpoint 
- The private endpoint resource from Microsoft.Network provider.
- privateLink PrivateService Connection State Endpoint Connection Properties Response Private Link Service Connection State 
- Describes the current state of an existing Private Link Service connection to the Azure Private Endpoint.
- provisioningState String
- The provisioning state of the private link service connection. Can be Updating, Deleting, Failed, Succeeded, or Incomplete
- groupId string
- The group id from the provider of resource the private link service connection is for.
- privateEndpoint PrivateEndpoint Connection Properties Response Private Endpoint 
- The private endpoint resource from Microsoft.Network provider.
- privateLink PrivateService Connection State Endpoint Connection Properties Response Private Link Service Connection State 
- Describes the current state of an existing Private Link Service connection to the Azure Private Endpoint.
- provisioningState string
- The provisioning state of the private link service connection. Can be Updating, Deleting, Failed, Succeeded, or Incomplete
- group_id str
- The group id from the provider of resource the private link service connection is for.
- private_endpoint PrivateEndpoint Connection Properties Response Private Endpoint 
- The private endpoint resource from Microsoft.Network provider.
- private_link_ Privateservice_ connection_ state Endpoint Connection Properties Response Private Link Service Connection State 
- Describes the current state of an existing Private Link Service connection to the Azure Private Endpoint.
- provisioning_state str
- The provisioning state of the private link service connection. Can be Updating, Deleting, Failed, Succeeded, or Incomplete
- groupId String
- The group id from the provider of resource the private link service connection is for.
- privateEndpoint Property Map
- The private endpoint resource from Microsoft.Network provider.
- privateLink Property MapService Connection State 
- Describes the current state of an existing Private Link Service connection to the Azure Private Endpoint.
- provisioningState String
- The provisioning state of the private link service connection. Can be Updating, Deleting, Failed, Succeeded, or Incomplete
PrivateEndpointConnectionPropertiesResponsePrivateEndpoint      
- Id string
- The resource id of the private endpoint resource from Microsoft.Network provider.
- Id string
- The resource id of the private endpoint resource from Microsoft.Network provider.
- id String
- The resource id of the private endpoint resource from Microsoft.Network provider.
- id string
- The resource id of the private endpoint resource from Microsoft.Network provider.
- id str
- The resource id of the private endpoint resource from Microsoft.Network provider.
- id String
- The resource id of the private endpoint resource from Microsoft.Network provider.
PrivateEndpointConnectionPropertiesResponsePrivateLinkServiceConnectionState         
- ActionsRequired string
- A description of any extra actions that may be required.
- Description string
- The description for the private link service connection state.
- Status string
- Status of the the private link service connection. Can be Pending, Approved, Rejected, or Disconnected.
- ActionsRequired string
- A description of any extra actions that may be required.
- Description string
- The description for the private link service connection state.
- Status string
- Status of the the private link service connection. Can be Pending, Approved, Rejected, or Disconnected.
- actionsRequired String
- A description of any extra actions that may be required.
- description String
- The description for the private link service connection state.
- status String
- Status of the the private link service connection. Can be Pending, Approved, Rejected, or Disconnected.
- actionsRequired string
- A description of any extra actions that may be required.
- description string
- The description for the private link service connection state.
- status string
- Status of the the private link service connection. Can be Pending, Approved, Rejected, or Disconnected.
- actions_required str
- A description of any extra actions that may be required.
- description str
- The description for the private link service connection state.
- status str
- Status of the the private link service connection. Can be Pending, Approved, Rejected, or Disconnected.
- actionsRequired String
- A description of any extra actions that may be required.
- description String
- The description for the private link service connection state.
- status String
- Status of the the private link service connection. Can be Pending, Approved, Rejected, or Disconnected.
PrivateEndpointConnectionResponse   
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Name string
- The name of the resource
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Properties
Pulumi.Azure Native. Search. Inputs. Private Endpoint Connection Properties Response 
- Describes the properties of an existing Private Endpoint connection to the Azure Cognitive Search service.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Name string
- The name of the resource
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Properties
PrivateEndpoint Connection Properties Response 
- Describes the properties of an existing Private Endpoint connection to the Azure Cognitive Search service.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name String
- The name of the resource
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- properties
PrivateEndpoint Connection Properties Response 
- Describes the properties of an existing Private Endpoint connection to the Azure Cognitive Search service.
- id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name string
- The name of the resource
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- properties
PrivateEndpoint Connection Properties Response 
- Describes the properties of an existing Private Endpoint connection to the Azure Cognitive Search service.
- id str
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name str
- The name of the resource
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- properties
PrivateEndpoint Connection Properties Response 
- Describes the properties of an existing Private Endpoint connection to the Azure Cognitive Search service.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name String
- The name of the resource
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- properties Property Map
- Describes the properties of an existing Private Endpoint connection to the Azure Cognitive Search service.
SharedPrivateLinkResourcePropertiesResponse     
- GroupId string
- The group id from the provider of resource the shared private link resource is for.
- PrivateLink stringResource Id 
- The resource id of the resource the shared private link resource is for.
- ProvisioningState string
- The provisioning state of the shared private link resource. Can be Updating, Deleting, Failed, Succeeded or Incomplete.
- RequestMessage string
- The request message for requesting approval of the shared private link resource.
- ResourceRegion string
- Optional. Can be used to specify the Azure Resource Manager location of the resource to which a shared private link is to be created. This is only required for those resources whose DNS configuration are regional (such as Azure Kubernetes Service).
- Status string
- Status of the shared private link resource. Can be Pending, Approved, Rejected or Disconnected.
- GroupId string
- The group id from the provider of resource the shared private link resource is for.
- PrivateLink stringResource Id 
- The resource id of the resource the shared private link resource is for.
- ProvisioningState string
- The provisioning state of the shared private link resource. Can be Updating, Deleting, Failed, Succeeded or Incomplete.
- RequestMessage string
- The request message for requesting approval of the shared private link resource.
- ResourceRegion string
- Optional. Can be used to specify the Azure Resource Manager location of the resource to which a shared private link is to be created. This is only required for those resources whose DNS configuration are regional (such as Azure Kubernetes Service).
- Status string
- Status of the shared private link resource. Can be Pending, Approved, Rejected or Disconnected.
- groupId String
- The group id from the provider of resource the shared private link resource is for.
- privateLink StringResource Id 
- The resource id of the resource the shared private link resource is for.
- provisioningState String
- The provisioning state of the shared private link resource. Can be Updating, Deleting, Failed, Succeeded or Incomplete.
- requestMessage String
- The request message for requesting approval of the shared private link resource.
- resourceRegion String
- Optional. Can be used to specify the Azure Resource Manager location of the resource to which a shared private link is to be created. This is only required for those resources whose DNS configuration are regional (such as Azure Kubernetes Service).
- status String
- Status of the shared private link resource. Can be Pending, Approved, Rejected or Disconnected.
- groupId string
- The group id from the provider of resource the shared private link resource is for.
- privateLink stringResource Id 
- The resource id of the resource the shared private link resource is for.
- provisioningState string
- The provisioning state of the shared private link resource. Can be Updating, Deleting, Failed, Succeeded or Incomplete.
- requestMessage string
- The request message for requesting approval of the shared private link resource.
- resourceRegion string
- Optional. Can be used to specify the Azure Resource Manager location of the resource to which a shared private link is to be created. This is only required for those resources whose DNS configuration are regional (such as Azure Kubernetes Service).
- status string
- Status of the shared private link resource. Can be Pending, Approved, Rejected or Disconnected.
- group_id str
- The group id from the provider of resource the shared private link resource is for.
- private_link_ strresource_ id 
- The resource id of the resource the shared private link resource is for.
- provisioning_state str
- The provisioning state of the shared private link resource. Can be Updating, Deleting, Failed, Succeeded or Incomplete.
- request_message str
- The request message for requesting approval of the shared private link resource.
- resource_region str
- Optional. Can be used to specify the Azure Resource Manager location of the resource to which a shared private link is to be created. This is only required for those resources whose DNS configuration are regional (such as Azure Kubernetes Service).
- status str
- Status of the shared private link resource. Can be Pending, Approved, Rejected or Disconnected.
- groupId String
- The group id from the provider of resource the shared private link resource is for.
- privateLink StringResource Id 
- The resource id of the resource the shared private link resource is for.
- provisioningState String
- The provisioning state of the shared private link resource. Can be Updating, Deleting, Failed, Succeeded or Incomplete.
- requestMessage String
- The request message for requesting approval of the shared private link resource.
- resourceRegion String
- Optional. Can be used to specify the Azure Resource Manager location of the resource to which a shared private link is to be created. This is only required for those resources whose DNS configuration are regional (such as Azure Kubernetes Service).
- status String
- Status of the shared private link resource. Can be Pending, Approved, Rejected or Disconnected.
SharedPrivateLinkResourceResponse    
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Name string
- The name of the resource
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Properties
Pulumi.Azure Native. Search. Inputs. Shared Private Link Resource Properties Response 
- Describes the properties of a Shared Private Link Resource managed by the Azure Cognitive Search service.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Name string
- The name of the resource
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Properties
SharedPrivate Link Resource Properties Response 
- Describes the properties of a Shared Private Link Resource managed by the Azure Cognitive Search service.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name String
- The name of the resource
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- properties
SharedPrivate Link Resource Properties Response 
- Describes the properties of a Shared Private Link Resource managed by the Azure Cognitive Search service.
- id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name string
- The name of the resource
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- properties
SharedPrivate Link Resource Properties Response 
- Describes the properties of a Shared Private Link Resource managed by the Azure Cognitive Search service.
- id str
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name str
- The name of the resource
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- properties
SharedPrivate Link Resource Properties Response 
- Describes the properties of a Shared Private Link Resource managed by the Azure Cognitive Search service.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name String
- The name of the resource
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- properties Property Map
- Describes the properties of a Shared Private Link Resource managed by the Azure Cognitive Search service.
SkuResponse 
- Name string
- The SKU of the search service. Valid values include: 'free': Shared service. 'basic': Dedicated service with up to 3 replicas. 'standard': Dedicated service with up to 12 partitions and 12 replicas. 'standard2': Similar to standard, but with more capacity per search unit. 'standard3': The largest Standard offering with up to 12 partitions and 12 replicas (or up to 3 partitions with more indexes if you also set the hostingMode property to 'highDensity'). 'storage_optimized_l1': Supports 1TB per partition, up to 12 partitions. 'storage_optimized_l2': Supports 2TB per partition, up to 12 partitions.'
- Name string
- The SKU of the search service. Valid values include: 'free': Shared service. 'basic': Dedicated service with up to 3 replicas. 'standard': Dedicated service with up to 12 partitions and 12 replicas. 'standard2': Similar to standard, but with more capacity per search unit. 'standard3': The largest Standard offering with up to 12 partitions and 12 replicas (or up to 3 partitions with more indexes if you also set the hostingMode property to 'highDensity'). 'storage_optimized_l1': Supports 1TB per partition, up to 12 partitions. 'storage_optimized_l2': Supports 2TB per partition, up to 12 partitions.'
- name String
- The SKU of the search service. Valid values include: 'free': Shared service. 'basic': Dedicated service with up to 3 replicas. 'standard': Dedicated service with up to 12 partitions and 12 replicas. 'standard2': Similar to standard, but with more capacity per search unit. 'standard3': The largest Standard offering with up to 12 partitions and 12 replicas (or up to 3 partitions with more indexes if you also set the hostingMode property to 'highDensity'). 'storage_optimized_l1': Supports 1TB per partition, up to 12 partitions. 'storage_optimized_l2': Supports 2TB per partition, up to 12 partitions.'
- name string
- The SKU of the search service. Valid values include: 'free': Shared service. 'basic': Dedicated service with up to 3 replicas. 'standard': Dedicated service with up to 12 partitions and 12 replicas. 'standard2': Similar to standard, but with more capacity per search unit. 'standard3': The largest Standard offering with up to 12 partitions and 12 replicas (or up to 3 partitions with more indexes if you also set the hostingMode property to 'highDensity'). 'storage_optimized_l1': Supports 1TB per partition, up to 12 partitions. 'storage_optimized_l2': Supports 2TB per partition, up to 12 partitions.'
- name str
- The SKU of the search service. Valid values include: 'free': Shared service. 'basic': Dedicated service with up to 3 replicas. 'standard': Dedicated service with up to 12 partitions and 12 replicas. 'standard2': Similar to standard, but with more capacity per search unit. 'standard3': The largest Standard offering with up to 12 partitions and 12 replicas (or up to 3 partitions with more indexes if you also set the hostingMode property to 'highDensity'). 'storage_optimized_l1': Supports 1TB per partition, up to 12 partitions. 'storage_optimized_l2': Supports 2TB per partition, up to 12 partitions.'
- name String
- The SKU of the search service. Valid values include: 'free': Shared service. 'basic': Dedicated service with up to 3 replicas. 'standard': Dedicated service with up to 12 partitions and 12 replicas. 'standard2': Similar to standard, but with more capacity per search unit. 'standard3': The largest Standard offering with up to 12 partitions and 12 replicas (or up to 3 partitions with more indexes if you also set the hostingMode property to 'highDensity'). 'storage_optimized_l1': Supports 1TB per partition, up to 12 partitions. 'storage_optimized_l2': Supports 2TB per partition, up to 12 partitions.'
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi