Share via


CurrentJobDetails Class

Definition

Current job details of the migration item.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.CurrentJobDetailsTypeConverter))]
public class CurrentJobDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.ICurrentJobDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.CurrentJobDetailsTypeConverter))>]
type CurrentJobDetails = class
    interface ICurrentJobDetails
    interface IJsonSerializable
Public Class CurrentJobDetails
Implements ICurrentJobDetails
Inheritance
CurrentJobDetails
Attributes
Implements

Constructors

CurrentJobDetails()

Creates an new CurrentJobDetails instance.

Properties

JobId

The ARM Id of the job being executed.

JobName

The job name.

StartTime

The start time of the job.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CurrentJobDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CurrentJobDetails.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.ICurrentJobDetails.

FromJsonString(String)

Creates a new instance of CurrentJobDetails, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of CurrentJobDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to