Share via


JobStatusEventDetails Class

Definition

Model class for event details of a job status event.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.JobStatusEventDetailsTypeConverter))]
public class JobStatusEventDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IJobStatusEventDetails, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.JobStatusEventDetailsTypeConverter))>]
type JobStatusEventDetails = class
    interface IJobStatusEventDetails
    interface IJsonSerializable
    interface IEventSpecificDetails
    interface IValidates
Public Class JobStatusEventDetails
Implements IJobStatusEventDetails, IValidates
Inheritance
JobStatusEventDetails
Attributes
Implements

Constructors

JobStatusEventDetails()

Creates an new JobStatusEventDetails instance.

Properties

AffectedObjectType

AffectedObjectType for the event.

InstanceType

Gets the class type. Overridden in derived classes.

JobFriendlyName

JobName for the Event.

JobId

Job arm id for the event.

JobStatus

JobStatus for the Event.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of JobStatusEventDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of JobStatusEventDetails.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of JobStatusEventDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to