RuntimeScriptActionDetail Class
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.
The execution details of a script action.
public class RuntimeScriptActionDetail : Microsoft.Azure.Management.HDInsight.Models.RuntimeScriptAction
type RuntimeScriptActionDetail = class
inherit RuntimeScriptAction
Public Class RuntimeScriptActionDetail
Inherits RuntimeScriptAction
- Inheritance
Constructors
RuntimeScriptActionDetail() |
Initializes a new instance of the RuntimeScriptActionDetail class. |
RuntimeScriptActionDetail(String, String, IList<String>, String, String, Nullable<Int64>, String, String, String, String, IList<ScriptActionExecutionSummary>, String) |
Initializes a new instance of the RuntimeScriptActionDetail class. |
Properties
ApplicationName |
Gets the application name of the script action, if any. (Inherited from RuntimeScriptAction) |
DebugInformation |
Gets the script action execution debug information. |
EndTime |
Gets the end time of script action execution. |
ExecutionSummary |
Gets the summary of script action execution result. |
Name |
Gets or sets the name of the script action. (Inherited from RuntimeScriptAction) |
Operation |
Gets the reason why the script action was executed. |
Parameters |
Gets or sets the parameters for the script (Inherited from RuntimeScriptAction) |
Roles |
Gets or sets the list of roles where script will be executed. (Inherited from RuntimeScriptAction) |
ScriptExecutionId |
Gets the execution id of the script action. |
StartTime |
Gets the start time of script action execution. |
Status |
Gets the current execution status of the script action. |
Uri |
Gets or sets the URI to the script. (Inherited from RuntimeScriptAction) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET