FabricClient.TestManagementClient.GetTestCommandStatusListAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetTestCommandStatusListAsync(CancellationToken) |
テスト コマンドの状態を取得します。 |
GetTestCommandStatusListAsync(TimeSpan) |
テスト コマンドの状態を取得します。 |
GetTestCommandStatusListAsync(TimeSpan, CancellationToken) |
テスト コマンドの状態を取得します。 |
GetTestCommandStatusListAsync(TestCommandStateFilter, TimeSpan, CancellationToken) |
テスト コマンドの状態を取得します。 |
GetTestCommandStatusListAsync(TestCommandTypeFilter, TimeSpan, CancellationToken) |
テスト コマンドの状態を取得します。 |
GetTestCommandStatusListAsync(TestCommandStateFilter, TestCommandTypeFilter, TimeSpan, CancellationToken) |
テスト コマンドの状態を取得します。 |
GetTestCommandStatusListAsync(CancellationToken)
テスト コマンドの状態を取得します。
public System.Threading.Tasks.Task<System.Fabric.Query.TestCommandStatusList> GetTestCommandStatusListAsync (System.Threading.CancellationToken cancellationToken);
member this.GetTestCommandStatusListAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.Query.TestCommandStatusList>
Public Function GetTestCommandStatusListAsync (cancellationToken As CancellationToken) As Task(Of TestCommandStatusList)
パラメーター
- cancellationToken
- CancellationToken
このトークンは、完了する前にこの操作を中止するように通知できます
戻り値
TestCommandStatusList(TestCommandStatus オブジェクトの IList)
注釈
この API を使用するには、FaultAnalysisService を有効にする必要があります。
適用対象
GetTestCommandStatusListAsync(TimeSpan)
テスト コマンドの状態を取得します。
public System.Threading.Tasks.Task<System.Fabric.Query.TestCommandStatusList> GetTestCommandStatusListAsync (TimeSpan operationTimeout);
member this.GetTestCommandStatusListAsync : TimeSpan -> System.Threading.Tasks.Task<System.Fabric.Query.TestCommandStatusList>
Public Function GetTestCommandStatusListAsync (operationTimeout As TimeSpan) As Task(Of TestCommandStatusList)
パラメーター
- operationTimeout
- TimeSpan
API 呼び出しのタイムアウト。
戻り値
TestCommandStatusList(TestCommandStatus オブジェクトの IList)
注釈
この API を使用するには、FaultAnalysisService を有効にする必要があります。
適用対象
GetTestCommandStatusListAsync(TimeSpan, CancellationToken)
テスト コマンドの状態を取得します。
public System.Threading.Tasks.Task<System.Fabric.Query.TestCommandStatusList> GetTestCommandStatusListAsync (TimeSpan operationTimeout, System.Threading.CancellationToken cancellationToken);
member this.GetTestCommandStatusListAsync : TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.Query.TestCommandStatusList>
Public Function GetTestCommandStatusListAsync (operationTimeout As TimeSpan, cancellationToken As CancellationToken) As Task(Of TestCommandStatusList)
パラメーター
- operationTimeout
- TimeSpan
API 呼び出しのタイムアウト。
- cancellationToken
- CancellationToken
このトークンは、完了する前にこの操作を中止するように通知できます
戻り値
TestCommandStatusList(TestCommandStatus オブジェクトの IList)
注釈
この API を使用するには、FaultAnalysisService を有効にする必要があります。
適用対象
GetTestCommandStatusListAsync(TestCommandStateFilter, TimeSpan, CancellationToken)
テスト コマンドの状態を取得します。
public System.Threading.Tasks.Task<System.Fabric.Query.TestCommandStatusList> GetTestCommandStatusListAsync (System.Fabric.Query.TestCommandStateFilter stateFilter, TimeSpan operationTimeout, System.Threading.CancellationToken cancellationToken);
member this.GetTestCommandStatusListAsync : System.Fabric.Query.TestCommandStateFilter * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.Query.TestCommandStatusList>
Public Function GetTestCommandStatusListAsync (stateFilter As TestCommandStateFilter, operationTimeout As TimeSpan, cancellationToken As CancellationToken) As Task(Of TestCommandStatusList)
パラメーター
- stateFilter
- TestCommandStateFilter
このパラメーターは、TestCommandState でフィルター処理するために使用できます
- operationTimeout
- TimeSpan
API 呼び出しのタイムアウト。
- cancellationToken
- CancellationToken
このトークンは、完了する前にこの操作を中止するように通知できます
戻り値
TestCommandStatusList(TestCommandStatus オブジェクトの IList)
注釈
この API を使用するには、FaultAnalysisService を有効にする必要があります。
適用対象
GetTestCommandStatusListAsync(TestCommandTypeFilter, TimeSpan, CancellationToken)
テスト コマンドの状態を取得します。
public System.Threading.Tasks.Task<System.Fabric.Query.TestCommandStatusList> GetTestCommandStatusListAsync (System.Fabric.Query.TestCommandTypeFilter typeFilter, TimeSpan operationTimeout, System.Threading.CancellationToken cancellationToken);
member this.GetTestCommandStatusListAsync : System.Fabric.Query.TestCommandTypeFilter * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.Query.TestCommandStatusList>
Public Function GetTestCommandStatusListAsync (typeFilter As TestCommandTypeFilter, operationTimeout As TimeSpan, cancellationToken As CancellationToken) As Task(Of TestCommandStatusList)
パラメーター
- typeFilter
- TestCommandTypeFilter
このパラメーターは、TestCommandType でフィルター処理するために使用できます
- operationTimeout
- TimeSpan
API 呼び出しのタイムアウト。
- cancellationToken
- CancellationToken
このトークンは、完了する前にこの操作を中止するように通知できます
戻り値
TestCommandStatusList(TestCommandStatus オブジェクトの IList)
注釈
この API を使用するには、FaultAnalysisService を有効にする必要があります。
適用対象
GetTestCommandStatusListAsync(TestCommandStateFilter, TestCommandTypeFilter, TimeSpan, CancellationToken)
テスト コマンドの状態を取得します。
public System.Threading.Tasks.Task<System.Fabric.Query.TestCommandStatusList> GetTestCommandStatusListAsync (System.Fabric.Query.TestCommandStateFilter stateFilter, System.Fabric.Query.TestCommandTypeFilter typeFilter, TimeSpan operationTimeout, System.Threading.CancellationToken cancellationToken);
member this.GetTestCommandStatusListAsync : System.Fabric.Query.TestCommandStateFilter * System.Fabric.Query.TestCommandTypeFilter * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.Query.TestCommandStatusList>
Public Function GetTestCommandStatusListAsync (stateFilter As TestCommandStateFilter, typeFilter As TestCommandTypeFilter, operationTimeout As TimeSpan, cancellationToken As CancellationToken) As Task(Of TestCommandStatusList)
パラメーター
- stateFilter
- TestCommandStateFilter
このパラメーターは、TestCommandState でフィルター処理するために使用できます
- typeFilter
- TestCommandTypeFilter
このパラメーターは、TestCommandType でフィルター処理するために使用できます
- operationTimeout
- TimeSpan
API 呼び出しのタイムアウト。
- cancellationToken
- CancellationToken
このトークンは、完了する前にこの操作を中止するように通知できます
戻り値
TestCommandStatusList(TestCommandStatus オブジェクトの IList)
注釈
この API を使用するには、FaultAnalysisService を有効にする必要があります。
適用対象
Azure SDK for .NET