BandwidthSchedule Class

Definition

The bandwidth schedule details.

[Microsoft.Rest.Serialization.JsonTransformation]
public class BandwidthSchedule : Microsoft.Azure.Management.EdgeGateway.Models.ARMBaseModel
[<Microsoft.Rest.Serialization.JsonTransformation>]
type BandwidthSchedule = class
    inherit ARMBaseModel
Public Class BandwidthSchedule
Inherits ARMBaseModel
Inheritance
BandwidthSchedule
Attributes

Constructors

BandwidthSchedule()

Initializes a new instance of the BandwidthSchedule class.

BandwidthSchedule(String, String, Int32, IList<String>, String, String, String)

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.

Type

Gets the hierarchical type of the object.

(Inherited from ARMBaseModel)

Methods

Validate()

Validate the object.

Applies to