Share via


BandwidthSchedule Constructors

Definition

Overloads

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.

BandwidthSchedule()

Initializes a new instance of the BandwidthSchedule class.

public BandwidthSchedule ();
Public Sub New ()

Applies to

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

Initializes a new instance of the BandwidthSchedule class.

public BandwidthSchedule (string start, string stop, int rateInMbps, System.Collections.Generic.IList<string> days, string id = default, string name = default, string type = default);
new Microsoft.Azure.Management.EdgeGateway.Models.BandwidthSchedule : string * string * int * System.Collections.Generic.IList<string> * string * string * string -> Microsoft.Azure.Management.EdgeGateway.Models.BandwidthSchedule
Public Sub New (start As String, stop As String, rateInMbps As Integer, days As IList(Of String), Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing)

Parameters

start
String

The start time of the schedule in UTC.

stop
String

The stop time of the schedule in UTC.

rateInMbps
Int32

The bandwidth rate in Mbps.

days
IList<String>

The days of the week when this schedule is applicable.

id
String

The path ID that uniquely identifies the object.

name
String

The object name.

type
String

The hierarchical type of the object.

Applies to