你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
OperationResults interface
Interface representing a OperationResults.
Methods
get(string, string, string, string, string, Operation |
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.
The options parameters.
Returns
Promise<AssetTrack>