NetworkConfigurationDiagnosticResponseInner 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
NetworkConfigurationDiagnosticResponseInner() |
Initialisiert eine neue instance der NetworkConfigurationDiagnosticResponseInner-Klasse. |
NetworkConfigurationDiagnosticResponseInner(IList<NetworkConfigurationDiagnosticResult>) |
Initialisiert eine neue instance der NetworkConfigurationDiagnosticResponseInner-Klasse. |
NetworkConfigurationDiagnosticResponseInner()
Initialisiert eine neue instance der NetworkConfigurationDiagnosticResponseInner-Klasse.
public NetworkConfigurationDiagnosticResponseInner ();
Public Sub New ()
Gilt für:
NetworkConfigurationDiagnosticResponseInner(IList<NetworkConfigurationDiagnosticResult>)
Initialisiert eine neue instance der NetworkConfigurationDiagnosticResponseInner-Klasse.
public NetworkConfigurationDiagnosticResponseInner (System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.NetworkConfigurationDiagnosticResult> results = default);
new Microsoft.Azure.Management.Network.Fluent.Models.NetworkConfigurationDiagnosticResponseInner : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.NetworkConfigurationDiagnosticResult> -> Microsoft.Azure.Management.Network.Fluent.Models.NetworkConfigurationDiagnosticResponseInner
Public Sub New (Optional results As IList(Of NetworkConfigurationDiagnosticResult) = Nothing)
Parameter
Liste der Diagnoseergebnisse der Netzwerkkonfiguration.
Gilt für:
Azure SDK for .NET