Interface LivePipelineOperationStatusesClient


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

      • get

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