BandwidthSchedule Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
BandwidthSchedule() |
Initialise une nouvelle instance de la classe BandwidthSchedule. |
BandwidthSchedule(Time, Time, Int32, IList<Nullable<DayOfWeek>>) |
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(Time, Time, Int32, IList<Nullable<DayOfWeek>>)
Initialise une nouvelle instance de la classe BandwidthSchedule.
public BandwidthSchedule (Microsoft.Azure.Management.StorSimple8000Series.Models.Time start, Microsoft.Azure.Management.StorSimple8000Series.Models.Time stop, int rateInMbps, System.Collections.Generic.IList<Microsoft.Azure.Management.StorSimple8000Series.Models.DayOfWeek?> days);
new Microsoft.Azure.Management.StorSimple8000Series.Models.BandwidthSchedule : Microsoft.Azure.Management.StorSimple8000Series.Models.Time * Microsoft.Azure.Management.StorSimple8000Series.Models.Time * int * System.Collections.Generic.IList<Nullable<Microsoft.Azure.Management.StorSimple8000Series.Models.DayOfWeek>> -> Microsoft.Azure.Management.StorSimple8000Series.Models.BandwidthSchedule
Public Sub New (start As Time, stop As Time, rateInMbps As Integer, days As IList(Of Nullable(Of DayOfWeek)))
Paramètres
- start
- Time
Heure de début de la schdule.
- stop
- Time
Heure d’arrêt de la planification.
- rateInMbps
- Int32
Débit en Mbits/s.
S’applique à
Azure SDK for .NET