QueryKey Class
Describes an API key for a given Azure Cognitive Search service that has permissions for query operations only.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.search._serialization.ModelQueryKey
Constructor
QueryKey(**kwargs: Any)
Variables
Name | Description |
---|---|
name
|
The name of the query API key; may be empty. |
key
|
The value of the query API key. |
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python