Freigeben über


HDInsightClusterResource.PromoteScriptExecutionHistoryAsync Methode

Definition

Stuft die angegebene Ad-hoc-Skriptausführung auf ein permanentes Skript hoch.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/scriptExecutionHistory/{scriptExecutionId}/promote
  • Vorgang 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)

Parameter

scriptExecutionId
String

Die Skriptausführungs-ID.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

scriptExecutionId ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

scriptExecutionId ist NULL.

Gilt für: