Interface PipelineJobOperationStatusesClient


  • public interface PipelineJobOperationStatusesClient
    An instance of this class provides access to all the operations defined in PipelineJobOperationStatusesClient.
    • Method Detail

      • get

        PipelineJobOperationStatusInner get​(String resourceGroupName,
                                            String accountName,
                                            String pipelineJobName,
                                            String operationId)
        Get the operation status of a pipeline job with the given operationId.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        accountName - The Azure Video Analyzer account name.
        pipelineJobName - The pipeline job name.
        operationId - The operation ID.
        Returns:
        the operation status of a pipeline job with the given operationId.
        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<PipelineJobOperationStatusInner> getWithResponse​(String resourceGroupName,
                                                                                           String accountName,
                                                                                           String pipelineJobName,
                                                                                           String operationId,
                                                                                           com.azure.core.util.Context context)
        Get the operation status of a pipeline job with the given operationId.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        accountName - The Azure Video Analyzer account name.
        pipelineJobName - The pipeline job name.
        operationId - The operation ID.
        context - The context to associate with this operation.
        Returns:
        the operation status of a pipeline job with the given operationId 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.