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

NodeInput 构造函数

定义

重载

NodeInput()

初始化 NodeInput 类的新实例。

NodeInput(String)

初始化 NodeInput 类的新实例。

NodeInput()

初始化 NodeInput 类的新实例。

public NodeInput ();
Public Sub New ()

适用于

NodeInput(String)

初始化 NodeInput 类的新实例。

public NodeInput (string nodeName);
new Microsoft.Azure.Management.VideoAnalyzer.Models.NodeInput : string -> Microsoft.Azure.Management.VideoAnalyzer.Models.NodeInput
Public Sub New (nodeName As String)

参数

nodeName
String

管道中上游节点的名称,输出用作当前节点的输入。

适用于