Uses of Class
com.azure.resourcemanager.deviceregistry.models.Event
Package
Description
Package containing the data models for DeviceRegistry.
-
Uses of Event in com.azure.resourcemanager.deviceregistry.models
Modifier and TypeMethodDescriptionEvent.withCapabilityId
(String capabilityId) Set the capabilityId property: The path to the type definition of the capability (e.g.Event.withEventConfiguration
(String eventConfiguration) Set the eventConfiguration property: Protocol-specific configuration for the event.Event.withEventNotifier
(String eventNotifier) Set the eventNotifier property: The address of the notifier of the event in the asset (e.g.Set the name property: The name of the event.Event.withObservabilityMode
(EventsObservabilityMode observabilityMode) Set the observabilityMode property: An indication of how the event should be mapped to OpenTelemetry.Modifier and TypeMethodDescriptionAssetProperties.events()
Get the events property: Array of events that are part of the asset.AssetUpdateProperties.events()
Get the events property: Array of events that are part of the asset.Modifier and TypeMethodDescriptionAssetProperties.withEvents
(List<Event> events) Set the events property: Array of events that are part of the asset.AssetUpdateProperties.withEvents
(List<Event> events) Set the events property: Array of events that are part of the asset.