StorSimpleManagementClientExtensions.GetOperationStatus メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
タスクの状態の取得は、指定したタスク ID の状態を返します。非同期タスクを呼び出した後、タスクの状態の取得を呼び出して、タスクが成功したか、失敗したか、またはまだ進行中であるかを判断できます。
public static Microsoft.WindowsAzure.Management.StorSimple.Models.TaskStatusInfo GetOperationStatus (this Microsoft.WindowsAzure.Management.StorSimple.IStorSimpleManagementClient operations, string taskId);
static member GetOperationStatus : Microsoft.WindowsAzure.Management.StorSimple.IStorSimpleManagementClient * string -> Microsoft.WindowsAzure.Management.StorSimple.Models.TaskStatusInfo
<Extension()>
Public Function GetOperationStatus (operations As IStorSimpleManagementClient, taskId As String) As TaskStatusInfo
パラメーター
- operations
- IStorSimpleManagementClient
Microsoft.WindowsAzure.Management.StorSimple.IStorSimpleManagementClient への参照。
- taskId
- String
必須。 追跡する要求のタスク ID。
戻り値
非同期タスクに関する情報
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET