IJobPropertiesAutoGenerated 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.Api202301.JobPropertiesAutoGeneratedTypeConverter))]
public interface IJobPropertiesAutoGenerated : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.JobPropertiesAutoGeneratedTypeConverter))>]
type IJobPropertiesAutoGenerated = interface
interface IJsonSerializable
Public Interface IJobPropertiesAutoGenerated
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
ActivityId |
The activity id. |
AllowedAction |
The Allowed action the job. |
CustomDetailAffectedObjectDetail |
The affected object properties like source server, source cloud, target server, target cloud etc. based on the workflow object details. |
CustomDetailInstanceType |
Gets the type of job details (see JobDetailsTypes enum for possible values). |
EndTime |
The end time. |
Error |
The errors. |
FriendlyName |
The DisplayName. |
ScenarioName |
The ScenarioName. |
StartTime |
The start time. |
State |
The status of the Job. It is one of these values - NotStarted, InProgress, Succeeded, Failed, Cancelled, Suspended or Other. |
StateDescription |
The description of the state of the Job. For e.g. - For Succeeded state, description can be Completed, PartiallySucceeded, CompletedWithInformation or Skipped. |
TargetInstanceType |
The type of the affected object which is of Microsoft.Azure.SiteRecovery.V2015_11_10.AffectedObjectType class. |
TargetObjectId |
The affected Object Id. |
TargetObjectName |
The name of the affected object. |
Task |
The tasks. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |