RecoveryPlanAutomationRunbookActionDetails Class

Definition

Recovery plan Automation runbook action details.

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

Constructors

RecoveryPlanAutomationRunbookActionDetails(RecoveryPlanActionLocation)

Initializes a new instance of RecoveryPlanAutomationRunbookActionDetails.

Properties

FabricLocation

The fabric location.

RunbookId

The runbook ARM Id.

Timeout

The runbook 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<RecoveryPlanAutomationRunbookActionDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RecoveryPlanAutomationRunbookActionDetails>.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<RecoveryPlanAutomationRunbookActionDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RecoveryPlanAutomationRunbookActionDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RecoveryPlanAutomationRunbookActionDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to