AutomationScheduleCreateOrUpdateContent Constructor
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.
Initializes a new instance of AutomationScheduleCreateOrUpdateContent.
public AutomationScheduleCreateOrUpdateContent (string name, DateTimeOffset startOn, Azure.ResourceManager.Automation.Models.AutomationScheduleFrequency frequency);
new Azure.ResourceManager.Automation.Models.AutomationScheduleCreateOrUpdateContent : string * DateTimeOffset * Azure.ResourceManager.Automation.Models.AutomationScheduleFrequency -> Azure.ResourceManager.Automation.Models.AutomationScheduleCreateOrUpdateContent
Public Sub New (name As String, startOn As DateTimeOffset, frequency As AutomationScheduleFrequency)
Parameters
- name
- String
Gets or sets the name of the Schedule.
- startOn
- DateTimeOffset
Gets or sets the start time of the schedule.
- frequency
- AutomationScheduleFrequency
Gets or sets the frequency of the schedule.
Exceptions
name
is null.