Uses of Class
com.microsoft.azure.eventgrid.models.DeviceConnectionStateEventProperties
-
Packages that use DeviceConnectionStateEventProperties Package Description com.microsoft.azure.eventgrid.models This package contains the models classes for EventGridClient. -
-
Uses of DeviceConnectionStateEventProperties in com.microsoft.azure.eventgrid.models
Subclasses of DeviceConnectionStateEventProperties in com.microsoft.azure.eventgrid.models Modifier and Type Class Description classIotHubDeviceConnectedEventDataEvent data for Microsoft.Devices.DeviceConnected event.classIotHubDeviceDisconnectedEventDataEvent data for Microsoft.Devices.DeviceDisconnected event.Methods in com.microsoft.azure.eventgrid.models that return DeviceConnectionStateEventProperties Modifier and Type Method Description DeviceConnectionStateEventPropertiesDeviceConnectionStateEventProperties. withDeviceConnectionStateEventInfo(DeviceConnectionStateEventInfo deviceConnectionStateEventInfo)Set information about the device connection state event.DeviceConnectionStateEventPropertiesDeviceConnectionStateEventProperties. withDeviceId(String deviceId)Set the unique identifier of the device.DeviceConnectionStateEventPropertiesDeviceConnectionStateEventProperties. withHubName(String hubName)Set name of the IoT Hub where the device was created or deleted.DeviceConnectionStateEventPropertiesDeviceConnectionStateEventProperties. withModuleId(String moduleId)Set the unique identifier of the module.
-