ArmDataBoxEdgeModelFactory.BandwidthScheduleData Méthode
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.
Initialise une nouvelle instance de BandwidthScheduleData.
public static Azure.ResourceManager.DataBoxEdge.BandwidthScheduleData BandwidthScheduleData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, TimeSpan startOn = default, TimeSpan stopOn = default, int rateInMbps = 0, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeDayOfWeek> days = default);
static member BandwidthScheduleData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * TimeSpan * TimeSpan * int * seq<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeDayOfWeek> -> Azure.ResourceManager.DataBoxEdge.BandwidthScheduleData
Public Shared Function BandwidthScheduleData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional startOn As TimeSpan = Nothing, Optional stopOn As TimeSpan = Nothing, Optional rateInMbps As Integer = 0, Optional days As IEnumerable(Of DataBoxEdgeDayOfWeek) = Nothing) As BandwidthScheduleData
Paramètres
ID.
- name
- String
Nom.
- resourceType
- ResourceType
ResourceType.
- systemData
- SystemData
SystemData.
- startOn
- TimeSpan
Heure de début de la planification en UTC.
- stopOn
- TimeSpan
Heure d’arrêt de la planification en UTC.
- rateInMbps
- Int32
Débit de bande passante en Mbits/s.
Jours de la semaine où cette planification est applicable.
Retours
Une nouvelle BandwidthScheduleData instance de moqueries.
S’applique à
Azure SDK for .NET