Share via


IFabricReplicationGroupTaskDetails Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.FabricReplicationGroupTaskDetailsTypeConverter))]
public interface IFabricReplicationGroupTaskDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IJobTaskDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.FabricReplicationGroupTaskDetailsTypeConverter))>]
type IFabricReplicationGroupTaskDetails = interface
    interface IJsonSerializable
    interface IJobTaskDetails
    interface ITaskTypeDetails
Public Interface IFabricReplicationGroupTaskDetails
Implements IJobTaskDetails
Derived
Attributes
Implements

Properties

InstanceType

The type of task details.

(Inherited from ITaskTypeDetails)
JobTaskJobFriendlyName

The job display name.

(Inherited from IJobTaskDetails)
JobTaskJobId

The job id.

(Inherited from IJobTaskDetails)
JobTaskJobScenarioName

The job name. Enum type ScenarioName.

(Inherited from IJobTaskDetails)
JobTaskTargetInstanceType

The workflow affected object type.

(Inherited from IJobTaskDetails)
JobTaskTargetObjectId

The object id.

(Inherited from IJobTaskDetails)
JobTaskTargetObjectName

The object name.

(Inherited from IJobTaskDetails)
SkippedReason

The skipped reason.

SkippedReasonString

The skipped reason string.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to