Class ListQueryKeysResult
java.lang.Object
com.azure.resourcemanager.search.models.ListQueryKeysResult
Response containing the query API keys for a given Azure Cognitive Search service.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ListQueryKeysResult
public ListQueryKeysResult()
-
-
Method Details
-
value
Get the value property: The query keys for the Azure Cognitive Search service.- Returns:
- the value value.
-
nextLink
Get the nextLink property: Request URL that can be used to query next page of query keys. Returned when the total number of requested query keys exceed maximum page size.- Returns:
- the nextLink value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-