TroubleshootingResultInner Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- code
- String
The result code of the troubleshooting.
- results
- IList<TroubleshootingDetails>
Information from troubleshooting.