AdminKeyResult Constructors

Definition

Overloads

AdminKeyResult()

Initializes a new instance of the AdminKeyResult class.

AdminKeyResult(String, String)

Initializes a new instance of the AdminKeyResult class.

AdminKeyResult()

Initializes a new instance of the AdminKeyResult class.

public AdminKeyResult ();
Public Sub New ()

Applies to

AdminKeyResult(String, String)

Initializes a new instance of the AdminKeyResult class.

public AdminKeyResult (string primaryKey = default, string secondaryKey = default);
new Microsoft.Azure.Management.Search.Models.AdminKeyResult : string * string -> Microsoft.Azure.Management.Search.Models.AdminKeyResult
Public Sub New (Optional primaryKey As String = Nothing, Optional secondaryKey As String = Nothing)

Parameters

primaryKey
String

The primary admin API key of the search service.

secondaryKey
String

The secondary admin API key of the search service.

Applies to