BandwidthSchedule Class
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.
The schedule for bandwidth setting.
public class BandwidthSchedule
type BandwidthSchedule = class
Public Class BandwidthSchedule
- Inheritance
-
BandwidthSchedule
Constructors
BandwidthSchedule() |
Initializes a new instance of the BandwidthSchedule class. |
BandwidthSchedule(Time, Time, Int32, IList<Nullable<DayOfWeek>>) |
Initializes a new instance of the BandwidthSchedule class. |
Properties
Days |
Gets or sets the days of the week when this schedule is applicable. |
RateInMbps |
Gets or sets the rate in Mbps. |
Start |
Gets or sets the start time of the schdule. |
Stop |
Gets or sets the stop time of the schedule. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET