GetBandwidthScheduleResult

data class GetBandwidthScheduleResult(val azureApiVersion: String, val days: List<String>, val id: String, val name: String, val rateInMbps: Int, val start: String, val stop: String, val systemData: SystemDataResponse, val type: String)

The bandwidth schedule details.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, days: List<String>, id: String, name: String, rateInMbps: Int, start: String, stop: String, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

The days of the week when this schedule is applicable.

Link copied to clipboard
val id: String

The path ID that uniquely identifies the object.

Link copied to clipboard

The object name.

Link copied to clipboard

The bandwidth rate in Mbps.

Link copied to clipboard

The start time of the schedule in UTC.

Link copied to clipboard

The stop time of the schedule in UTC.

Link copied to clipboard

Metadata pertaining to creation and last modification of BandwidthSchedule

Link copied to clipboard

The hierarchical type of the object.