Share via


IEventProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.EventPropertiesTypeConverter))]
public interface IEventProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.EventPropertiesTypeConverter))>]
type IEventProperties = interface
    interface IJsonSerializable
Public Interface IEventProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

AffectedObjectCorrelationId

The affected object correlationId for the event.

AffectedObjectFriendlyName

The friendly name of the source of the event on which it is raised (for example, VM, VMM etc).

Description

The event name.

EventCode

The Id of the monitoring event.

EventSpecificDetailInstanceType

Gets the class type. Overridden in derived classes.

EventType

The type of the event. for example: VM Health, Server Health, Job Failure etc.

FabricId

The ARM ID of the fabric.

HealthError

The list of errors / warnings capturing details associated with the issue(s).

ProviderSpecificDetailInstanceType

Gets the class type. Overridden in derived classes.

Severity

The severity of the event.

TimeOfOccurrence

The time of occurrence of the event.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to