JobScheduleCreateParameters 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
JobScheduleCreateParameters() |
Initializes a new instance of the JobScheduleCreateParameters class. |
JobScheduleCreateParameters(JobScheduleCreateProperties) | |
JobScheduleCreateParameters(ScheduleAssociationProperty, RunbookAssociationProperty, String, IDictionary<String,String>) |
Initializes a new instance of the JobScheduleCreateParameters class. |
JobScheduleCreateParameters()
Initializes a new instance of the JobScheduleCreateParameters class.
public JobScheduleCreateParameters ();
Public Sub New ()
Applies to
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)
Parameters
- properties
- JobScheduleCreateProperties
Applies to
JobScheduleCreateParameters(ScheduleAssociationProperty, RunbookAssociationProperty, String, IDictionary<String,String>)
Initializes a new instance of the JobScheduleCreateParameters class.
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)
Parameters
- schedule
- ScheduleAssociationProperty
Gets or sets the schedule.
- runbook
- RunbookAssociationProperty
Gets or sets the runbook.
- runOn
- String
Gets or sets the hybrid worker group that the scheduled job should run on.
- parameters
- IDictionary<String,String>
Gets or sets a list of job properties.
Applies to
Azure SDK for .NET