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 bandwidth schedule details.
[Microsoft.Rest.Serialization.JsonTransformation]
public class BandwidthSchedule : Microsoft.Azure.Management.DataBoxEdge.Models.ARMBaseModel
[<Microsoft.Rest.Serialization.JsonTransformation>]
type BandwidthSchedule = class
inherit ARMBaseModel
Public Class BandwidthSchedule
Inherits ARMBaseModel
- Inheritance
- Attributes
Constructors
BandwidthSchedule() |
Initializes a new instance of the BandwidthSchedule class. |
BandwidthSchedule(String, String, Int32, IList<String>, String, String, String, SystemData) |
Initializes a new instance of the BandwidthSchedule class. |
Properties
Days |
Gets or sets the days of the week when this schedule is applicable. |
Id |
Gets the path ID that uniquely identifies the object. (Inherited from ARMBaseModel) |
Name |
Gets the object name. (Inherited from ARMBaseModel) |
RateInMbps |
Gets or sets the bandwidth rate in Mbps. |
Start |
Gets or sets the start time of the schedule in UTC. |
Stop |
Gets or sets the stop time of the schedule in UTC. |
SystemData |
Gets or sets bandwidth object related to ASE resource |
Type |
Gets the hierarchical type of the object. (Inherited from ARMBaseModel) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET