ArmAutomationModelFactory.AutomationScheduleCreateOrUpdateContent Method

Definition

Initializes a new instance of AutomationScheduleCreateOrUpdateContent.

public static Azure.ResourceManager.Automation.Models.AutomationScheduleCreateOrUpdateContent AutomationScheduleCreateOrUpdateContent(string name = default, string description = default, DateTimeOffset startOn = default, DateTimeOffset? expireOn = default, BinaryData interval = default, Azure.ResourceManager.Automation.Models.AutomationScheduleFrequency frequency = default, string timeZone = default, Azure.ResourceManager.Automation.Models.AutomationAdvancedSchedule advancedSchedule = default);
static member AutomationScheduleCreateOrUpdateContent : string * string * DateTimeOffset * Nullable<DateTimeOffset> * BinaryData * Azure.ResourceManager.Automation.Models.AutomationScheduleFrequency * string * Azure.ResourceManager.Automation.Models.AutomationAdvancedSchedule -> Azure.ResourceManager.Automation.Models.AutomationScheduleCreateOrUpdateContent
Public Shared Function AutomationScheduleCreateOrUpdateContent (Optional name As String = Nothing, Optional description As String = Nothing, Optional startOn As DateTimeOffset = Nothing, Optional expireOn As Nullable(Of DateTimeOffset) = Nothing, Optional interval As BinaryData = Nothing, Optional frequency As AutomationScheduleFrequency = Nothing, Optional timeZone As String = Nothing, Optional advancedSchedule As AutomationAdvancedSchedule = Nothing) As AutomationScheduleCreateOrUpdateContent

Parameters

name
String

Gets or sets the name of the Schedule.

description
String

Gets or sets the description of the schedule.

startOn
DateTimeOffset

Gets or sets the start time of the schedule.

expireOn
Nullable<DateTimeOffset>

Gets or sets the end time of the schedule.

interval
BinaryData

Gets or sets the interval of the schedule.

frequency
AutomationScheduleFrequency

Gets or sets the frequency of the schedule.

timeZone
String

Gets or sets the time zone of the schedule.

advancedSchedule
AutomationAdvancedSchedule

Gets or sets the AdvancedSchedule.

Returns

A new AutomationScheduleCreateOrUpdateContent instance for mocking.

Applies to