EventProperties Class
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.
The properties of a monitoring event.
public class EventProperties
type EventProperties = class
Public Class EventProperties
- Inheritance
-
EventProperties
Constructors
EventProperties() |
Initializes a new instance of the EventProperties class. |
EventProperties(String, String, String, String, String, String, Nullable<DateTime>, String, EventProviderSpecificDetails, EventSpecificDetails, IList<HealthError>) |
Initializes a new instance of the EventProperties class. |
Properties
AffectedObjectCorrelationId |
Gets or sets the affected object correlationId for the event. |
AffectedObjectFriendlyName |
Gets or sets the friendly name of the source of the event on which it is raised (for example, VM, VMM etc). |
Description |
Gets or sets the event name. |
EventCode |
Gets or sets the Id of the monitoring event. |
EventSpecificDetails |
Gets or sets the event specific settings. |
EventType |
Gets or sets the type of the event. for example: VM Health, Server Health, Job Failure etc. |
FabricId |
Gets or sets the ARM ID of the fabric. |
HealthErrors |
Gets or sets the list of errors / warnings capturing details associated with the issue(s). |
ProviderSpecificDetails |
Gets or sets the provider specific settings. |
Severity |
Gets or sets the severity of the event. |
TimeOfOccurrence |
Gets or sets the time of occurrence of the event. |