AdminKeyResultInner Constructors

Definition

Overloads

AdminKeyResultInner()

Initializes a new instance of the AdminKeyResultInner class.

AdminKeyResultInner(String, String)

Initializes a new instance of the AdminKeyResultInner class.

AdminKeyResultInner()

Initializes a new instance of the AdminKeyResultInner class.

public AdminKeyResultInner ();
Public Sub New ()

Applies to

AdminKeyResultInner(String, String)

Initializes a new instance of the AdminKeyResultInner class.

public AdminKeyResultInner (string primaryKey = default, string secondaryKey = default);
new Microsoft.Azure.Management.Search.Fluent.Models.AdminKeyResultInner : string * string -> Microsoft.Azure.Management.Search.Fluent.Models.AdminKeyResultInner
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