次の方法で共有


JobCreateParameters コンストラクター

定義

オーバーロード

JobCreateParameters()

JobCreateParameters クラスの新しいインスタンスを初期化します。

JobCreateParameters(JobCreateProperties)
JobCreateParameters(RunbookAssociationProperty, IDictionary<String,String>, String)

JobCreateParameters クラスの新しいインスタンスを初期化します。

JobCreateParameters()

JobCreateParameters クラスの新しいインスタンスを初期化します。

public JobCreateParameters ();
Public Sub New ()

適用対象

JobCreateParameters(JobCreateProperties)

public JobCreateParameters (Microsoft.Azure.Management.Automation.Models.JobCreateProperties properties);
new Microsoft.Azure.Management.Automation.Models.JobCreateParameters : Microsoft.Azure.Management.Automation.Models.JobCreateProperties -> Microsoft.Azure.Management.Automation.Models.JobCreateParameters
Public Sub New (properties As JobCreateProperties)

パラメーター

properties
JobCreateProperties

適用対象

JobCreateParameters(RunbookAssociationProperty, IDictionary<String,String>, String)

JobCreateParameters クラスの新しいインスタンスを初期化します。

public JobCreateParameters (Microsoft.Azure.Management.Automation.Models.RunbookAssociationProperty runbook = default, System.Collections.Generic.IDictionary<string,string> parameters = default, string runOn = default);
new Microsoft.Azure.Management.Automation.Models.JobCreateParameters : Microsoft.Azure.Management.Automation.Models.RunbookAssociationProperty * System.Collections.Generic.IDictionary<string, string> * string -> Microsoft.Azure.Management.Automation.Models.JobCreateParameters
Public Sub New (Optional runbook As RunbookAssociationProperty = Nothing, Optional parameters As IDictionary(Of String, String) = Nothing, Optional runOn As String = Nothing)

パラメーター

runbook
RunbookAssociationProperty

Runbook を取得または設定します。

parameters
IDictionary<String,String>

ジョブのパラメーターを取得または設定します。

runOn
String

ジョブを実行するグループ名を指定する runOn を取得または設定します。

適用対象