你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

适用于