IJobStatusEventDetails Interface
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.
[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) |