Delen via


EventGridModelFactory.IotHubDeviceConnectedEventData Methode

Definitie

Initialiseert een nieuw exemplaar van IotHubDeviceConnectedEventData.

public static Azure.Messaging.EventGrid.SystemEvents.IotHubDeviceConnectedEventData IotHubDeviceConnectedEventData (string deviceId = default, string moduleId = default, string hubName = default, Azure.Messaging.EventGrid.SystemEvents.DeviceConnectionStateEventInfo deviceConnectionStateEventInfo = default);
static member IotHubDeviceConnectedEventData : string * string * string * Azure.Messaging.EventGrid.SystemEvents.DeviceConnectionStateEventInfo -> Azure.Messaging.EventGrid.SystemEvents.IotHubDeviceConnectedEventData
Public Shared Function IotHubDeviceConnectedEventData (Optional deviceId As String = Nothing, Optional moduleId As String = Nothing, Optional hubName As String = Nothing, Optional deviceConnectionStateEventInfo As DeviceConnectionStateEventInfo = Nothing) As IotHubDeviceConnectedEventData

Parameters

deviceId
String

De unieke id van het apparaat. Deze hoofdlettergevoelige tekenreeks kan maximaal 128 tekens lang zijn en ondersteunt ASCII 7-bits alfanumerieke tekens plus de volgende speciale tekens: - : . + % _ # * ? ! ( ) , = @ ; $ '.

moduleId
String

De unieke id van de module. Deze hoofdlettergevoelige tekenreeks kan maximaal 128 tekens lang zijn en ondersteunt ASCII 7-bits alfanumerieke tekens plus de volgende speciale tekens: - : . + % _ # * ? ! ( ) , = @ ; $ '.

hubName
String

De naam van de IoT Hub waar het apparaat is gemaakt of verwijderd.

deviceConnectionStateEventInfo
DeviceConnectionStateEventInfo

Informatie over de verbindingsstatus van het apparaat.

Retouren

Een nieuw IotHubDeviceConnectedEventData exemplaar voor het nabootsen.

Van toepassing op