Class ServiceQueryKeyArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Search.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ServiceQueryKeyArgs : ResourceArgs
Constructors
View SourceServiceQueryKeyArgs()
Declaration
public ServiceQueryKeyArgs()
Properties
View SourceKey
The value of this Query Key.
Declaration
public Input<string> Key { 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> |