BandwidthSchedule interface
The bandwidth schedule details.
- Extends
Properties
days | The days of the week when this schedule is applicable. |
rate |
The bandwidth rate in Mbps. |
start | The start time of the schedule in UTC. |
stop | The stop time of the schedule in UTC. |
Inherited Properties
id | The path ID that uniquely identifies the object. NOTE: This property will not be serialized. It can only be populated by the server. |
name | The object name. NOTE: This property will not be serialized. It can only be populated by the server. |
type | The hierarchical type of the object. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
days
The days of the week when this schedule is applicable.
days: string[]
Property Value
string[]
rateInMbps
The bandwidth rate in Mbps.
rateInMbps: number
Property Value
number
start
The start time of the schedule in UTC.
start: string
Property Value
string
stop
The stop time of the schedule in UTC.
stop: string
Property Value
string
Inherited Property Details
id
The path ID that uniquely identifies the object. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ARMBaseModel.id
name
The object name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ARMBaseModel.name
type
The hierarchical type of the object. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ARMBaseModel.type