Microsoft.Azure.Commands.HDInsight.Models.AzureHdInsightManagementClient.PromoteScript C# (CSharp) Method

PromoteScript() public method

public PromoteScript ( string resourceGroupName, string clusterName, long scriptExecutionId ) : AzureOperationResponse
resourceGroupName string
clusterName string
scriptExecutionId long
return AzureOperationResponse
        public virtual AzureOperationResponse PromoteScript(string resourceGroupName, string clusterName, long scriptExecutionId)
        {
            return HdInsightManagementClient.Clusters.PromoteScript(resourceGroupName, clusterName, scriptExecutionId);
        }