AzureHdInsightManagementClient.PromoteScript(String, String, Int64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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