Skip to main content

vw_streaming_policies

Creates, updates, deletes, gets or lists a vw_streaming_policies resource.

Overview

Namevw_streaming_policies
TypeView
Idazure.media_services.vw_streaming_policies

Fields

See the SQL Definition (view DDL) for fields returned by this view.

SQL Definition

SELECT
systemData as system_data,
JSON_EXTRACT(properties, '$.created') as "created",
JSON_EXTRACT(properties, '$.defaultContentKeyPolicyName') as "default_content_key_policy_name",
JSON_EXTRACT(properties, '$.envelopeEncryption') as "envelope_encryption",
JSON_EXTRACT(properties, '$.commonEncryptionCenc') as "common_encryption_cenc",
JSON_EXTRACT(properties, '$.commonEncryptionCbcs') as "common_encryption_cbcs",
JSON_EXTRACT(properties, '$.noEncryption') as "no_encryption",
subscriptionId,
resourceGroupName,
accountName,
streamingPolicyName
FROM azure.media_services.streaming_policies
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND accountName = 'replace-me';