你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
TroubleshootingResult 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
TroubleshootingResult() |
初始化 TroubleshootingResult 类的新实例。 |
TroubleshootingResult(Nullable<DateTime>, Nullable<DateTime>, String, IList<TroubleshootingDetails>) |
初始化 TroubleshootingResult 类的新实例。 |
TroubleshootingResult()
初始化 TroubleshootingResult 类的新实例。
public TroubleshootingResult();
Public Sub New ()
适用于
TroubleshootingResult(Nullable<DateTime>, Nullable<DateTime>, String, IList<TroubleshootingDetails>)
初始化 TroubleshootingResult 类的新实例。
public TroubleshootingResult(DateTime? startTime = default, DateTime? endTime = default, string code = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.TroubleshootingDetails> results = default);
new Microsoft.Azure.Management.Network.Models.TroubleshootingResult : Nullable<DateTime> * Nullable<DateTime> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.TroubleshootingDetails> -> Microsoft.Azure.Management.Network.Models.TroubleshootingResult
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)
参数
- code
- String
故障排除的结果代码。
- results
- IList<TroubleshootingDetails>
故障排除中的信息。