BandwidthSettingInner 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
BandwidthSettingInner() | |
BandwidthSettingInner(IList<BandwidthSchedule>, String, String, String, Nullable<Kind>, Nullable<Int32>) |
BandwidthSettingInner()
public BandwidthSettingInner();
Public Sub New ()
Applies to
BandwidthSettingInner(IList<BandwidthSchedule>, String, String, String, Nullable<Kind>, Nullable<Int32>)
public BandwidthSettingInner(System.Collections.Generic.IList<Microsoft.Azure.Management.StorSimple.Fluent.Models.BandwidthSchedule> schedules, string id = default, string name = default, string type = default, Microsoft.Azure.Management.StorSimple.Fluent.Models.Kind? kind = default, int? volumeCount = default);
new Microsoft.Azure.Management.StorSimple.Fluent.Models.BandwidthSettingInner : System.Collections.Generic.IList<Microsoft.Azure.Management.StorSimple.Fluent.Models.BandwidthSchedule> * string * string * string * Nullable<Microsoft.Azure.Management.StorSimple.Fluent.Models.Kind> * Nullable<int> -> Microsoft.Azure.Management.StorSimple.Fluent.Models.BandwidthSettingInner
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>
- id
- String
- name
- String
- type
- String
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET