SoftwareUpdateConfigurationScheduleProperties 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.
Definition of schedule parameters.
public class SoftwareUpdateConfigurationScheduleProperties
type SoftwareUpdateConfigurationScheduleProperties = class
Public Class SoftwareUpdateConfigurationScheduleProperties
- Inheritance
-
SoftwareUpdateConfigurationScheduleProperties
Constructors
SoftwareUpdateConfigurationScheduleProperties() |
Initializes a new instance of SoftwareUpdateConfigurationScheduleProperties. |
Properties
AdvancedSchedule |
Gets or sets the advanced schedule. |
CreatedOn |
Gets or sets the creation time. |
Description |
Gets or sets the description. |
ExpireInMinutes |
Gets or sets the expiry time's offset in minutes. |
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. |
IsEnabled |
Gets or sets a value indicating whether this schedule is enabled. |
LastModifiedOn |
Gets or sets the last modified time. |
NextRunInMinutes |
Gets or sets the next run time's offset in minutes. |
NextRunOn |
Gets or sets the next run time of the schedule. |
StartInMinutes |
Gets the start time's offset in minutes. |
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