Share via


TroubleshootingResultInner Constructors

Definition

Overloads

TroubleshootingResultInner()

Initializes a new instance of the TroubleshootingResultInner class.

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

Initializes a new instance of the TroubleshootingResultInner class.

TroubleshootingResultInner()

Initializes a new instance of the TroubleshootingResultInner class.

public TroubleshootingResultInner ();
Public Sub New ()

Applies to

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

Initializes a new instance of the TroubleshootingResultInner class.

public TroubleshootingResultInner (DateTime? startTime = default, DateTime? endTime = default, string code = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.TroubleshootingDetails> results = default);
new Microsoft.Azure.Management.Network.Fluent.Models.TroubleshootingResultInner : Nullable<DateTime> * Nullable<DateTime> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.TroubleshootingDetails> -> Microsoft.Azure.Management.Network.Fluent.Models.TroubleshootingResultInner
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)

Parameters

startTime
Nullable<DateTime>

The start time of the troubleshooting.

endTime
Nullable<DateTime>

The end time of the troubleshooting.

code
String

The result code of the troubleshooting.

results
IList<TroubleshootingDetails>

Information from troubleshooting.

Applies to