Interface OperationResultsClient


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

    • get

      AssetTrackInner get(String resourceGroupName, String accountName, String assetName, String trackName, String operationId)
      Get asset track operation result.
      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 result.
      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

      OperationResultsGetResponse getWithResponse(String resourceGroupName, String accountName, String assetName, String trackName, String operationId, com.azure.core.util.Context context)
      Get asset track operation result.
      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 result.
      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.