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


JobScheduleCreateProperties Конструкторы

Определение

Перегрузки

JobScheduleCreateProperties()
JobScheduleCreateProperties(ScheduleAssociationProperty, RunbookAssociationProperty)

JobScheduleCreateProperties()

public JobScheduleCreateProperties();
Public Sub New ()

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

JobScheduleCreateProperties(ScheduleAssociationProperty, RunbookAssociationProperty)

public JobScheduleCreateProperties(Microsoft.Azure.Management.Automation.Models.ScheduleAssociationProperty schedule, Microsoft.Azure.Management.Automation.Models.RunbookAssociationProperty runbook);
new Microsoft.Azure.Management.Automation.Models.JobScheduleCreateProperties : Microsoft.Azure.Management.Automation.Models.ScheduleAssociationProperty * Microsoft.Azure.Management.Automation.Models.RunbookAssociationProperty -> Microsoft.Azure.Management.Automation.Models.JobScheduleCreateProperties
Public Sub New (schedule As ScheduleAssociationProperty, runbook As RunbookAssociationProperty)

Параметры

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