Class ServiceState
Inherited Members
Namespace: Pulumi.Azure.Search
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ServiceState : ResourceArgs
Constructors
View SourceServiceState()
Declaration
public ServiceState()
Properties
View SourceLocation
The Azure Region where the Search Service should exist. Changing this forces a new Search Service to be created.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The Name which should be used for this Search Service. Changing this forces a new Search Service to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PartitionCount
The number of partitions which should be created.
Declaration
public Input<int> PartitionCount { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
PrimaryKey
The Primary Key used for Search Service Administration.
Declaration
public Input<string> PrimaryKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
QueryKeys
A query_keys block as defined below.
Declaration
public InputList<ServiceQueryKeyGetArgs> QueryKeys { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ServiceQueryKeyGetArgs> |
ReplicaCount
The number of replica's which should be created.
Declaration
public Input<int> ReplicaCount { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
ResourceGroupName
The name of the Resource Group where the Search Service should exist. Changing this forces a new Search Service to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SecondaryKey
The Secondary Key used for Search Service Administration.
Declaration
public Input<string> SecondaryKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Sku
The SKU which should be used for this Search Service. Possible values are basic, free, standard, standard2 and standard3 Changing this forces a new Search Service to be created.
Declaration
public Input<string> Sku { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A mapping of tags which should be assigned to the Search Service.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |