az ams streaming-endpoint akamai
Manage AkamaiAccessControl objects to be used on streaming endpoints.
Commands
Name | Description | Type | Status |
---|---|---|---|
az ams streaming-endpoint akamai add |
Add an AkamaiAccessControl to an existing streaming endpoint. |
Core | GA |
az ams streaming-endpoint akamai remove |
Remove an AkamaiAccessControl from an existing streaming endpoint. |
Core | GA |
az ams streaming-endpoint akamai add
Add an AkamaiAccessControl to an existing streaming endpoint.
az ams streaming-endpoint akamai add [--account-name]
[--base64-key]
[--expiration]
[--identifier]
[--ids]
[--name]
[--resource-group]
[--subscription]
Optional Parameters
The name of the Azure Media Services account.
Base64-encoded authentication key that will be used by the CDN. The authentication key provided by Akamai is an ASCII encoded string, and must be converted to bytes and then base64 encoded.
The ISO 8601 DateTime value that specifies when the Akamai authentication expires.
The identifier for the authentication key. This is the nonce provided by Akamai.
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 endpoint.
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-endpoint akamai remove
Remove an AkamaiAccessControl from an existing streaming endpoint.
az ams streaming-endpoint akamai remove --identifier
[--account-name]
[--ids]
[--name]
[--resource-group]
[--subscription]
Required Parameters
The identifier for the authentication key. This is the nonce provided by Akamai.
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 endpoint.
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.