ScheduleCreateOrUpdateParameters 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 ScheduleCreateOrUpdateParameters
[Microsoft.Rest.Serialization.JsonTransformation]
public class ScheduleCreateOrUpdateParameters
type ScheduleCreateOrUpdateParameters = class
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ScheduleCreateOrUpdateParameters = class
Public Class ScheduleCreateOrUpdateParameters
- Inheritance
-
ScheduleCreateOrUpdateParameters
- Attributes
Constructors
ScheduleCreateOrUpdateParameters() |
Initializes a new instance of the ScheduleCreateOrUpdateParameters class. |
ScheduleCreateOrUpdateParameters(String, DateTimeOffset, String, String, Nullable<DateTimeOffset>, Object, String, AdvancedSchedule) |
Initializes a new instance of the ScheduleCreateOrUpdateParameters class. |
ScheduleCreateOrUpdateParameters(String, ScheduleCreateOrUpdateProperties) |
Properties
AdvancedSchedule |
Gets or sets the AdvancedSchedule. |
ConvertTimesFromTimeZone | |
Description |
Gets or sets the description of the schedule. |
ExpiryTime |
Gets or sets the end time of the schedule. |
Frequency |
Gets or sets the frequency of the schedule. Possible values include: 'OneTime', 'Day', 'Hour', 'Week', 'Month', 'Minute' |
Interval |
Gets or sets the interval of the schedule. |
Name |
Gets or sets the name of the Schedule. |
Properties | |
StartTime |
Gets or sets the start time of the schedule. |
TimeZone |
Gets or sets the time zone of the schedule. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET