BandwidthSetting 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
BandwidthSetting() |
Initializes a new instance of the BandwidthSetting class. |
BandwidthSetting(String, List<BandwidthSchedule>, Int32) |
Initializes a new instance of the BandwidthSetting class with required arguments. |
BandwidthSetting()
Initializes a new instance of the BandwidthSetting class.
public BandwidthSetting ();
Public Sub New ()
Applies to
BandwidthSetting(String, List<BandwidthSchedule>, Int32)
Initializes a new instance of the BandwidthSetting class with required arguments.
public BandwidthSetting (string name, System.Collections.Generic.List<Microsoft.WindowsAzure.Management.StorSimple.Models.BandwidthSchedule> schedules, int createdFromTemplateId);
new Microsoft.WindowsAzure.Management.StorSimple.Models.BandwidthSetting : string * System.Collections.Generic.List<Microsoft.WindowsAzure.Management.StorSimple.Models.BandwidthSchedule> * int -> Microsoft.WindowsAzure.Management.StorSimple.Models.BandwidthSetting
Public Sub New (name As String, schedules As List(Of BandwidthSchedule), createdFromTemplateId As Integer)
Parameters
- name
- String
- schedules
- List<BandwidthSchedule>
- createdFromTemplateId
- Int32