Share via


BandwidthSetting Constructors

Definition

Overloads

BandwidthSetting()

Initializes a new instance of the BandwidthSetting class.

BandwidthSetting(IList<BandwidthSchedule>, String, String, String, Nullable<Kind>, Nullable<Int32>)

Initializes a new instance of the BandwidthSetting class.

BandwidthSetting()

Initializes a new instance of the BandwidthSetting class.

public BandwidthSetting ();
Public Sub New ()

Applies to

BandwidthSetting(IList<BandwidthSchedule>, String, String, String, Nullable<Kind>, Nullable<Int32>)

Initializes a new instance of the BandwidthSetting class.

public BandwidthSetting (System.Collections.Generic.IList<Microsoft.Azure.Management.StorSimple8000Series.Models.BandwidthSchedule> schedules, string id = default, string name = default, string type = default, Microsoft.Azure.Management.StorSimple8000Series.Models.Kind? kind = default, int? volumeCount = default);
new Microsoft.Azure.Management.StorSimple8000Series.Models.BandwidthSetting : System.Collections.Generic.IList<Microsoft.Azure.Management.StorSimple8000Series.Models.BandwidthSchedule> * string * string * string * Nullable<Microsoft.Azure.Management.StorSimple8000Series.Models.Kind> * Nullable<int> -> Microsoft.Azure.Management.StorSimple8000Series.Models.BandwidthSetting
Public Sub New (schedules As IList(Of BandwidthSchedule), Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As Nullable(Of Kind) = Nothing, Optional volumeCount As Nullable(Of Integer) = Nothing)

Parameters

schedules
IList<BandwidthSchedule>

The schedules.

id
String

The path ID that uniquely identifies the object.

name
String

The name of the object.

type
String

The hierarchical type of the object.

kind
Nullable<Kind>

The Kind of the object. Currently only Series8000 is supported. Possible values include: 'Series8000'

volumeCount
Nullable<Int32>

The number of volumes that uses the bandwidth setting.

Applies to