Class ListQueryKeysResult
- java.lang.Object
-
- com.azure.resourcemanager.search.models.ListQueryKeysResult
-
public final class ListQueryKeysResult extends Object
Response containing the query API keys for a given Azure Cognitive Search service.
-
-
Constructor Summary
Constructors Constructor Description ListQueryKeysResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: Request URL that can be used to query next page of query keys.voidvalidate()Validates the instance.List<QueryKeyInner>value()Get the value property: The query keys for the Azure Cognitive Search service.
-
-
-
Method Detail
-
value
public List<QueryKeyInner> value()
Get the value property: The query keys for the Azure Cognitive Search service.- Returns:
- the value value.
-
nextLink
public String 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.
-
-