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 search service.
  • Constructor Details

    • ListQueryKeysResult

      public ListQueryKeysResult()
      Creates an instance of ListQueryKeysResult class.
  • Method Details

    • value

      public List<QueryKeyInner> value()
      Get the value property: The query keys for the 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.