Interface AvailableGroundStationsClient


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

    • list

      com.azure.core.http.rest.PagedIterable<AvailableGroundStationInner> list(CapabilityParameter capability)
      Returns list of available ground stations.
      Parameters:
      capability - Ground Station Capability.
      Returns:
      response for the AvailableGroundStations API service call 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.
    • list

      com.azure.core.http.rest.PagedIterable<AvailableGroundStationInner> list(CapabilityParameter capability, com.azure.core.util.Context context)
      Returns list of available ground stations.
      Parameters:
      capability - Ground Station Capability.
      context - The context to associate with this operation.
      Returns:
      response for the AvailableGroundStations API service call 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.
    • get

      AvailableGroundStationInner get(String groundStationName)
      Gets the specified available ground station.
      Parameters:
      groundStationName - Ground Station name.
      Returns:
      the specified available ground station.
      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<AvailableGroundStationInner> getWithResponse(String groundStationName, com.azure.core.util.Context context)
      Gets the specified available ground station.
      Parameters:
      groundStationName - Ground Station name.
      context - The context to associate with this operation.
      Returns:
      the specified available ground station 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.