Options
All
  • Public
  • Public/Protected
  • All
Menu

Class VideosImpl

Package version

Class containing Videos operations.

Hierarchy

  • VideosImpl

Implements

Index

Constructors

constructor

Methods

createOrUpdate

delete

  • Deletes an existing video resource and its underlying data. This operation is irreversible.

    Parameters

    • resourceGroupName: string

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

    • accountName: string

      The Azure Video Analyzer account name.

    • videoName: string

      The Video name.

    • Optional options: VideosDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

get

  • Retrieves an existing video resource 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.

    • videoName: string

      The Video name.

    • Optional options: VideosGetOptionalParams

      The options parameters.

    Returns Promise<VideosGetResponse>

list

  • Retrieves a list of video resources 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: VideosListOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<VideoEntity>

listContentToken

update

  • Updates individual properties of an existing video resource 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.

    • videoName: string

      The Video name.

    • parameters: VideoEntity

      The request parameters

    • Optional options: VideosUpdateOptionalParams

      The options parameters.

    Returns Promise<VideosUpdateResponse>

Generated using TypeDoc