次の方法で共有


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>

ジョブへの入力の一覧。

適用対象