Dela via


EventGridModelFactory.IotHubDeviceDisconnectedEventData Metod

Definition

Initierar en ny instans av IotHubDeviceDisconnectedEventData.

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

Parametrar

deviceId
String

Enhetens unika identifierare. Den här skiftlägeskänsliga strängen kan vara upp till 128 tecken lång och stöder 7-bitars alfanumeriska ASCII-tecken plus följande specialtecken: - : . + % _ # * ? ! ( ) , = @ ; $ '.

moduleId
String

Den unika identifieraren för modulen. Den här skiftlägeskänsliga strängen kan vara upp till 128 tecken lång och stöder 7-bitars alfanumeriska ASCII-tecken plus följande specialtecken: - : . + % _ # * ? ! ( ) , = @ ; $ '.

hubName
String

Namnet på IoT Hub där enheten skapades eller togs bort.

deviceConnectionStateEventInfo
DeviceConnectionStateEventInfo

Information om enhetens anslutningstillståndshändelse.

Returer

En ny IotHubDeviceDisconnectedEventData instans för att håna.

Gäller för