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

IJobStatusEventDetails Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.JobStatusEventDetailsTypeConverter))]
public interface IJobStatusEventDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IEventSpecificDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.JobStatusEventDetailsTypeConverter))>]
type IJobStatusEventDetails = interface
    interface IJsonSerializable
    interface IEventSpecificDetails
Public Interface IJobStatusEventDetails
Implements IEventSpecificDetails
Derived
Attributes
Implements

Properties

AffectedObjectType

AffectedObjectType for the event.

InstanceType

Gets the class type. Overridden in derived classes.

(Inherited from IEventSpecificDetails)
JobFriendlyName

JobName for the Event.

JobId

Job arm id for the event.

JobStatus

JobStatus for the Event.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to