tracks_track_data
Creates, updates, deletes, gets or lists a tracks_track_data
resource.
Overview
Name | tracks_track_data |
Type | Resource |
Id | azure.media_services.tracks_track_data |
Fields
The following fields are returned by SELECT
queries:
SELECT
not supported for this resource, use SHOW METHODS
to view available operations for the resource.
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
update | exec | subscriptionId , resourceGroupName , accountName , assetName , trackName | api-version | Update the track data. Call this API after any changes are made to the track data stored in the asset container. For example, you have modified the WebVTT captions file in the Azure blob storage container for the asset, viewers will not see the new version of the captions unless this API is called. Note, the changes may not be reflected immediately. CDN cache may also need to be purged if applicable. |
Parameters
Parameters can be passed in the WHERE
clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
Name | Datatype | Description |
---|---|---|
accountName | string | The Media Services account name. |
assetName | string | The Asset name. |
resourceGroupName | string | The name of the resource group within the Azure subscription. |
subscriptionId | string | The unique identifier for a Microsoft Azure subscription. |
trackName | string | The Asset Track name. |
api-version | string | The version of the API to be used with the client request. |
Lifecycle Methods
- update
Update the track data. Call this API after any changes are made to the track data stored in the asset container. For example, you have modified the WebVTT captions file in the Azure blob storage container for the asset, viewers will not see the new version of the captions unless this API is called. Note, the changes may not be reflected immediately. CDN cache may also need to be purged if applicable.
EXEC azure.media_services.tracks_track_data.update
@subscriptionId='{{ subscriptionId }}' --required,
@resourceGroupName='{{ resourceGroupName }}' --required,
@accountName='{{ accountName }}' --required,
@assetName='{{ assetName }}' --required,
@trackName='{{ trackName }}' --required,
@api-version='{{ api-version }}'
;