Share via


FailoverWorkflowModelCustomProperties Class

Definition

Failover workflow model custom properties.

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

Properties

AffectedObjectDetails

Gets or sets any custom properties of the affected object.

(Inherited from WorkflowModelCustomProperties)
ProtectedItemDetails

Gets or sets the failed over protected item details.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<FailoverWorkflowModelCustomProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FailoverWorkflowModelCustomProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<WorkflowModelCustomProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from WorkflowModelCustomProperties)
IPersistableModel<FailoverWorkflowModelCustomProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FailoverWorkflowModelCustomProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FailoverWorkflowModelCustomProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<WorkflowModelCustomProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from WorkflowModelCustomProperties)

Applies to