Interface VideoAnalyzerOperationResults


  • public interface VideoAnalyzerOperationResults
    Resource collection API of VideoAnalyzerOperationResults.
    • Method Detail

      • get

        VideoAnalyzer 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<VideoAnalyzer> 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.