你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

JobStatusEventDetails Class

Definition

Model class for event details of a job status event.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.JobStatusEventDetailsTypeConverter))]
public class JobStatusEventDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IJobStatusEventDetails, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.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.Api202401.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