次の方法で共有


LocationsOperationsExtensions.GetAzureAsyncOperationStatus メソッド

定義

非同期操作の状態を取得します。

public static Microsoft.Azure.Management.HDInsight.Models.AsyncOperationResult GetAzureAsyncOperationStatus (this Microsoft.Azure.Management.HDInsight.ILocationsOperations operations, string location, string operationId);
static member GetAzureAsyncOperationStatus : Microsoft.Azure.Management.HDInsight.ILocationsOperations * string * string -> Microsoft.Azure.Management.HDInsight.Models.AsyncOperationResult
<Extension()>
Public Function GetAzureAsyncOperationStatus (operations As ILocationsOperations, location As String, operationId As String) As AsyncOperationResult

パラメーター

operations
ILocationsOperations

この拡張メソッドの操作グループ。

location
String

要求を行う Azure の場所 (リージョン)。

operationId
String

実行時間の長い操作 ID。

戻り値

適用対象