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

StreamingLocators interface

表示 StreamingLocator 的接口。

方法

create(string, string, string, StreamingLocator, StreamingLocatorsCreateOptionalParams)

在媒体服务帐户中创建流式处理定位符

delete(string, string, string, StreamingLocatorsDeleteOptionalParams)

删除媒体服务帐户中的流式处理定位符

get(string, string, string, StreamingLocatorsGetOptionalParams)

获取媒体服务帐户中流式处理定位符的详细信息

list(string, string, StreamingLocatorsListOptionalParams)

列出帐户中的流式处理定位符

listContentKeys(string, string, string, StreamingLocatorsListContentKeysOptionalParams)

列出此流式处理定位符使用的内容密钥

listPaths(string, string, string, StreamingLocatorsListPathsOptionalParams)

此流式处理定位符支持的列表路径

方法详细信息

create(string, string, string, StreamingLocator, StreamingLocatorsCreateOptionalParams)

在媒体服务帐户中创建流式处理定位符

function create(resourceGroupName: string, accountName: string, streamingLocatorName: string, parameters: StreamingLocator, options?: StreamingLocatorsCreateOptionalParams): Promise<StreamingLocator>

参数

resourceGroupName

string

Azure 订阅中资源组的名称。

accountName

string

媒体服务帐户名称。

streamingLocatorName

string

流式处理定位符名称。

parameters
StreamingLocator

请求参数

options
StreamingLocatorsCreateOptionalParams

选项参数。

返回

Promise<StreamingLocator>

delete(string, string, string, StreamingLocatorsDeleteOptionalParams)

删除媒体服务帐户中的流式处理定位符

function delete(resourceGroupName: string, accountName: string, streamingLocatorName: string, options?: StreamingLocatorsDeleteOptionalParams): Promise<void>

参数

resourceGroupName

string

Azure 订阅中资源组的名称。

accountName

string

媒体服务帐户名称。

streamingLocatorName

string

流式处理定位符名称。

options
StreamingLocatorsDeleteOptionalParams

选项参数。

返回

Promise<void>

get(string, string, string, StreamingLocatorsGetOptionalParams)

获取媒体服务帐户中流式处理定位符的详细信息

function get(resourceGroupName: string, accountName: string, streamingLocatorName: string, options?: StreamingLocatorsGetOptionalParams): Promise<StreamingLocator>

参数

resourceGroupName

string

Azure 订阅中资源组的名称。

accountName

string

媒体服务帐户名称。

streamingLocatorName

string

流式处理定位符名称。

options
StreamingLocatorsGetOptionalParams

选项参数。

返回

Promise<StreamingLocator>

list(string, string, StreamingLocatorsListOptionalParams)

列出帐户中的流式处理定位符

function list(resourceGroupName: string, accountName: string, options?: StreamingLocatorsListOptionalParams): PagedAsyncIterableIterator<StreamingLocator, StreamingLocator[], PageSettings>

参数

resourceGroupName

string

Azure 订阅中资源组的名称。

accountName

string

媒体服务帐户名称。

options
StreamingLocatorsListOptionalParams

选项参数。

返回

listContentKeys(string, string, string, StreamingLocatorsListContentKeysOptionalParams)

列出此流式处理定位符使用的内容密钥

function listContentKeys(resourceGroupName: string, accountName: string, streamingLocatorName: string, options?: StreamingLocatorsListContentKeysOptionalParams): Promise<ListContentKeysResponse>

参数

resourceGroupName

string

Azure 订阅中资源组的名称。

accountName

string

媒体服务帐户名称。

streamingLocatorName

string

流式处理定位符名称。

返回

listPaths(string, string, string, StreamingLocatorsListPathsOptionalParams)

此流式处理定位符支持的列表路径

function listPaths(resourceGroupName: string, accountName: string, streamingLocatorName: string, options?: StreamingLocatorsListPathsOptionalParams): Promise<ListPathsResponse>

参数

resourceGroupName

string

Azure 订阅中资源组的名称。

accountName

string

媒体服务帐户名称。

streamingLocatorName

string

流式处理定位符名称。

返回