Share via


IJobStatusEventDetails Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.JobStatusEventDetailsTypeConverter))]
public interface IJobStatusEventDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IEventSpecificDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.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