Interface VideoAnalyzerOperationResultsClient
-
public interface VideoAnalyzerOperationResultsClientAn instance of this class provides access to all the operations defined in VideoAnalyzerOperationResultsClient.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VideoAnalyzerInnerget(String locationName, String operationId)Get video analyzer operation result.com.azure.core.http.rest.Response<VideoAnalyzerInner>getWithResponse(String locationName, String operationId, com.azure.core.util.Context context)Get video analyzer operation result.
-
-
-
Method Detail
-
get
VideoAnalyzerInner get(String locationName, String operationId)
Get video analyzer operation result.- Parameters:
locationName- Location name.operationId- Operation Id.- Returns:
- video analyzer 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
com.azure.core.http.rest.Response<VideoAnalyzerInner> getWithResponse(String locationName, String operationId, com.azure.core.util.Context context)
Get video analyzer operation result.- Parameters:
locationName- Location name.operationId- Operation Id.context- The context to associate with this operation.- Returns:
- video analyzer operation result along with
Response. - 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.
-
-