ScriptActionTaskDetails Class

Definition

This class represents the script action task details.

public class ScriptActionTaskDetails : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryTaskTypeDetails, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ScriptActionTaskDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ScriptActionTaskDetails>
type ScriptActionTaskDetails = class
    inherit SiteRecoveryTaskTypeDetails
    interface IJsonModel<ScriptActionTaskDetails>
    interface IPersistableModel<ScriptActionTaskDetails>
Public Class ScriptActionTaskDetails
Inherits SiteRecoveryTaskTypeDetails
Implements IJsonModel(Of ScriptActionTaskDetails), IPersistableModel(Of ScriptActionTaskDetails)
Inheritance
ScriptActionTaskDetails
Implements

Properties

IsPrimarySideScript

A value indicating whether it is a primary side script or not.

Name

The name.

Output

The output.

Path

The path.

Explicit Interface Implementations

IJsonModel<ScriptActionTaskDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ScriptActionTaskDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<SiteRecoveryTaskTypeDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from SiteRecoveryTaskTypeDetails)
IPersistableModel<ScriptActionTaskDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ScriptActionTaskDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ScriptActionTaskDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<SiteRecoveryTaskTypeDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from SiteRecoveryTaskTypeDetails)

Applies to