ConfigurationListResult 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
ConfigurationListResult() |
Initialisiert eine neue instance der ConfigurationListResult-Klasse. |
ConfigurationListResult(IList<Configuration>) |
Initialisiert eine neue instance der ConfigurationListResult-Klasse. |
ConfigurationListResult()
Initialisiert eine neue instance der ConfigurationListResult-Klasse.
public ConfigurationListResult ();
Public Sub New ()
Gilt für:
ConfigurationListResult(IList<Configuration>)
Initialisiert eine neue instance der ConfigurationListResult-Klasse.
public ConfigurationListResult (System.Collections.Generic.IList<Microsoft.Azure.Management.MySQL.Models.Configuration> value = default);
new Microsoft.Azure.Management.MySQL.Models.ConfigurationListResult : System.Collections.Generic.IList<Microsoft.Azure.Management.MySQL.Models.Configuration> -> Microsoft.Azure.Management.MySQL.Models.ConfigurationListResult
Public Sub New (Optional value As IList(Of Configuration) = Nothing)
Parameter
- value
- IList<Configuration>
Die Liste der Serverkonfigurationen.
Gilt für:
Azure SDK for .NET