Interface LivePipelineOperationStatuses


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

      • get

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