VideoAnalyzers interface

Interface representing a VideoAnalyzers.

Methods

beginCreateOrUpdate(string, string, VideoAnalyzer, VideoAnalyzersCreateOrUpdateOptionalParams)

Create or update an instance of a Video Analyzer account

beginCreateOrUpdateAndWait(string, string, VideoAnalyzer, VideoAnalyzersCreateOrUpdateOptionalParams)

Create or update an instance of a Video Analyzer account

beginUpdate(string, string, VideoAnalyzerUpdate, VideoAnalyzersUpdateOptionalParams)

Updates an existing instance of Video Analyzer account

beginUpdateAndWait(string, string, VideoAnalyzerUpdate, VideoAnalyzersUpdateOptionalParams)

Updates an existing instance of Video Analyzer account

delete(string, string, VideoAnalyzersDeleteOptionalParams)

Delete the specified Video Analyzer account

get(string, string, VideoAnalyzersGetOptionalParams)

Get the details of the specified Video Analyzer account

list(string, VideoAnalyzersListOptionalParams)

Lists the Video Analyzer accounts in the specified resource group.

listBySubscription(VideoAnalyzersListBySubscriptionOptionalParams)

List all Video Analyzer accounts in the specified subscription.

Method Details

beginCreateOrUpdate(string, string, VideoAnalyzer, VideoAnalyzersCreateOrUpdateOptionalParams)

Create or update an instance of a Video Analyzer account

function beginCreateOrUpdate(resourceGroupName: string, accountName: string, parameters: VideoAnalyzer, options?: VideoAnalyzersCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<VideoAnalyzer>, VideoAnalyzer>>

Parameters

resourceGroupName

string

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

accountName

string

The Video Analyzer account name.

parameters
VideoAnalyzer

The request parameters

options
VideoAnalyzersCreateOrUpdateOptionalParams

The options parameters.

Returns

beginCreateOrUpdateAndWait(string, string, VideoAnalyzer, VideoAnalyzersCreateOrUpdateOptionalParams)

Create or update an instance of a Video Analyzer account

function beginCreateOrUpdateAndWait(resourceGroupName: string, accountName: string, parameters: VideoAnalyzer, options?: VideoAnalyzersCreateOrUpdateOptionalParams): Promise<VideoAnalyzer>

Parameters

resourceGroupName

string

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

accountName

string

The Video Analyzer account name.

parameters
VideoAnalyzer

The request parameters

options
VideoAnalyzersCreateOrUpdateOptionalParams

The options parameters.

Returns

Promise<VideoAnalyzer>

beginUpdate(string, string, VideoAnalyzerUpdate, VideoAnalyzersUpdateOptionalParams)

Updates an existing instance of Video Analyzer account

function beginUpdate(resourceGroupName: string, accountName: string, parameters: VideoAnalyzerUpdate, options?: VideoAnalyzersUpdateOptionalParams): Promise<PollerLike<PollOperationState<VideoAnalyzersUpdateResponse>, VideoAnalyzersUpdateResponse>>

Parameters

resourceGroupName

string

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

accountName

string

The Video Analyzer account name.

parameters
VideoAnalyzerUpdate

The request parameters

options
VideoAnalyzersUpdateOptionalParams

The options parameters.

Returns

beginUpdateAndWait(string, string, VideoAnalyzerUpdate, VideoAnalyzersUpdateOptionalParams)

Updates an existing instance of Video Analyzer account

function beginUpdateAndWait(resourceGroupName: string, accountName: string, parameters: VideoAnalyzerUpdate, options?: VideoAnalyzersUpdateOptionalParams): Promise<VideoAnalyzersUpdateResponse>

Parameters

resourceGroupName

string

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

accountName

string

The Video Analyzer account name.

parameters
VideoAnalyzerUpdate

The request parameters

options
VideoAnalyzersUpdateOptionalParams

The options parameters.

Returns

delete(string, string, VideoAnalyzersDeleteOptionalParams)

Delete the specified Video Analyzer account

function delete(resourceGroupName: string, accountName: string, options?: VideoAnalyzersDeleteOptionalParams): Promise<void>

Parameters

resourceGroupName

string

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

accountName

string

The Video Analyzer account name.

options
VideoAnalyzersDeleteOptionalParams

The options parameters.

Returns

Promise<void>

get(string, string, VideoAnalyzersGetOptionalParams)

Get the details of the specified Video Analyzer account

function get(resourceGroupName: string, accountName: string, options?: VideoAnalyzersGetOptionalParams): Promise<VideoAnalyzer>

Parameters

resourceGroupName

string

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

accountName

string

The Video Analyzer account name.

options
VideoAnalyzersGetOptionalParams

The options parameters.

Returns

Promise<VideoAnalyzer>

list(string, VideoAnalyzersListOptionalParams)

Lists the Video Analyzer accounts in the specified resource group.

function list(resourceGroupName: string, options?: VideoAnalyzersListOptionalParams): Promise<VideoAnalyzerCollection>

Parameters

resourceGroupName

string

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

options
VideoAnalyzersListOptionalParams

The options parameters.

Returns

listBySubscription(VideoAnalyzersListBySubscriptionOptionalParams)

List all Video Analyzer accounts in the specified subscription.

function listBySubscription(options?: VideoAnalyzersListBySubscriptionOptionalParams): Promise<VideoAnalyzerCollection>

Parameters

options
VideoAnalyzersListBySubscriptionOptionalParams

The options parameters.

Returns