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

LivePipelinesOperationsExtensions.Get 方法

定义

按名称检索特定的实时管道。

public static Microsoft.Azure.Management.VideoAnalyzer.Models.LivePipeline Get (this Microsoft.Azure.Management.VideoAnalyzer.ILivePipelinesOperations operations, string resourceGroupName, string accountName, string livePipelineName);
static member Get : Microsoft.Azure.Management.VideoAnalyzer.ILivePipelinesOperations * string * string * string -> Microsoft.Azure.Management.VideoAnalyzer.Models.LivePipeline
<Extension()>
Public Function Get (operations As ILivePipelinesOperations, resourceGroupName As String, accountName As String, livePipelineName As String) As LivePipeline

参数

operations
ILivePipelinesOperations

此扩展方法的操作组。

resourceGroupName
String

资源组的名称。 此名称不区分大小写。

accountName
String

Azure 视频分析器帐户名称。

livePipelineName
String

实时管道唯一标识符。

返回

注解

按名称检索特定的实时管道。 如果以前创建了具有该名称的实时管道,则调用将返回该实例的 JSON 表示形式。

适用于