az ams streaming-locator
Manage streaming locators for an Azure Media Services account.
Commands
Name | Description | Type | Status |
---|---|---|---|
az ams streaming-locator create |
Create a streaming locator. |
Core | GA |
az ams streaming-locator delete |
Delete a Streaming Locator. |
Core | GA |
az ams streaming-locator get-paths |
List paths supported by a streaming locator. |
Core | GA |
az ams streaming-locator list |
List all the streaming locators within an Azure Media Services account. |
Core | GA |
az ams streaming-locator list-content-keys |
List content keys used by a streaming locator. |
Core | GA |
az ams streaming-locator show |
Show the details of a streaming locator. |
Core | GA |
az ams streaming-locator create
Create a streaming locator.
az ams streaming-locator create --account-name
--asset-name
--name
--resource-group
--streaming-policy-name
[--alternative-media-id]
[--content-key-policy-name]
[--content-keys]
[--end-time]
[--filters]
[--start-time]
[--streaming-locator-id]
Required Parameters
The name of the Azure Media Services account.
The name of the asset used by the streaming locator.
The name of the streaming locator.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The name of the streaming policy used by the streaming locator. You can either create one with az ams streaming policy create
or use any of the predefined policies: Predefined_DownloadOnly, Predefined_ClearStreamingOnly, Predefined_DownloadAndClearStreaming, Predefined_ClearKey, Predefined_MultiDrmCencStreaming, Predefined_MultiDrmStreaming.
Optional Parameters
An alternative media identifier associated with the streaming locator.
The default content key policy name used by the streaming locator.
JSON string with the content keys to be used by the streaming locator. Use @{file} to load from a file. For further information about the JSON structure please refer to swagger documentation on https://docs.microsoft.com/rest/api/media/streaminglocators/create#streaminglocatorcontentkey.
The ISO 8601 DateTime end time (Y-m-d'T'H:M:S'Z') of the streaming locator.
A space-separated list of asset filter names and/or account filter names.
The ISO 8601 DateTime start time (Y-m-d'T'H:M:S'Z') of the streaming locator.
The identifier of the streaming locator.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
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.
az ams streaming-locator delete
Delete a Streaming Locator.
Deletes a Streaming Locator in the Media Services account.
az ams streaming-locator delete [--account-name]
[--ids]
[--name]
[--resource-group]
[--subscription]
Optional Parameters
The name of the Azure Media Services account.
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.
The name of the streaming locator.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
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.
az ams streaming-locator get-paths
List paths supported by a streaming locator.
az ams streaming-locator get-paths [--account-name]
[--ids]
[--name]
[--resource-group]
[--subscription]
Optional Parameters
The name of the Azure Media Services account.
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.
The name of the streaming locator.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
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.
az ams streaming-locator list
List all the streaming locators within an Azure Media Services account.
az ams streaming-locator list --account-name
--resource-group
[--filter]
[--orderby]
[--top]
Required Parameters
The name of the Azure Media Services account.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Restricts the set of items returned.
Specifies the key by which the result collection should be ordered.
Specifies a non-negative integer n that limits the number of items returned from a collection. The service returns the number of available items up to but not greater than the specified value n.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
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.
az ams streaming-locator list-content-keys
List content keys used by a streaming locator.
az ams streaming-locator list-content-keys [--account-name]
[--ids]
[--name]
[--resource-group]
[--subscription]
Optional Parameters
The name of the Azure Media Services account.
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.
The name of the streaming locator.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
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.
az ams streaming-locator show
Show the details of a streaming locator.
az ams streaming-locator show [--account-name]
[--ids]
[--name]
[--resource-group]
[--subscription]
Optional Parameters
The name of the Azure Media Services account.
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.
The name of the streaming locator.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
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.