OperationResults interface

Interface representing a OperationResults.

Methods

get(string, string, string, string, string, OperationResultsGetOptionalParams)

Get asset track operation result.

Method Details

get(string, string, string, string, string, OperationResultsGetOptionalParams)

Get asset track operation result.

function get(resourceGroupName: string, accountName: string, assetName: string, trackName: string, operationId: string, options?: OperationResultsGetOptionalParams): Promise<AssetTrack>

Parameters

resourceGroupName

string

The name of the resource group within the Azure subscription.

accountName

string

The Media Services account name.

assetName

string

The Asset name.

trackName

string

The Asset Track name.

operationId

string

Operation Id.

options
OperationResultsGetOptionalParams

The options parameters.

Returns

Promise<AssetTrack>