Interface MediaServicesOperationStatuses


public interface MediaServicesOperationStatuses
Resource collection API of MediaServicesOperationStatuses.
  • Method Details

    • getWithResponse

      com.azure.core.http.rest.Response<MediaServiceOperationStatus> getWithResponse(String locationName, String operationId, com.azure.core.util.Context context)
      Get operation status.

      Get media service operation status.

      Parameters:
      locationName - Location name.
      operationId - Operation ID.
      context - The context to associate with this operation.
      Returns:
      media service operation status 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

      MediaServiceOperationStatus get(String locationName, String operationId)
      Get operation status.

      Get media service operation status.

      Parameters:
      locationName - Location name.
      operationId - Operation ID.
      Returns:
      media service operation status.
      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.