IotHubDeviceCreatedEventData Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
IotHubDeviceCreatedEventData() | |
IotHubDeviceCreatedEventData(String, String, DeviceTwinInfo) |
IotHubDeviceCreatedEventData()
public IotHubDeviceCreatedEventData ();
Public Sub New ()
S’applique à
IotHubDeviceCreatedEventData(String, String, DeviceTwinInfo)
public IotHubDeviceCreatedEventData (string deviceId = default, string hubName = default, Microsoft.Azure.EventGrid.Models.DeviceTwinInfo twin = default);
new Microsoft.Azure.EventGrid.Models.IotHubDeviceCreatedEventData : string * string * Microsoft.Azure.EventGrid.Models.DeviceTwinInfo -> Microsoft.Azure.EventGrid.Models.IotHubDeviceCreatedEventData
Public Sub New (Optional deviceId As String = Nothing, Optional hubName As String = Nothing, Optional twin As DeviceTwinInfo = Nothing)
Paramètres
- deviceId
- String
- hubName
- String
- twin
- DeviceTwinInfo
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET