Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IotHubDeviceCreatedEventData

Package version

interface

An interface representing IotHubDeviceCreatedEventData. Event data for Microsoft.Devices.DeviceCreated event.

extends

DeviceLifeCycleEventProperties

Hierarchy

Index

Properties

Properties

Optional deviceId

deviceId: undefined | string
member

{string} [deviceId] The unique identifier of the device. This case-sensitive string can be up to 128 characters long, and supports ASCII 7-bit alphanumeric characters plus the following special characters: - : .

  • % _ # * ? ! ( ) , = @ ; $ '.

Optional hubName

hubName: undefined | string
member

{string} [hubName] Name of the IoT Hub where the device was created or deleted.

Optional twin

member

{DeviceTwinInfo} [twin] Information about the device twin, which is the cloud representation of application device metadata.

Generated using TypeDoc