DataReplicationWorkflowProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Workflow model properties.
public class DataReplicationWorkflowProperties
type DataReplicationWorkflowProperties = class
Public Class DataReplicationWorkflowProperties
- Inheritance
-
DataReplicationWorkflowProperties
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. |
Applies to
Azure SDK for .NET