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