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

JobInputs 构造函数

定义

重载

JobInputs()

初始化 JobInputs 类的新实例。

JobInputs(IList<JobInput>)

初始化 JobInputs 类的新实例。

JobInputs()

初始化 JobInputs 类的新实例。

public JobInputs ();
Public Sub New ()

适用于

JobInputs(IList<JobInput>)

初始化 JobInputs 类的新实例。

public JobInputs (System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.JobInput> inputs = default);
new Microsoft.Azure.Management.Media.Models.JobInputs : System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.JobInput> -> Microsoft.Azure.Management.Media.Models.JobInputs
Public Sub New (Optional inputs As IList(Of JobInput) = Nothing)

参数

inputs
IList<JobInput>

作业的输入列表。

适用于