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,指定要執行作業的組名。

適用於