CurrentJobDetails Class
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.
Current job details of the migration item.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.CurrentJobDetailsTypeConverter))]
public class CurrentJobDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.ICurrentJobDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.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.Api202401.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. |