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(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.
- 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 à
Azure SDK for .NET