DailySchedule Constructors

Definition

Overloads

Name Description
DailySchedule()

Initializes a new instance of the DailySchedule class.

DailySchedule(Int32)

Initializes a new instance of the DailySchedule class.

DailySchedule()

Initializes a new instance of the DailySchedule class.

public DailySchedule();
Public Sub New ()

Applies to

DailySchedule(Int32)

Initializes a new instance of the DailySchedule class.

public DailySchedule(int intervalDays);
new Microsoft.Azure.Management.ContainerService.Models.DailySchedule : int -> Microsoft.Azure.Management.ContainerService.Models.DailySchedule
Public Sub New (intervalDays As Integer)

Parameters

intervalDays
Int32

Specifies the number of days between each set of occurrences.

Applies to