Interface SolutionsDiscoverabilities


public interface SolutionsDiscoverabilities
Resource collection API of SolutionsDiscoverabilities.
  • Method Summary

    Modifier and Type
    Method
    Description
    get(String farmBeatsSolutionId)
    Get farmBeats solution by id.
    com.azure.core.http.rest.Response<FarmBeatsSolution>
    getWithResponse(String farmBeatsSolutionId, com.azure.core.util.Context context)
    Get farmBeats solution by id.
    com.azure.core.http.rest.PagedIterable<FarmBeatsSolution>
    Get list of farmBeats solutions.
    com.azure.core.http.rest.PagedIterable<FarmBeatsSolution>
    list(List<String> farmBeatsSolutionIds, List<String> farmBeatsSolutionNames, Integer maxPageSize, com.azure.core.util.Context context)
    Get list of farmBeats solutions.
  • Method Details

    • list

      com.azure.core.http.rest.PagedIterable<FarmBeatsSolution> 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<FarmBeatsSolution> 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<FarmBeatsSolution> 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

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