Class QueryKeyInner
java.lang.Object
com.azure.resourcemanager.search.fluent.models.QueryKeyInner
Describes an API key for a given Azure Cognitive Search service that has permissions for query operations only.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
QueryKeyInner
public QueryKeyInner()
-
-
Method Details
-
name
Get the name property: The name of the query API key; may be empty.- Returns:
- the name value.
-
key
Get the key property: The value of the query API key.- Returns:
- the key value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-