Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Videos

Package version

Interface representing a Videos.

Hierarchy

  • Videos

Implemented by

Index

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

  • Generates a streaming token which can be used for accessing content from video content URLs, for a 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: VideosListContentTokenOptionalParams

      The options parameters.

    Returns Promise<VideosListContentTokenResponse>

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