FabricClient.TestManagementClient.GetPartitionRestartProgressAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetPartitionRestartProgressAsync(Guid, TimeSpan) |
StartPartitionRestartAsync() を使用して開始されたテスト コマンドの進行状況を取得します。 |
GetPartitionRestartProgressAsync(Guid) |
StartPartitionRestartAsync() を使用して開始されたテスト コマンドの進行状況を取得します。 |
GetPartitionRestartProgressAsync(Guid, CancellationToken) |
StartPartitionRestartAsync() を使用して開始されたテスト コマンドの進行状況を取得します。 |
GetPartitionRestartProgressAsync(Guid, TimeSpan, CancellationToken) |
StartPartitionRestartAsync() を使用して開始されたテスト コマンドの進行状況を取得します。 |
GetPartitionRestartProgressAsync(Guid, TimeSpan)
StartPartitionRestartAsync() を使用して開始されたテスト コマンドの進行状況を取得します。
public System.Threading.Tasks.Task<System.Fabric.PartitionRestartProgress> GetPartitionRestartProgressAsync (Guid operationId, TimeSpan timeout);
member this.GetPartitionRestartProgressAsync : Guid * TimeSpan -> System.Threading.Tasks.Task<System.Fabric.PartitionRestartProgress>
Public Function GetPartitionRestartProgressAsync (operationId As Guid, timeout As TimeSpan) As Task(Of PartitionRestartProgress)
パラメーター
- operationId
- Guid
テスト コマンドが StartPartitionRestartAsync() を使用して開始したときに渡された operationId。
- timeout
- TimeSpan
タイムアウトになった。
戻り値
TestCommandProgressState と PartitionRestartResult を含む PartitionRestartProgress オブジェクト。
注釈
この API を使用するには、FaultAnalysisService を有効にする必要があります。
返された PartitionRestartProgress.State == Faulted の場合は、PartitionRestartProgress.Result.Exception を調べて理由を確認します。 PartitionRestartProgress.Result.Exception 値: - ArgumentException - 入力が無効でした。 - ErrorCode プロパティが の FabricException : - PartitionNotFound - 指定されたパーティションが見つからなかったか、指定されたサービスに属するパーティションではありません。
適用対象
GetPartitionRestartProgressAsync(Guid)
StartPartitionRestartAsync() を使用して開始されたテスト コマンドの進行状況を取得します。
public System.Threading.Tasks.Task<System.Fabric.PartitionRestartProgress> GetPartitionRestartProgressAsync (Guid operationId);
member this.GetPartitionRestartProgressAsync : Guid -> System.Threading.Tasks.Task<System.Fabric.PartitionRestartProgress>
Public Function GetPartitionRestartProgressAsync (operationId As Guid) As Task(Of PartitionRestartProgress)
パラメーター
- operationId
- Guid
テスト コマンドが StartPartitionRestartAsync() を使用して開始したときに渡された operationId。
戻り値
TestCommandProgressState と PartitionRestartResult を含む PartitionRestartProgress オブジェクト。
注釈
この API を使用するには、FaultAnalysisService を有効にする必要があります。
返された PartitionRestartProgress.State == Faulted の場合は、PartitionRestartProgress.Result.Exception を調べて理由を確認します。 PartitionRestartProgress.Result.Exception 値: - ArgumentException - 入力が無効でした。 - ErrorCode プロパティが の FabricException : - PartitionNotFound - 指定されたパーティションが見つからなかったか、指定されたサービスに属するパーティションではありません。
適用対象
GetPartitionRestartProgressAsync(Guid, CancellationToken)
StartPartitionRestartAsync() を使用して開始されたテスト コマンドの進行状況を取得します。
public System.Threading.Tasks.Task<System.Fabric.PartitionRestartProgress> GetPartitionRestartProgressAsync (Guid operationId, System.Threading.CancellationToken cancellationToken);
member this.GetPartitionRestartProgressAsync : Guid * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.PartitionRestartProgress>
Public Function GetPartitionRestartProgressAsync (operationId As Guid, cancellationToken As CancellationToken) As Task(Of PartitionRestartProgress)
パラメーター
- operationId
- Guid
テスト コマンドが StartPartitionRestartAsync() を使用して開始したときに渡された operationId。
- cancellationToken
- CancellationToken
このトークンは、完了する前にこの操作を中止するように通知できます
戻り値
TestCommandProgressState と PartitionRestartResult を含む PartitionRestartProgress オブジェクト。
注釈
この API を使用するには、FaultAnalysisService を有効にする必要があります。
返された PartitionRestartProgress.State == Faulted の場合は、PartitionRestartProgress.Result.Exception を調べて理由を確認します。 PartitionRestartProgress.Result.Exception 値: - ArgumentException - 入力が無効でした。 - ErrorCode プロパティが の FabricException : - PartitionNotFound - 指定されたパーティションが見つからなかったか、指定されたサービスに属するパーティションではありません。
適用対象
GetPartitionRestartProgressAsync(Guid, TimeSpan, CancellationToken)
StartPartitionRestartAsync() を使用して開始されたテスト コマンドの進行状況を取得します。
public System.Threading.Tasks.Task<System.Fabric.PartitionRestartProgress> GetPartitionRestartProgressAsync (Guid operationId, TimeSpan timeout, System.Threading.CancellationToken cancellationToken);
member this.GetPartitionRestartProgressAsync : Guid * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.PartitionRestartProgress>
Public Function GetPartitionRestartProgressAsync (operationId As Guid, timeout As TimeSpan, cancellationToken As CancellationToken) As Task(Of PartitionRestartProgress)
パラメーター
- operationId
- Guid
テスト コマンドが StartPartitionRestartAsync() を使用して開始したときに渡された operationId。
- timeout
- TimeSpan
タイムアウトになった。
- cancellationToken
- CancellationToken
このトークンは、完了する前にこの操作を中止するように通知できます
戻り値
TestCommandProgressState と PartitionRestartResult を含む PartitionRestartProgress オブジェクト。
注釈
この API を使用するには、FaultAnalysisService を有効にする必要があります。
返された PartitionRestartProgress.State == Faulted の場合は、PartitionRestartProgress.Result.Exception を調べて理由を確認します。 PartitionRestartProgress.Result.Exception 値: - ArgumentException - 入力が無効でした。 - ErrorCode プロパティが の FabricException : - PartitionNotFound - 指定されたパーティションが見つからなかったか、指定されたサービスに属するパーティションではありません。
適用対象
Azure SDK for .NET