BandwidthSetting Constructors

Definition

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

Applies to