ApiKeys Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET