Dela via


BandwidthSchedule Constructors

Definition

Overloads

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

BandwidthSchedule()

public BandwidthSchedule ();
Public Sub New ()

Applies to

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

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

Parameters

start
Time
stop
Time
rateInMbps
Int32

Applies to