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

JobSchedule 构造函数

定义

重载

JobSchedule()

初始化 JobSchedule 类的新实例。

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

初始化 JobSchedule 类的新实例。

JobSchedule()

初始化 JobSchedule 类的新实例。

public JobSchedule ();
Public Sub New ()

适用于

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

初始化 JobSchedule 类的新实例。

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

参数

id
String

获取资源的 ID。

name
String

获取变量名。

type
String

资源类型

jobScheduleId
String

获取或设置作业计划的 ID。

schedule
ScheduleAssociationProperty

获取或设置计划。

runbook
RunbookAssociationProperty

获取或设置 Runbook。

runOn
String

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

parameters
IDictionary<String,String>

获取或设置作业计划的参数。

适用于