Uses of Class
com.microsoft.azure.eventgrid.models.DeviceLifeCycleEventProperties
-
Packages that use DeviceLifeCycleEventProperties Package Description com.microsoft.azure.eventgrid.models This package contains the models classes for EventGridClient. -
-
Uses of DeviceLifeCycleEventProperties in com.microsoft.azure.eventgrid.models
Subclasses of DeviceLifeCycleEventProperties in com.microsoft.azure.eventgrid.models Modifier and Type Class Description classIotHubDeviceCreatedEventDataEvent data for Microsoft.Devices.DeviceCreated event.classIotHubDeviceDeletedEventDataEvent data for Microsoft.Devices.DeviceDeleted event.Methods in com.microsoft.azure.eventgrid.models that return DeviceLifeCycleEventProperties Modifier and Type Method Description DeviceLifeCycleEventPropertiesDeviceLifeCycleEventProperties. withDeviceId(String deviceId)Set the unique identifier of the device.DeviceLifeCycleEventPropertiesDeviceLifeCycleEventProperties. withHubName(String hubName)Set name of the IoT Hub where the device was created or deleted.DeviceLifeCycleEventPropertiesDeviceLifeCycleEventProperties. withTwin(DeviceTwinInfo twin)Set information about the device twin, which is the cloud representation of application device metadata.
-