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

IEventProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.EventPropertiesTypeConverter))]
public interface IEventProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.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