DataReplicationEventProperties 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.
Event model properties.
public class DataReplicationEventProperties
type DataReplicationEventProperties = class
Public Class DataReplicationEventProperties
- Inheritance
-
DataReplicationEventProperties
Properties
CorrelationId |
Gets or sets the event correlation Id. |
CustomProperties |
Event model custom properties. Please note EventModelCustomProperties is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include HyperVToAzStackHciEventModelCustomProperties. |
Description |
Gets or sets the event description. |
EventName |
Gets or sets the event name. |
EventType |
Gets or sets the event type. |
HealthErrors |
Gets or sets the errors associated with this event. |
OccurredOn |
Gets or sets the time at which the event occurred at source. |
ResourceName |
Gets or sets the resource name. |
ResourceType |
Gets or sets the resource type. |
Severity |
Gets or sets the event severity. |
Applies to
Azure SDK for .NET