| Package | Description |
|---|---|
| com.microsoft.azure.eventgrid.models |
This package contains the models classes for EventGridClient.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IotHubDeviceCreatedEventData
Event data for Microsoft.Devices.DeviceCreated event.
|
class |
IotHubDeviceDeletedEventData
Event data for Microsoft.Devices.DeviceDeleted event.
|
| Modifier and Type | Method and Description |
|---|---|
DeviceLifeCycleEventProperties |
DeviceLifeCycleEventProperties.withDeviceId(String deviceId)
Set the unique identifier of the device.
|
DeviceLifeCycleEventProperties |
DeviceLifeCycleEventProperties.withHubName(String hubName)
Set name of the IoT Hub where the device was created or deleted.
|
DeviceLifeCycleEventProperties |
DeviceLifeCycleEventProperties.withTwin(DeviceTwinInfo twin)
Set information about the device twin, which is the cloud representation of application device metadata.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/