BandwidthSchedule Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
BandwidthSchedule() |
Initializes a new instance of the BandwidthSchedule class. |
BandwidthSchedule(String, String, Int32, IList<String>, String, String, String, SystemData) |
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, SystemData)
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, 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)
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.
- id
- String
The path ID that uniquely identifies the object.
- name
- String
The object name.
- type
- String
The hierarchical type of the object.
- systemData
- SystemData
Bandwidth object related to ASE resource
Applies to
Azure SDK for .NET