Delen via


IWorkflowModelProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.WorkflowModelPropertiesTypeConverter))]
public interface IWorkflowModelProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.WorkflowModelPropertiesTypeConverter))>]
type IWorkflowModelProperties = interface
    interface IJsonSerializable
Public Interface IWorkflowModelProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

ActivityId

Gets or sets the workflow activity id.

AllowedAction

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

CustomProperty

Workflow model custom properties.

DisplayName

Gets or sets the friendly display name.

EndTime

Gets or sets the end time.

Error

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.

StartTime

Gets or sets the start time.

State

Gets or sets the workflow state.

TargetFabricProviderId

Gets or sets the target fabric provider.

Task

Gets or sets the list of tasks.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to