ContainerInstanceEvent Class

Represents the base for all Container Events.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.servicefabric.models._models_py3.FabricEvent
ContainerInstanceEvent

Constructor

ContainerInstanceEvent(*, event_instance_id: str, time_stamp, category: Optional[str] = None, has_correlated_events: Optional[bool] = None, **kwargs)

Parameters

event_instance_id
str
Required

Required. The identifier for the FabricEvent instance.

category
str
Required

The category of event.

time_stamp
datetime
Required

Required. The time event was logged.

has_correlated_events
bool
Required

Shows there is existing related events available.

kind
str
Required

Required. Constant filled by server.