RuntimeScriptActionDetail Class

Definition

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
RuntimeScriptActionDetail
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

IJsonModel<RuntimeScriptAction>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from RuntimeScriptAction)
IJsonModel<RuntimeScriptAction>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from RuntimeScriptAction)
IJsonModel<RuntimeScriptActionDetail>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<RuntimeScriptActionDetail>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RuntimeScriptAction>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from RuntimeScriptAction)
IPersistableModel<RuntimeScriptAction>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from RuntimeScriptAction)
IPersistableModel<RuntimeScriptAction>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from RuntimeScriptAction)
IPersistableModel<RuntimeScriptActionDetail>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RuntimeScriptActionDetail>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<RuntimeScriptActionDetail>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to