OperationStatuses interface
Interface representing a OperationStatuses.
Methods
get(string, string, string, string, string, Operation |
Get asset track operation status. |
Method Details
get(string, string, string, string, string, OperationStatusesGetOptionalParams)
Get asset track operation status.
function get(resourceGroupName: string, accountName: string, assetName: string, trackName: string, operationId: string, options?: OperationStatusesGetOptionalParams): Promise<AssetTrackOperationStatus>
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<AssetTrackOperationStatus>