Interface OperationResults
public interface OperationResults
Resource collection API of OperationResults.
-
Method Summary
Modifier and TypeMethodDescriptionget
(String resourceGroupName, String accountName, String assetName, String trackName, String operationId) Get operation result.com.azure.core.http.rest.Response<AssetTrack>
getWithResponse
(String resourceGroupName, String accountName, String assetName, String trackName, String operationId, com.azure.core.util.Context context) Get operation result.
-
Method Details
-
getWithResponse
com.azure.core.http.rest.Response<AssetTrack> 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
AssetTrack 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.
-