JobScheduleCreateProperties Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
JobScheduleCreateProperties() |
Initializes a new instance of the JobScheduleCreateProperties class. |
JobScheduleCreateProperties(ScheduleAssociationProperty, RunbookAssociationProperty) |
Initializes a new instance of the JobScheduleCreateProperties class with required arguments. |
JobScheduleCreateProperties()
Initializes a new instance of the JobScheduleCreateProperties class.
public JobScheduleCreateProperties ();
Public Sub New ()
Applies to
JobScheduleCreateProperties(ScheduleAssociationProperty, RunbookAssociationProperty)
Initializes a new instance of the JobScheduleCreateProperties class with required arguments.
public JobScheduleCreateProperties (Microsoft.WindowsAzure.Management.Automation.Models.ScheduleAssociationProperty schedule, Microsoft.WindowsAzure.Management.Automation.Models.RunbookAssociationProperty runbook);
new Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleCreateProperties : Microsoft.WindowsAzure.Management.Automation.Models.ScheduleAssociationProperty * Microsoft.WindowsAzure.Management.Automation.Models.RunbookAssociationProperty -> Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleCreateProperties
Public Sub New (schedule As ScheduleAssociationProperty, runbook As RunbookAssociationProperty)
Parameters
- schedule
- ScheduleAssociationProperty
- runbook
- RunbookAssociationProperty
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET