QueryKeyInner Constructors

Definition

Overloads

QueryKeyInner()

Initializes a new instance of the QueryKeyInner class.

QueryKeyInner(String, String)

Initializes a new instance of the QueryKeyInner class.

QueryKeyInner()

Initializes a new instance of the QueryKeyInner class.

public QueryKeyInner ();
Public Sub New ()

Applies to

QueryKeyInner(String, String)

Initializes a new instance of the QueryKeyInner class.

public QueryKeyInner (string name = default, string key = default);
new Microsoft.Azure.Management.Search.Fluent.Models.QueryKeyInner : string * string -> Microsoft.Azure.Management.Search.Fluent.Models.QueryKeyInner
Public Sub New (Optional name As String = Nothing, Optional key As String = Nothing)

Parameters

name
String

The name of the query API key; may be empty.

key
String

The value of the query API key.

Applies to