Show / Hide Table of Contents

Class ServiceQueryKey

Inheritance
System.Object
ServiceQueryKey
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ServiceQueryKey

Fields

View Source

Key

The value of this Query Key.

Declaration
public readonly string Key
Field Value
Type Description
System.String
View Source

Name

The Name which should be used for this Search Service. Changing this forces a new Search Service to be created.

Declaration
public readonly string Name
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.