次の方法で共有


BandwidthSetting コンストラクター

定義

オーバーロード

BandwidthSetting()

BandwidthSetting クラスの新しいインスタンスを初期化します。

BandwidthSetting(String, List<BandwidthSchedule>, Int32)

必要な引数を使用して BandwidthSetting クラスの新しいインスタンスを初期化します。

BandwidthSetting()

BandwidthSetting クラスの新しいインスタンスを初期化します。

public BandwidthSetting ();
Public Sub New ()

適用対象

BandwidthSetting(String, List<BandwidthSchedule>, Int32)

必要な引数を使用して BandwidthSetting クラスの新しいインスタンスを初期化します。

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)

パラメーター

name
String
schedules
List<BandwidthSchedule>
createdFromTemplateId
Int32

適用対象