BandwidthSchedule Constructors

Definition

Overloads

BandwidthSchedule()

Initializes a new instance of the BandwidthSchedule class.

BandwidthSchedule(Time, Time, Int32, IList<Nullable<DayOfWeek>>)

Initializes a new instance of the BandwidthSchedule class.

BandwidthSchedule()

Initializes a new instance of the BandwidthSchedule class.

public BandwidthSchedule ();
Public Sub New ()

Applies to

BandwidthSchedule(Time, Time, Int32, IList<Nullable<DayOfWeek>>)

Initializes a new instance of the BandwidthSchedule class.

public BandwidthSchedule (Microsoft.Azure.Management.StorSimple8000Series.Models.Time start, Microsoft.Azure.Management.StorSimple8000Series.Models.Time stop, int rateInMbps, System.Collections.Generic.IList<Microsoft.Azure.Management.StorSimple8000Series.Models.DayOfWeek?> days);
new Microsoft.Azure.Management.StorSimple8000Series.Models.BandwidthSchedule : Microsoft.Azure.Management.StorSimple8000Series.Models.Time * Microsoft.Azure.Management.StorSimple8000Series.Models.Time * int * System.Collections.Generic.IList<Nullable<Microsoft.Azure.Management.StorSimple8000Series.Models.DayOfWeek>> -> Microsoft.Azure.Management.StorSimple8000Series.Models.BandwidthSchedule
Public Sub New (start As Time, stop As Time, rateInMbps As Integer, days As IList(Of Nullable(Of DayOfWeek)))

Parameters

start
Time

The start time of the schdule.

stop
Time

The stop time of the schedule.

rateInMbps
Int32

The rate in Mbps.

days
IList<Nullable<DayOfWeek>>

The days of the week when this schedule is applicable.

Applies to