次の方法で共有


JobScheduleCreateParameters コンストラクター

定義

オーバーロード

JobScheduleCreateParameters()

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

JobScheduleCreateParameters(JobScheduleCreateProperties)
JobScheduleCreateParameters(ScheduleAssociationProperty, RunbookAssociationProperty, String, IDictionary<String,String>)

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

JobScheduleCreateParameters()

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

public JobScheduleCreateParameters();
Public Sub New ()

適用対象

JobScheduleCreateParameters(JobScheduleCreateProperties)

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

パラメーター

適用対象

JobScheduleCreateParameters(ScheduleAssociationProperty, RunbookAssociationProperty, String, IDictionary<String,String>)

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

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

パラメーター

schedule
ScheduleAssociationProperty

スケジュールを取得または設定します。

runbook
RunbookAssociationProperty

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

runOn
String

スケジュールされたジョブを実行するハイブリッド worker グループを取得または設定します。

parameters
IDictionary<String,String>

ジョブのプロパティの一覧を取得または設定します。

適用対象