BandwidthSchedule Constructors
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.
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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET