Interface OperationsStatus


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

    Modifier and Type
    Method
    Description
    get(String deviceName, String name, String resourceGroupName)
    Gets the details of a specified job on a Data Box Edge/Data Box Gateway device.
    com.azure.core.http.rest.Response<Job>
    getWithResponse(String deviceName, String name, String resourceGroupName, com.azure.core.util.Context context)
    Gets the details of a specified job on a Data Box Edge/Data Box Gateway device.
  • Method Details

    • getWithResponse

      com.azure.core.http.rest.Response<Job> getWithResponse(String deviceName, String name, String resourceGroupName, com.azure.core.util.Context context)
      Gets the details of a specified job on a Data Box Edge/Data Box Gateway device.
      Parameters:
      deviceName - The device name.
      name - The job name.
      resourceGroupName - The resource group name.
      context - The context to associate with this operation.
      Returns:
      the details of a specified job on a Data Box Edge/Data Box Gateway device 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

      Job get(String deviceName, String name, String resourceGroupName)
      Gets the details of a specified job on a Data Box Edge/Data Box Gateway device.
      Parameters:
      deviceName - The device name.
      name - The job name.
      resourceGroupName - The resource group name.
      Returns:
      the details of a specified job on a Data Box Edge/Data Box Gateway device.
      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.