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

ASREvent Class

Definition

Azure Site Recovery events.

public class ASREvent
type ASREvent = class
Public Class ASREvent
Inheritance
ASREvent

Constructors

ASREvent()

Initializes a new instance of the ASREvent class.

ASREvent(EventModel)

Initializes a new instance of the ASREvent class with required parameters.

Properties

AffectedObjectFriendlyName

Gets or sets the event affected object source name.

Description

Gets or sets the event description.

EventCode

Gets or sets identifier for the type of the event on the source.

EventSpecificDetails

Gets or sets the events specific settings.

EventType

Gets or sets the event type (VmHealth, VMMHealth).

FabricId

Gets or sets the event fabric arm id.

HealthErrors

Gets or sets the errors/warnings associated with the event.

Id

Gets or sets the Id.

Name

Gets or sets the event name.

ProviderSpecificEventDetails

Gets or sets the provider specific settings.

Severity

Gets or sets the severity of the event.

TimeOfOccurence

Gets or sets the event time.

Applies to