streaming_locators_paths
Creates, updates, deletes, gets or lists a streaming_locators_paths
resource.
Overview
Name | streaming_locators_paths |
Type | Resource |
Id | azure.media_services.streaming_locators_paths |
Fields
Name | Datatype | Description |
---|---|---|
downloadPaths | array | Download Paths supported by current Streaming Locator |
streamingPaths | array | Streaming Paths supported by current Streaming Locator |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | accountName, resourceGroupName, streamingLocatorName, subscriptionId | List 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 }}';