ApiKeys Constructors

Definition

Overloads

ApiKeys()

Initializes a new instance of the ApiKeys class.

ApiKeys(String, String)

Initializes a new instance of the ApiKeys class.

ApiKeys()

Initializes a new instance of the ApiKeys class.

public ApiKeys ();
Public Sub New ()

Applies to

ApiKeys(String, String)

Initializes a new instance of the ApiKeys class.

public ApiKeys (string key1 = default, string key2 = default);
new Microsoft.Azure.Management.CognitiveServices.Models.ApiKeys : string * string -> Microsoft.Azure.Management.CognitiveServices.Models.ApiKeys
Public Sub New (Optional key1 As String = Nothing, Optional key2 As String = Nothing)

Parameters

key1
String

Gets the value of key 1.

key2
String

Gets the value of key 2.

Applies to