Interface MediaServicesOperationResults
public interface MediaServicesOperationResults
Resource collection API of MediaServicesOperationResults.
-
Method Summary
Modifier and TypeMethodDescriptionGet operation result.com.azure.core.http.rest.Response<MediaService>
getWithResponse
(String locationName, String operationId, com.azure.core.util.Context context) Get operation result.
-
Method Details
-
getWithResponse
com.azure.core.http.rest.Response<MediaService> 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.
-