Interface MediaServicesOperationResultsClient
public interface MediaServicesOperationResultsClient
An instance of this class provides access to all the operations defined in MediaServicesOperationResultsClient.
-
Method Summary
Modifier and TypeMethodDescriptionGet operation result.getWithResponse
(String locationName, String operationId, com.azure.core.util.Context context) Get operation result.
-
Method Details
-
getWithResponse
MediaServicesOperationResultsGetResponse getWithResponse(String locationName, String operationId, com.azure.core.util.Context context) Get operation result.Get media service operation result.
- Parameters:
locationName
- Location name.operationId
- Operation Id.context
- The context to associate with this operation.- Returns:
- media service 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
Get operation result.Get media service operation result.
- Parameters:
locationName
- Location name.operationId
- Operation Id.- Returns:
- media service 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.
-