ExecuteScriptActionContent Class

Definition

The parameters for the script actions to execute on a running cluster.

public class ExecuteScriptActionContent
public class ExecuteScriptActionContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HDInsight.Models.ExecuteScriptActionContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HDInsight.Models.ExecuteScriptActionContent>
type ExecuteScriptActionContent = class
type ExecuteScriptActionContent = class
    interface IJsonModel<ExecuteScriptActionContent>
    interface IPersistableModel<ExecuteScriptActionContent>
Public Class ExecuteScriptActionContent
Public Class ExecuteScriptActionContent
Implements IJsonModel(Of ExecuteScriptActionContent), IPersistableModel(Of ExecuteScriptActionContent)
Inheritance
ExecuteScriptActionContent
Implements

Constructors

ExecuteScriptActionContent(Boolean)

Initializes a new instance of ExecuteScriptActionContent.

Properties

PersistOnSuccess

Gets or sets if the scripts needs to be persisted.

ScriptActions

The list of run time script actions.

Explicit Interface Implementations

IJsonModel<ExecuteScriptActionContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExecuteScriptActionContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExecuteScriptActionContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExecuteScriptActionContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExecuteScriptActionContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to