你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Assets - List Streaming Locators

列出流式处理定位符
Lists与此资产关联的流式处理定位符。

POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/assets/{assetName}/listStreamingLocators?api-version=2022-08-01

URI 参数

名称 必需 类型 说明
accountName
path True

string

媒体服务帐户名称。

assetName
path True

string

资产名称。

resourceGroupName
path True

string

Azure 订阅中资源组的名称。

subscriptionId
path True

string

Microsoft Azure 订阅的唯一标识符。

api-version
query True

string

要与客户端请求一起使用的 API 的版本。

响应

名称 类型 说明
200 OK

ListStreamingLocatorsResponse

确定

Other Status Codes

ErrorResponse

详细的错误信息。

示例

List Asset SAS URLs

示例请求

POST https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosorg/providers/Microsoft.Media/mediaServices/contosomedia/assets/ClimbingMountSaintHelens/listStreamingLocators?api-version=2022-08-01

示例响应

{
  "streamingLocators": [
    {
      "name": "secureStreamingLocator",
      "assetName": "ClimbingMountSaintHelens",
      "created": "2018-08-08T18:29:26.9729344Z",
      "endTime": "9999-12-31T23:59:59.9999999Z",
      "streamingLocatorId": "36b74ce3-20b4-4de0-84f1-97e9138e886c",
      "streamingPolicyName": "secureStreamingPolicy"
    },
    {
      "name": "clearStreamingLocator",
      "assetName": "ClimbingMountSaintHelens",
      "created": "2018-08-08T18:29:26.9487636Z",
      "endTime": "9999-12-31T23:59:59.9999999Z",
      "streamingLocatorId": "3e8d9ac3-50f6-4f6d-8482-078ceb56f23a",
      "streamingPolicyName": "clearStreamingPolicy"
    }
  ]
}

定义

名称 说明
AssetStreamingLocator

流式处理定位符的属性。

ErrorAdditionalInfo

资源管理错误附加信息。

ErrorDetail

错误详细信息。

ErrorResponse

错误响应

ListStreamingLocatorsResponse

与此资产关联的流式处理定位符。

AssetStreamingLocator

流式处理定位符的属性。

名称 类型 说明
assetName

string

资产名称。

created

string

流式处理定位符的创建时间。

defaultContentKeyPolicyName

string

此流式处理定位符使用的默认 ContentKeyPolicy 的名称。

endTime

string

流式处理定位符的结束时间。

name

string

流式处理定位符名称。

startTime

string

流式处理定位符的开始时间。

streamingLocatorId

string

流式处理定位符的 StreamingLocatorId。

streamingPolicyName

string

此流式处理定位符使用的流式处理策略的名称。

ErrorAdditionalInfo

资源管理错误附加信息。

名称 类型 说明
info

object

其他信息。

type

string

其他信息类型。

ErrorDetail

错误详细信息。

名称 类型 说明
additionalInfo

ErrorAdditionalInfo[]

错误附加信息。

code

string

错误代码。

details

ErrorDetail[]

错误详细信息。

message

string

错误消息。

target

string

错误目标。

ErrorResponse

错误响应

名称 类型 说明
error

ErrorDetail

错误对象。

ListStreamingLocatorsResponse

与此资产关联的流式处理定位符。

名称 类型 说明
streamingLocators

AssetStreamingLocator[]

流式处理定位符的列表。