Skip to main content

streaming_locators_paths

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

Overview

Namestreaming_locators_paths
TypeResource
Idazure.media_services.streaming_locators_paths

Fields

NameDatatypeDescription
downloadPathsarrayDownload Paths supported by current Streaming Locator
streamingPathsarrayStreaming Paths supported by current Streaming Locator

Methods

NameAccessible byRequired ParamsDescription
listSELECTaccountName, resourceGroupName, streamingLocatorName, subscriptionIdList Paths supported by this Streaming Locator

SELECT examples

List Paths supported by this Streaming Locator

SELECT
downloadPaths,
streamingPaths
FROM azure.media_services.streaming_locators_paths
WHERE accountName = '{{ accountName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND streamingLocatorName = '{{ streamingLocatorName }}'
AND subscriptionId = '{{ subscriptionId }}';