Schedule 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.
One and only one of the schedule types should be specified. Choose either 'daily', 'weekly', 'absoluteMonthly' or 'relativeMonthly' for your maintenance schedule.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ScheduleTypeConverter))]
public class Schedule : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ISchedule
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ScheduleTypeConverter))>]
type Schedule = class
interface ISchedule
interface IJsonSerializable
Public Class Schedule
Implements ISchedule
- Inheritance
-
Schedule
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| Schedule() |
Creates an new Schedule instance. |
Properties
| Name | Description |
|---|---|
| AbsoluteMonthlyDayOfMonth |
The date of the month. |
| AbsoluteMonthlyIntervalMonth |
Specifies the number of months between each set of occurrences. |
| DailyIntervalDay |
Specifies the number of days between each set of occurrences. |
| RelativeMonthlyDayOfWeek |
Specifies on which day of the week the maintenance occurs. |
| RelativeMonthlyIntervalMonth |
Specifies the number of months between each set of occurrences. |
| RelativeMonthlyWeekIndex |
The week index. Specifies on which week of the month the dayOfWeek applies. |
| WeeklyDayOfWeek |
Specifies on which day of the week the maintenance occurs. |
| WeeklyIntervalWeek |
Specifies the number of weeks between each set of occurrences. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of Schedule. |
| DeserializeFromPSObject(PSObject) | |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ISchedule. |
| FromJsonString(String) |
Creates a new instance of Schedule, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) | |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |