IFabricReplicationGroupTaskDetails Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.FabricReplicationGroupTaskDetailsTypeConverter))]
public interface IFabricReplicationGroupTaskDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IJobTaskDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.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) |