次の方法で共有


FabricClient.TestManagementClient.GetChaosReportAsync メソッド

定義

オーバーロード

GetChaosReportAsync(ChaosReportFilter)

Chaos の実行のレポートを取得します。

GetChaosReportAsync(String)

Chaos の実行のレポートを取得します。

GetChaosReportAsync(ChaosReportFilter, TimeSpan, CancellationToken)

Chaos の実行のレポートを取得します。

GetChaosReportAsync(String, TimeSpan, CancellationToken)

Chaos の実行のレポートを取得します。

GetChaosReportAsync(ChaosReportFilter)

Chaos の実行のレポートを取得します。

public System.Threading.Tasks.Task<System.Fabric.Chaos.DataStructures.ChaosReport> GetChaosReportAsync (System.Fabric.Chaos.DataStructures.ChaosReportFilter filter);
member this.GetChaosReportAsync : System.Fabric.Chaos.DataStructures.ChaosReportFilter -> System.Threading.Tasks.Task<System.Fabric.Chaos.DataStructures.ChaosReport>
Public Function GetChaosReportAsync (filter As ChaosReportFilter) As Task(Of ChaosReport)

パラメーター

filter
ChaosReportFilter

レポートに ChaosEvent含める s をフィルター処理します。

戻り値

混乱の実行のレポート。

例外

アクションに割り当てられた時間を超える時間がかかった。

これらは Service Fabric 例外であり、次のエラー コードを検査する必要があります。 FabricErrorCode.NotReady - Chaos を開始する前にこの API が呼び出される場合。

適用対象

GetChaosReportAsync(String)

Chaos の実行のレポートを取得します。

public System.Threading.Tasks.Task<System.Fabric.Chaos.DataStructures.ChaosReport> GetChaosReportAsync (string continuationToken);
member this.GetChaosReportAsync : string -> System.Threading.Tasks.Task<System.Fabric.Chaos.DataStructures.ChaosReport>
Public Function GetChaosReportAsync (continuationToken As String) As Task(Of ChaosReport)

パラメーター

continuationToken
String

ChaosReportの のリストのChaosEvent継続トークン。

戻り値

混乱の実行のレポート。

例外

必要な引数のいずれかが null です。

これらは Service Fabric 例外であり、次のエラー コードを検査する必要があります。 FabricErrorCode.NotReady - Chaos を開始する前にこの API が呼び出される場合。

適用対象

GetChaosReportAsync(ChaosReportFilter, TimeSpan, CancellationToken)

Chaos の実行のレポートを取得します。

public System.Threading.Tasks.Task<System.Fabric.Chaos.DataStructures.ChaosReport> GetChaosReportAsync (System.Fabric.Chaos.DataStructures.ChaosReportFilter filter, TimeSpan operationTimeout, System.Threading.CancellationToken cancellationToken);
member this.GetChaosReportAsync : System.Fabric.Chaos.DataStructures.ChaosReportFilter * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.Chaos.DataStructures.ChaosReport>
Public Function GetChaosReportAsync (filter As ChaosReportFilter, operationTimeout As TimeSpan, cancellationToken As CancellationToken) As Task(Of ChaosReport)

パラメーター

filter
ChaosReportFilter

ChaosEvent含める s をフィルター処理します ChaosReport

operationTimeout
TimeSpan

操作の全体的なタイムアウト。

cancellationToken
CancellationToken

このトークンは、完了する前にこの操作を中止するように通知できます。

戻り値

混乱の実行のレポート。

例外

アクションに割り当てられた時間を超える時間がかかった。

必要な引数のいずれかが null です。

これらは Service Fabric 例外であり、次のエラー コードを検査する必要があります。 FabricErrorCode.NotReady - Chaos を開始する前にこの API が呼び出される場合。

適用対象

GetChaosReportAsync(String, TimeSpan, CancellationToken)

Chaos の実行のレポートを取得します。

public System.Threading.Tasks.Task<System.Fabric.Chaos.DataStructures.ChaosReport> GetChaosReportAsync (string continuationToken, TimeSpan operationTimeout, System.Threading.CancellationToken cancellationToken);
member this.GetChaosReportAsync : string * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.Chaos.DataStructures.ChaosReport>
Public Function GetChaosReportAsync (continuationToken As String, operationTimeout As TimeSpan, cancellationToken As CancellationToken) As Task(Of ChaosReport)

パラメーター

continuationToken
String

ChaosReportの のリストのChaosEvent継続トークン。

operationTimeout
TimeSpan

操作の全体的なタイムアウト。

cancellationToken
CancellationToken

このトークンは、完了する前にこの操作を中止するように通知できます。

戻り値

混乱の実行のレポート。

例外

これらは Service Fabric 例外であり、次のエラー コードを検査する必要があります。 FabricErrorCode.NotReady - Chaos を開始する前にこの API が呼び出される場合。

適用対象