BandwidthSettingInner Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
BandwidthSettingInner() | |
BandwidthSettingInner(IList<BandwidthSchedule>, String, String, String, Nullable<Kind>, Nullable<Int32>) |
BandwidthSettingInner()
public BandwidthSettingInner ();
Public Sub New ()
Gilt für:
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)
Parameter
- schedules
- IList<BandwidthSchedule>
- id
- String
- name
- String
- type
- String
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET