az ams asset-track
Manage asset tracks for an Azure Media Services account.
Commands
Name | Description | Type | Status |
---|---|---|---|
az ams asset-track create |
Create a track for an Azure Media Services asset. |
Core | GA |
az ams asset-track delete |
Delete a Track. |
Core | GA |
az ams asset-track list |
List Tracks in the Asset. |
Core | GA |
az ams asset-track show |
Show the details of a track. |
Core | GA |
az ams asset-track update |
Update the parameters of a track. |
Core | GA |
az ams asset-track update-data |
Update a track if the file in the storage container was recently modified. |
Core | GA |
az ams asset-track create
Create a track for an Azure Media Services asset.
az ams asset-track create --account-name
--asset-name
--resource-group
--track-name
--track-type
[--display-name]
[--file-name]
[--language-code]
[--no-wait]
[--player-visibility]
Examples
Create a track for an Azure Media Services asset.
az ams asset-track create -a myAMS -g rg --track-name track --track-type Text --asset-name asset --file-name assetTrack.ttml
Required Parameters
The name of the Azure Media Services account.
The asset name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The name of the track.
The type of track. Allowed values: Text.
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
The display name of the text track on a video player. In HLS, this maps to the NAME attribute of EXT-X-MEDIA.
Property | Value |
---|---|
Parameter group: | Text Track Arguments |
The name of the file. Note: this file should already be uploaded to the storage container.
Property | Value |
---|---|
Parameter group: | Text Track Arguments |
The RFC5646 language code for the text track.
Property | Value |
---|---|
Parameter group: | Text Track Arguments |
Do not wait for the long-running operation to finish.
Property | Value |
---|---|
Default value: | False |
When PlayerVisibility is set to "Visible", the text track will be present in the DASH manifest or HLS playlist when requested by a client. When the PlayerVisibility is set to "Hidden", the text will not be available to the client. The default value is "Visible". Possible values include: "Hidden", "Visible".
Property | Value |
---|---|
Parameter group: | Text Track Arguments |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |
az ams asset-track delete
Delete a Track.
Deletes a Track in the asset.
az ams asset-track delete --asset-name
--track-name
[--account-name]
[--ids]
[--resource-group]
[--subscription]
Required Parameters
The asset name.
The name of the track.
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
The name of the Azure Media Services account.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |
az ams asset-track list
List Tracks in the Asset.
Lists the Tracks in the asset.
az ams asset-track list --account-name
--asset-name
--resource-group
Required Parameters
The name of the Azure Media Services account.
The asset name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |
az ams asset-track show
Show the details of a track.
az ams asset-track show --asset-name
--track-name
[--account-name]
[--ids]
[--resource-group]
[--subscription]
Required Parameters
The asset name.
The name of the track.
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
The name of the Azure Media Services account.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |
az ams asset-track update
Update the parameters of a track.
az ams asset-track update --asset-name
--track-name
[--account-name]
[--display-name]
[--ids]
[--language-code]
[--no-wait]
[--player-visibility]
[--resource-group]
[--subscription]
Required Parameters
The asset name.
The name of the track.
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
The name of the Azure Media Services account.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
The display name of the text track on a video player. In HLS, this maps to the NAME attribute of EXT-X-MEDIA.
Property | Value |
---|---|
Parameter group: | Text Track Arguments |
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
The RFC5646 language code for the text track.
Property | Value |
---|---|
Parameter group: | Text Track Arguments |
Do not wait for the long-running operation to finish.
Property | Value |
---|---|
Default value: | False |
When PlayerVisibility is set to "Visible", the text track will be present in the DASH manifest or HLS playlist when requested by a client. When the PlayerVisibility is set to "Hidden", the text will not be available to the client. The default value is "Visible". Possible values include: "Hidden", "Visible".
Property | Value |
---|---|
Parameter group: | Text Track Arguments |
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |
az ams asset-track update-data
Update a track if the file in the storage container was recently modified.
az ams asset-track update-data --asset-name
--track-name
[--account-name]
[--ids]
[--no-wait]
[--resource-group]
[--subscription]
Required Parameters
The asset name.
The name of the track.
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
The name of the Azure Media Services account.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Do not wait for the long-running operation to finish.
Property | Value |
---|---|
Default value: | False |
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |