IotHubDeviceConnectedEventData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Event data for Microsoft.Devices.DeviceConnected event.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.IotHubDeviceConnectedEventData+IotHubDeviceConnectedEventDataConverter))]
public class IotHubDeviceConnectedEventData : Azure.Messaging.EventGrid.SystemEvents.DeviceConnectionStateEventProperties
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.IotHubDeviceConnectedEventData+IotHubDeviceConnectedEventDataConverter))>]
type IotHubDeviceConnectedEventData = class
inherit DeviceConnectionStateEventProperties
Public Class IotHubDeviceConnectedEventData
Inherits DeviceConnectionStateEventProperties
- Inheritance
- Attributes
Properties
DeviceConnectionStateEventInfo |
Information about the device connection state event. (Inherited from DeviceConnectionStateEventProperties) |
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: - : . + % _ # * ? ! ( ) , = @ ; $ '. (Inherited from DeviceConnectionStateEventProperties) |
HubName |
Name of the IoT Hub where the device was created or deleted. (Inherited from DeviceConnectionStateEventProperties) |
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: - : . + % _ # * ? ! ( ) , = @ ; $ '. (Inherited from DeviceConnectionStateEventProperties) |
Applies to
Azure SDK for .NET