Share via


RuntimeScriptActionDetail Class

Definition

The execution details of a script action.

public class RuntimeScriptActionDetail : Azure.ResourceManager.HDInsight.Models.RuntimeScriptAction
type RuntimeScriptActionDetail = class
    inherit RuntimeScriptAction
Public Class RuntimeScriptActionDetail
Inherits RuntimeScriptAction
Inheritance
RuntimeScriptActionDetail

Constructors

RuntimeScriptActionDetail(String, Uri, IEnumerable<String>)

Initializes a new instance of RuntimeScriptActionDetail.

Properties

ApplicationName

The application name of the script action, if any.

(Inherited from RuntimeScriptAction)
DebugInformation

The script action execution debug information.

EndOn

The end time of script action execution.

ExecutionSummary

The summary of script action execution result.

Name

The name of the script action.

(Inherited from RuntimeScriptAction)
Operation

The reason why the script action was executed.

Parameters

The parameters for the script.

(Inherited from RuntimeScriptAction)
Roles

The list of roles where script will be executed.

(Inherited from RuntimeScriptAction)
ScriptExecutionId

The execution id of the script action.

StartOn

The start time of script action execution.

Status

The current execution status of the script action.

Uri

The URI to the script.

(Inherited from RuntimeScriptAction)

Applies to