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 : Azure.ResourceManager.HDInsight.Models.RuntimeScriptAction
public class RuntimeScriptActionDetail : Azure.ResourceManager.HDInsight.Models.RuntimeScriptAction, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HDInsight.Models.RuntimeScriptActionDetail>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HDInsight.Models.RuntimeScriptActionDetail>
type RuntimeScriptActionDetail = class
inherit RuntimeScriptAction
type RuntimeScriptActionDetail = class
inherit RuntimeScriptAction
interface IJsonModel<RuntimeScriptActionDetail>
interface IPersistableModel<RuntimeScriptActionDetail>
Public Class RuntimeScriptActionDetail
Inherits RuntimeScriptAction
Public Class RuntimeScriptActionDetail
Inherits RuntimeScriptAction
Implements IJsonModel(Of RuntimeScriptActionDetail), IPersistableModel(Of RuntimeScriptActionDetail)
- Inheritance
- Implements
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) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET