你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TroubleshootingDetails 构造函数

定义

重载

TroubleshootingDetails()

初始化 TroubleshootingDetails 类的新实例。

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

初始化 TroubleshootingDetails 类的新实例。

TroubleshootingDetails()

初始化 TroubleshootingDetails 类的新实例。

public TroubleshootingDetails ();
Public Sub New ()

适用于

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

初始化 TroubleshootingDetails 类的新实例。

public TroubleshootingDetails (string id = default, string reasonType = default, string summary = default, string detail = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.TroubleshootingRecommendedActions> recommendedActions = default);
new Microsoft.Azure.Management.Network.Models.TroubleshootingDetails : string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.TroubleshootingRecommendedActions> -> Microsoft.Azure.Management.Network.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)

参数

id
String

获取故障排除操作的 ID。

reasonType
String

失败的原因类型。

summary
String

故障排除摘要。

detail
String

有关故障排除结果的详细信息。

recommendedActions
IList<TroubleshootingRecommendedActions>

建议的操作列表。

适用于