AutomationScheduleCreateOrUpdateContent Constructor

Definition

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.

Applies to