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() |
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.
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