FabricEvent Class
Represents the base for all Fabric Events.
You probably want to use the sub-classes and not this class directly. Known sub-classes are: ApplicationEvent, ClusterEvent, ContainerInstanceEvent, NodeEvent, PartitionEvent, ReplicaEvent, ServiceEvent
All required parameters must be populated in order to send to Azure.
- Inheritance
-
FabricEvent
Constructor
FabricEvent(*, event_instance_id: str, time_stamp, category: Optional[str] = None, has_correlated_events: Optional[bool] = None, **kwargs)
Parameters
Feedback
Submit and view feedback for