Class SearchServiceListResult

java.lang.Object
com.azure.resourcemanager.search.models.SearchServiceListResult

public final class SearchServiceListResult extends Object
Response containing a list of Azure Cognitive Search services.
  • Constructor Details

    • SearchServiceListResult

      public SearchServiceListResult()
  • Method Details

    • value

      public List<SearchServiceInner> value()
      Get the value property: The list of search services.
      Returns:
      the value value.
    • nextLink

      public String nextLink()
      Get the nextLink property: Request URL that can be used to query next page of search services. Returned when the total number of requested search services exceed maximum page size.
      Returns:
      the nextLink value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.