Class ListQueryKeysResult
java.lang.Object
com.azure.resourcemanager.search.models.ListQueryKeysResult
Response containing the query API keys for a given search service.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ListQueryKeysResult
public ListQueryKeysResult()Creates an instance of ListQueryKeysResult class.
-
-
Method Details
-
value
Get the value property: The query keys for the 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.
-