JobScheduleAddParameter 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
JobScheduleAddParameter() |
Initializes a new instance of the JobScheduleAddParameter class. |
JobScheduleAddParameter(String, Schedule, JobSpecification, String, IList<MetadataItem>) |
Initializes a new instance of the JobScheduleAddParameter class. |
JobScheduleAddParameter()
- Source:
- JobScheduleAddParameter.cs
Initializes a new instance of the JobScheduleAddParameter class.
public JobScheduleAddParameter ();
Public Sub New ()
Applies to
JobScheduleAddParameter(String, Schedule, JobSpecification, String, IList<MetadataItem>)
- Source:
- JobScheduleAddParameter.cs
Initializes a new instance of the JobScheduleAddParameter class.
public JobScheduleAddParameter (string id, Microsoft.Azure.Batch.Protocol.Models.Schedule schedule, Microsoft.Azure.Batch.Protocol.Models.JobSpecification jobSpecification, string displayName = default, System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.MetadataItem> metadata = default);
new Microsoft.Azure.Batch.Protocol.Models.JobScheduleAddParameter : string * Microsoft.Azure.Batch.Protocol.Models.Schedule * Microsoft.Azure.Batch.Protocol.Models.JobSpecification * string * System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.MetadataItem> -> Microsoft.Azure.Batch.Protocol.Models.JobScheduleAddParameter
Public Sub New (id As String, schedule As Schedule, jobSpecification As JobSpecification, Optional displayName As String = Nothing, Optional metadata As IList(Of MetadataItem) = Nothing)
Parameters
- id
- String
A string that uniquely identifies the schedule within the Account.
- schedule
- Schedule
The schedule according to which Jobs will be created.
- jobSpecification
- JobSpecification
The details of the Jobs to be created on this schedule.
- displayName
- String
The display name for the schedule.
- metadata
- IList<MetadataItem>
A list of name-value pairs associated with the schedule as metadata.