ISchedule Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ScheduleTypeConverter))]
public interface ISchedule : Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ScheduleTypeConverter))>]
type ISchedule = interface
interface IJsonSerializable
Public Interface ISchedule
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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 |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |