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

--account-name -a

The name of the Azure Media Services account.

--base64-key

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.

--expiration

The ISO 8601 DateTime value that specifies when the Akamai authentication expires.

--identifier

The identifier for the authentication key. This is the nonce provided by Akamai.

--ids

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.

--name -n

The name of the streaming endpoint.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

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

--identifier

The identifier for the authentication key. This is the nonce provided by Akamai.

Optional Parameters

--account-name -a

The name of the Azure Media Services account.

--ids

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.

--name -n

The name of the streaming endpoint.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.