Freigeben über


TroubleshootingResult Konstruktoren

Definition

Überlädt

TroubleshootingResult()

Initialisiert eine neue instance der TroubleshootingResult-Klasse.

TroubleshootingResult(Nullable<DateTime>, Nullable<DateTime>, String, IList<TroubleshootingDetails>)

Initialisiert eine neue instance der TroubleshootingResult-Klasse.

TroubleshootingResult()

Initialisiert eine neue instance der TroubleshootingResult-Klasse.

public TroubleshootingResult();
Public Sub New ()

Gilt für:

TroubleshootingResult(Nullable<DateTime>, Nullable<DateTime>, String, IList<TroubleshootingDetails>)

Initialisiert eine neue instance der TroubleshootingResult-Klasse.

public TroubleshootingResult(DateTime? startTime = default, DateTime? endTime = default, string code = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.TroubleshootingDetails> results = default);
new Microsoft.Azure.Management.Network.Models.TroubleshootingResult : Nullable<DateTime> * Nullable<DateTime> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.TroubleshootingDetails> -> Microsoft.Azure.Management.Network.Models.TroubleshootingResult
Public Sub New (Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional code As String = Nothing, Optional results As IList(Of TroubleshootingDetails) = Nothing)

Parameter

startTime
Nullable<DateTime>

Die Startzeit der Problembehandlung.

endTime
Nullable<DateTime>

Die Endzeit der Problembehandlung.

code
String

Der Ergebniscode der Problembehandlung.

results
IList<TroubleshootingDetails>

Informationen zur Problembehandlung.

Gilt für: