Поделиться через


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

Возвращает идентификатор ресурса.

name
String

Возвращает имя переменной.

type
String

Тип ресурса

jobScheduleId
String

Возвращает или задает идентификатор расписания задания.

schedule
ScheduleAssociationProperty

Возвращает или задает расписание.

runbook
RunbookAssociationProperty

Возвращает или задает модуль Runbook.

runOn
String

Возвращает или задает группу гибридных рабочих ролей, в которую должно выполняться запланированное задание.

parameters
IDictionary<String,String>

Возвращает или задает параметры расписания задания.

Применяется к