次の方法で共有


HDInsightClusterResource.PromoteScriptExecutionHistoryAsync メソッド

定義

指定したアドホック スクリプトの実行を、永続化されたスクリプトに昇格します。

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

パラメーター

scriptExecutionId
String

スクリプト実行 ID。

cancellationToken
CancellationToken

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

戻り値

例外

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

scriptExecutionId が null です。

適用対象