Share via


IJobProperties Interface

Definition

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

Properties

ActivityId

Activity Id used in the operation execution context.

ClientRequestId

Client request Id used in the operation execution context.

DisplayName

Display name of the Job.

EndTime

Operation end time.

Error

Errors.

StartTime

Operation start time.

Status

Operation status.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to