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.
This class represent the individual bandwidth schedule within a bandwidth policy
public class BandwidthSchedule
type BandwidthSchedule = class
Public Class BandwidthSchedule
- Inheritance
-
BandwidthSchedule
Constructors
BandwidthSchedule() |
Initializes a new instance of the BandwidthSchedule class. |
Properties
Days |
Required. Gets or sets the Days of week for which given schedule should be applied. |
Rate |
Required. Gets or sets the bandwidth rate in b/sec for the given schedule. |
Start |
Required. Gets or sets the start time from which the given schedule should be applied. |
Stop |
Required. Gets or sets the stop time till which the given schedule should be applied. |
Applies to
Azure SDK for .NET