你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzureHdInsightManagementClient.PromoteScript(String, String, Int64) Method

Definition

public virtual void PromoteScript (string resourceGroupName, string clusterName, long scriptExecutionId);
public virtual Microsoft.Azure.AzureOperationResponse PromoteScript (string resourceGroupName, string clusterName, long scriptExecutionId);
abstract member PromoteScript : string * string * int64 -> unit
override this.PromoteScript : string * string * int64 -> unit
abstract member PromoteScript : string * string * int64 -> Microsoft.Azure.AzureOperationResponse
override this.PromoteScript : string * string * int64 -> Microsoft.Azure.AzureOperationResponse
Public Overridable Sub PromoteScript (resourceGroupName As String, clusterName As String, scriptExecutionId As Long)
Public Overridable Function PromoteScript (resourceGroupName As String, clusterName As String, scriptExecutionId As Long) As AzureOperationResponse

Parameters

resourceGroupName
String
clusterName
String
scriptExecutionId
Int64

Returns

Microsoft.Azure.AzureOperationResponse

Applies to