Interface OperationStatuses


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

    • getWithResponse

      com.azure.core.http.rest.Response<AssetTrackOperationStatus> getWithResponse(String resourceGroupName, String accountName, String assetName, String trackName, String operationId, com.azure.core.util.Context context)
      Get operation status.

      Get asset track operation status.

      Parameters:
      resourceGroupName - The name of the resource group within the Azure subscription.
      accountName - The Media Services account name.
      assetName - The Asset name.
      trackName - The Asset Track name.
      operationId - Operation Id.
      context - The context to associate with this operation.
      Returns:
      asset track 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

      AssetTrackOperationStatus get(String resourceGroupName, String accountName, String assetName, String trackName, String operationId)
      Get operation status.

      Get asset track operation status.

      Parameters:
      resourceGroupName - The name of the resource group within the Azure subscription.
      accountName - The Media Services account name.
      assetName - The Asset name.
      trackName - The Asset Track name.
      operationId - Operation Id.
      Returns:
      asset track 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.