Class SearchServiceListResult


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

      • SearchServiceListResult

        public SearchServiceListResult()
    • Method Detail

      • 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.