Share via


IWeeklySchedule Interface

Definition

[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)

Applies to