FabricClient.TestManagementClient.GetChaosScheduleAsync メソッド

定義

Chaos スケジュールの説明を取得します。

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

パラメーター

operationTimeout
TimeSpan

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

Chaos スケジュールの説明。

例外

アクションが割り当てられた時間を超えました。

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

注釈

この API を使用するには、FaultAnalysisService を有効にする必要があります。

適用対象