Share via


TroubleshootingDetails Constructors

Definition

Overloads

TroubleshootingDetails()

Initializes a new instance of the TroubleshootingDetails class.

TroubleshootingDetails(String, String, String, String, IList<TroubleshootingRecommendedActions>)

Initializes a new instance of the TroubleshootingDetails class.

TroubleshootingDetails()

Initializes a new instance of the TroubleshootingDetails class.

public TroubleshootingDetails ();
Public Sub New ()

Applies to

TroubleshootingDetails(String, String, String, String, IList<TroubleshootingRecommendedActions>)

Initializes a new instance of the TroubleshootingDetails class.

public TroubleshootingDetails (string id = default, string reasonType = default, string summary = default, string detail = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.TroubleshootingRecommendedActions> recommendedActions = default);
new Microsoft.Azure.Management.Network.Fluent.Models.TroubleshootingDetails : string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.TroubleshootingRecommendedActions> -> Microsoft.Azure.Management.Network.Fluent.Models.TroubleshootingDetails
Public Sub New (Optional id As String = Nothing, Optional reasonType As String = Nothing, Optional summary As String = Nothing, Optional detail As String = Nothing, Optional recommendedActions As IList(Of TroubleshootingRecommendedActions) = Nothing)

Parameters

id
String

The id of the get troubleshoot operation.

reasonType
String

Reason type of failure.

summary
String

A summary of troubleshooting.

detail
String

Details on troubleshooting results.

recommendedActions
IList<TroubleshootingRecommendedActions>

List of recommended actions.

Applies to