IWeeklySchedule 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.WeeklyScheduleTypeConverter))]
public interface IWeeklySchedule : Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.WeeklyScheduleTypeConverter))>]
type IWeeklySchedule = interface
interface IJsonSerializable
Public Interface IWeeklySchedule
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| DayOfWeek |
Specifies on which day of the week the maintenance occurs. |
| IntervalWeek |
Specifies the number of weeks between each set of occurrences. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |