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


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>

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

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