Skip to main content

vw_streaming_endpoints

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

Overview

Namevw_streaming_endpoints
TypeView
Idazure.media_services.vw_streaming_endpoints

Fields

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

SQL Definition

SELECT
location as location,
systemData as system_data,
sku as sku,
tags as tags,
JSON_EXTRACT(properties, '$.description') as "description",
JSON_EXTRACT(properties, '$.scaleUnits') as "scale_units",
JSON_EXTRACT(properties, '$.availabilitySetName') as "availability_set_name",
JSON_EXTRACT(properties, '$.accessControl') as "access_control",
JSON_EXTRACT(properties, '$.maxCacheAge') as "max_cache_age",
JSON_EXTRACT(properties, '$.customHostNames') as "custom_host_names",
JSON_EXTRACT(properties, '$.hostName') as "host_name",
JSON_EXTRACT(properties, '$.cdnEnabled') as "cdn_enabled",
JSON_EXTRACT(properties, '$.cdnProvider') as "cdn_provider",
JSON_EXTRACT(properties, '$.cdnProfile') as "cdn_profile",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.resourceState') as "resource_state",
JSON_EXTRACT(properties, '$.crossSiteAccessPolicies') as "cross_site_access_policies",
JSON_EXTRACT(properties, '$.freeTrialEndTime') as "free_trial_end_time",
JSON_EXTRACT(properties, '$.created') as "created",
JSON_EXTRACT(properties, '$.lastModified') as "last_modified",
subscriptionId,
resourceGroupName,
accountName,
streamingEndpointName
FROM azure.media_services.streaming_endpoints
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND accountName = 'replace-me';