次の方法で共有


HDInsightClusterResource.GetScriptActionExecutionAsyncOperationStatusAsync メソッド

定義

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/executeScriptActions/azureasyncoperations/{operationId}
  • 操作IdScriptActions_GetExecutionAsyncOperationStatus
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HDInsight.Models.HDInsightAsyncOperationResult>> GetScriptActionExecutionAsyncOperationStatusAsync (string operationId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetScriptActionExecutionAsyncOperationStatusAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HDInsight.Models.HDInsightAsyncOperationResult>>
override this.GetScriptActionExecutionAsyncOperationStatusAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HDInsight.Models.HDInsightAsyncOperationResult>>
Public Overridable Function GetScriptActionExecutionAsyncOperationStatusAsync (operationId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of HDInsightAsyncOperationResult))

パラメーター

operationId
String

実行時間の長い操作 ID。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

operationId は空の文字列であり、空でないと予想されていました。

operationId が null です。

適用対象