Dela via


EventGridModelFactory.IotHubDeviceCreatedEventData Metod

Definition

Initierar en ny instans av 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

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: - : . + % _ # * ? ! ( ) , = @ ; $ '.

hubName
String

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

twin
DeviceTwinInfo

Information om enhetstvillingen, som är molnrepresentationen av programmets enhetsmetadata.

Returer

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

Gäller för