QueryKey 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
QueryKey() |
Initializes a new instance of the QueryKey class. |
QueryKey(String, String) |
Initializes a new instance of the QueryKey class. |
QueryKey()
Initializes a new instance of the QueryKey class.
public QueryKey ();
Public Sub New ()
Applies to
QueryKey(String, String)
Initializes a new instance of the QueryKey class.
public QueryKey (string name = default, string key = default);
new Microsoft.Azure.Management.Search.Models.QueryKey : string * string -> Microsoft.Azure.Management.Search.Models.QueryKey
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
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