Share via


DataReplicationWorkflowProperties Class

Definition

Workflow model properties.

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

Properties

ActivityId

Gets or sets the workflow activity id.

AllowedActions

Gets or sets the list of allowed actions on the workflow.

CustomProperties

Workflow model custom properties. Please note WorkflowModelCustomProperties is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include FailoverWorkflowModelCustomProperties, TestFailoverCleanupWorkflowModelCustomProperties and TestFailoverWorkflowModelCustomProperties.

DisplayName

Gets or sets the friendly display name.

EndOn

Gets or sets the end time.

Errors

Gets or sets the list of errors.

ObjectId

Gets or sets the affected object Id.

ObjectInternalId

Gets or sets the affected object internal Id.

ObjectInternalName

Gets or sets the affected object internal name.

ObjectName

Gets or sets the affected object name.

ObjectType

Gets or sets the object type.

ReplicationProviderId

Gets or sets the replication provider.

SourceFabricProviderId

Gets or sets the source fabric provider.

StartOn

Gets or sets the start time.

State

Gets or sets the workflow state.

TargetFabricProviderId

Gets or sets the target fabric provider.

Tasks

Gets or sets the list of tasks.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataReplicationWorkflowProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataReplicationWorkflowProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataReplicationWorkflowProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataReplicationWorkflowProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataReplicationWorkflowProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to