az ams streaming-endpoint akamai

Manage AkamaiAccessControl objects to be used on streaming endpoints.

Commands

az ams streaming-endpoint akamai add

Add an AkamaiAccessControl to an existing streaming endpoint.

az ams streaming-endpoint akamai remove

Remove an AkamaiAccessControl from an existing streaming endpoint.

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]

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>.

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]

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>.