Partager via


BandwidthSchedule Constructeurs

Définition

Surcharges

BandwidthSchedule()

Initialise une nouvelle instance de la classe BandwidthSchedule.

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

Initialise une nouvelle instance de la classe BandwidthSchedule.

BandwidthSchedule()

Initialise une nouvelle instance de la classe BandwidthSchedule.

public BandwidthSchedule ();
Public Sub New ()

S’applique à

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

Initialise une nouvelle instance de la classe BandwidthSchedule.

public BandwidthSchedule (string start, string stop, int rateInMbps, System.Collections.Generic.IList<string> days, string id = default, string name = default, string type = default, Microsoft.Azure.Management.DataBoxEdge.Models.SystemData systemData = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.BandwidthSchedule : string * string * int * System.Collections.Generic.IList<string> * string * string * string * Microsoft.Azure.Management.DataBoxEdge.Models.SystemData -> Microsoft.Azure.Management.DataBoxEdge.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, Optional systemData As SystemData = Nothing)

Paramètres

start
String

Heure de début de la planification en UTC.

stop
String

Heure d’arrêt de la planification en UTC.

rateInMbps
Int32

Débit de bande passante en Mbits/s.

days
IList<String>

Jours de la semaine où cette planification est applicable.

id
String

ID de chemin d’accès qui identifie l’objet de manière unique.

name
String

Nom de l'objet.

type
String

Type hiérarchique de l’objet.

systemData
SystemData

Objet bandwidth lié à la ressource ASE

S’applique à