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

TroubleshootingResultInner 构造函数

定义

重载

TroubleshootingResultInner()

初始化 TroubleshootingResultInner 类的新实例。

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

初始化 TroubleshootingResultInner 类的新实例。

TroubleshootingResultInner()

初始化 TroubleshootingResultInner 类的新实例。

public TroubleshootingResultInner ();
Public Sub New ()

适用于

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

初始化 TroubleshootingResultInner 类的新实例。

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)

参数

startTime
Nullable<DateTime>

故障排除的开始时间。

endTime
Nullable<DateTime>

故障排除的结束时间。

code
String

故障排除的结果代码。

results
IList<TroubleshootingDetails>

故障排除中的信息。

适用于