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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET