AutomationScheduleCreateOrUpdateContent Class
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.
The parameters supplied to the create or update schedule operation.
public class AutomationScheduleCreateOrUpdateContent
type AutomationScheduleCreateOrUpdateContent = class
Public Class AutomationScheduleCreateOrUpdateContent
- Inheritance
-
AutomationScheduleCreateOrUpdateContent
Constructors
AutomationScheduleCreateOrUpdateContent(String, DateTimeOffset, AutomationScheduleFrequency) |
Initializes a new instance of AutomationScheduleCreateOrUpdateContent. |
Properties
AdvancedSchedule |
Gets or sets the AdvancedSchedule. |
Description |
Gets or sets the description of the schedule. |
ExpireOn |
Gets or sets the end time of the schedule. |
Frequency |
Gets or sets the frequency of the schedule. |
Interval |
Gets or sets the interval of the schedule. To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
Name |
Gets or sets the name of the Schedule. |
StartOn |
Gets or sets the start time of the schedule. |
TimeZone |
Gets or sets the time zone of the schedule. |
Applies to
Azure SDK for .NET