Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IotHubDeviceConnectedEventData

Package version

interface

An interface representing IotHubDeviceConnectedEventData. Event data for Microsoft.Devices.DeviceConnected event.

extends

DeviceConnectionStateEventProperties

Hierarchy

Index

Properties

Optional deviceConnectionStateEventInfo

deviceConnectionStateEventInfo: DeviceConnectionStateEventInfo
member

{DeviceConnectionStateEventInfo} [deviceConnectionStateEventInfo] Information about the device connection state event.

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 moduleId

moduleId: undefined | string
member

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

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

Generated using TypeDoc