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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET