RecoveryPlanScriptActionDetails Class

Definition

Recovery plan script action details.

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

Constructors

RecoveryPlanScriptActionDetails(String, RecoveryPlanActionLocation)

Initializes a new instance of RecoveryPlanScriptActionDetails.

Properties

FabricLocation

The fabric location.

Path

The script path.

Timeout

The script timeout.

Explicit Interface Implementations

IJsonModel<RecoveryPlanActionDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from RecoveryPlanActionDetails)
IJsonModel<RecoveryPlanScriptActionDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RecoveryPlanScriptActionDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RecoveryPlanActionDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from RecoveryPlanActionDetails)
IPersistableModel<RecoveryPlanScriptActionDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RecoveryPlanScriptActionDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RecoveryPlanScriptActionDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to