Interface SolutionsDiscoverabilitiesClient


public interface SolutionsDiscoverabilitiesClient
An instance of this class provides access to all the operations defined in SolutionsDiscoverabilitiesClient.
  • Method Details

    • list

      com.azure.core.http.rest.PagedIterable<FarmBeatsSolutionInner> list()
      Get list of farmBeats solutions.
      Returns:
      list of farmBeats solutions as paginated response with PagedIterable.
      Throws:
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • list

      com.azure.core.http.rest.PagedIterable<FarmBeatsSolutionInner> list(List<String> farmBeatsSolutionIds, List<String> farmBeatsSolutionNames, Integer maxPageSize, com.azure.core.util.Context context)
      Get list of farmBeats solutions.
      Parameters:
      farmBeatsSolutionIds - Ids of FarmBeats Solutions which the customer requests to fetch.
      farmBeatsSolutionNames - Names of FarmBeats Solutions which the customer requests to fetch.
      maxPageSize - Maximum number of items needed (inclusive). Minimum = 10, Maximum = 1000, Default value = 50.
      context - The context to associate with this operation.
      Returns:
      list of farmBeats solutions as paginated response with PagedIterable.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getWithResponse

      com.azure.core.http.rest.Response<FarmBeatsSolutionInner> getWithResponse(String farmBeatsSolutionId, com.azure.core.util.Context context)
      Get farmBeats solution by id.
      Parameters:
      farmBeatsSolutionId - farmBeatsSolutionId to be queried.
      context - The context to associate with this operation.
      Returns:
      farmBeats solution by id along with Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • get

      FarmBeatsSolutionInner get(String farmBeatsSolutionId)
      Get farmBeats solution by id.
      Parameters:
      farmBeatsSolutionId - farmBeatsSolutionId to be queried.
      Returns:
      farmBeats solution by id.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.