| Package | Description |
|---|---|
| com.microsoft.azure.eventgrid.models |
This package contains the models classes for EventGridClient.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IotHubDeviceConnectedEventData
Event data for Microsoft.Devices.DeviceConnected event.
|
class |
IotHubDeviceDisconnectedEventData
Event data for Microsoft.Devices.DeviceDisconnected event.
|
| Modifier and Type | Method and Description |
|---|---|
DeviceConnectionStateEventProperties |
DeviceConnectionStateEventProperties.withDeviceConnectionStateEventInfo(DeviceConnectionStateEventInfo deviceConnectionStateEventInfo)
Set information about the device connection state event.
|
DeviceConnectionStateEventProperties |
DeviceConnectionStateEventProperties.withDeviceId(String deviceId)
Set the unique identifier of the device.
|
DeviceConnectionStateEventProperties |
DeviceConnectionStateEventProperties.withHubName(String hubName)
Set name of the IoT Hub where the device was created or deleted.
|
DeviceConnectionStateEventProperties |
DeviceConnectionStateEventProperties.withModuleId(String moduleId)
Set the unique identifier of the module.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/