JobScheduleCreateProperties 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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)
參數
- schedule
- ScheduleAssociationProperty
- runbook
- RunbookAssociationProperty