Freigeben über


EventGridModelFactory.IotHubDeviceCreatedEventData Methode

Definition

Initialisiert eine neue instance von IotHubDeviceCreatedEventData.

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

Parameter

deviceId
String

Der eindeutige Bezeichner des Geräts. Diese Zeichenfolge, die die Groß-/Kleinschreibung berücksichtigt, kann bis zu 128 Zeichen lang sein und unterstützt alphanumerische ASCII-7-Bit-Zeichen sowie die folgenden Sonderzeichen: - : . + % _ # * ? ! ( ) , = @ ; $ '.

hubName
String

Name des IoT Hubs, in dem das Gerät erstellt bzw. aus dem das Gerät gelöscht wurde.

twin
DeviceTwinInfo

Informationen zum Gerätezwilling, der Clouddarstellung der Anwendungsgeräte-Metadaten.

Gibt zurück

Eine neue IotHubDeviceCreatedEventData instance zum Mocking.

Gilt für: