Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PipelineJobsImpl

Package version

Class containing PipelineJobs operations.

Hierarchy

  • PipelineJobsImpl

Implements

Index

Constructors

constructor

Methods

beginCancel

  • beginCancel(resourceGroupName: string, accountName: string, pipelineJobName: string, options?: PipelineJobsCancelOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Cancels a pipeline job with the given name.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • accountName: string

      The Azure Video Analyzer account name.

    • pipelineJobName: string

      The pipeline job name.

    • Optional options: PipelineJobsCancelOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<void>, void>>

beginCancelAndWait

createOrUpdate

delete

  • Deletes a pipeline job with the given name.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • accountName: string

      The Azure Video Analyzer account name.

    • pipelineJobName: string

      The pipeline job name.

    • Optional options: PipelineJobsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

get

  • Retrieves a specific pipeline job by name. If a pipeline job with that name has been previously created, the call will return the JSON representation of that instance.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • accountName: string

      The Azure Video Analyzer account name.

    • pipelineJobName: string

      The pipeline job name.

    • Optional options: PipelineJobsGetOptionalParams

      The options parameters.

    Returns Promise<PipelineJobsGetResponse>

list

  • Retrieves a list of all live pipelines that have been created, along with their JSON representations.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • accountName: string

      The Azure Video Analyzer account name.

    • Optional options: PipelineJobsListOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<PipelineJob>

update

Generated using TypeDoc