Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LivePipelinesImpl

Package version

Class containing LivePipelines operations.

Hierarchy

  • LivePipelinesImpl

Implements

Index

Constructors

constructor

Methods

beginActivate

  • beginActivate(resourceGroupName: string, accountName: string, livePipelineName: string, options?: LivePipelinesActivateOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Activates a live pipeline 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.

    • livePipelineName: string

      Live pipeline unique identifier.

    • Optional options: LivePipelinesActivateOptionalParams

      The options parameters.

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

beginActivateAndWait

beginDeactivate

  • beginDeactivate(resourceGroupName: string, accountName: string, livePipelineName: string, options?: LivePipelinesDeactivateOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Deactivates a live pipeline 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.

    • livePipelineName: string

      Live pipeline unique identifier.

    • Optional options: LivePipelinesDeactivateOptionalParams

      The options parameters.

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

beginDeactivateAndWait

createOrUpdate

delete

  • Deletes a live pipeline 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.

    • livePipelineName: string

      Live pipeline unique identifier.

    • Optional options: LivePipelinesDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

get

  • Retrieves a specific live pipeline by name. If a live pipeline 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.

    • livePipelineName: string

      Live pipeline unique identifier.

    • Optional options: LivePipelinesGetOptionalParams

      The options parameters.

    Returns Promise<LivePipelinesGetResponse>

list

  • Retrieves a list of 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: LivePipelinesListOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<LivePipeline>

update

  • Updates an existing live pipeline with the given name. Properties that can be updated include: description, bitrateKbps, and parameter definitions. Only the description can be updated while the live pipeline is active.

    Parameters

    • resourceGroupName: string

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

    • accountName: string

      The Azure Video Analyzer account name.

    • livePipelineName: string

      Live pipeline unique identifier.

    • parameters: LivePipelineUpdate

      The request parameters

    • Optional options: LivePipelinesUpdateOptionalParams

      The options parameters.

    Returns Promise<LivePipelinesUpdateResponse>

Generated using TypeDoc