次の方法で共有


TroubleshootingResult コンストラクター

定義

オーバーロード

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)

パラメーター

startTime
Nullable<DateTime>

トラブルシューティングの開始時刻。

endTime
Nullable<DateTime>

トラブルシューティングの終了時刻。

code
String

トラブルシューティングの結果コード。

results
IList<TroubleshootingDetails>

トラブルシューティングに関する情報。

適用対象