Interface OperationResultsClient
public interface OperationResultsClient
An instance of this class provides access to all the operations defined in OperationResultsClient.
-
Method Summary
Modifier and TypeMethodDescriptionget
(String resourceGroupName, String accountName, String assetName, String trackName, String operationId) Get operation result.getWithResponse
(String resourceGroupName, String accountName, String assetName, String trackName, String operationId, com.azure.core.util.Context context) Get operation result.
-
Method Details
-
getWithResponse
OperationResultsGetResponse getWithResponse(String resourceGroupName, String accountName, String assetName, String trackName, String operationId, com.azure.core.util.Context context) Get operation result.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.
-
get
AssetTrackInner get(String resourceGroupName, String accountName, String assetName, String trackName, String operationId) Get operation result.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.
-