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

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

获取或设置计划作业应在其上运行的混合辅助角色组。

parameters
IDictionary<String,String>

获取或设置作业属性的列表。

适用于