IotHubDeviceDeletedEventData Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
IotHubDeviceDeletedEventData() | |
IotHubDeviceDeletedEventData(String, String, DeviceTwinInfo) |
IotHubDeviceDeletedEventData()
public IotHubDeviceDeletedEventData ();
Public Sub New ()
Applies to
IotHubDeviceDeletedEventData(String, String, DeviceTwinInfo)
public IotHubDeviceDeletedEventData (string deviceId = default, string hubName = default, Microsoft.Azure.EventGrid.Models.DeviceTwinInfo twin = default);
new Microsoft.Azure.EventGrid.Models.IotHubDeviceDeletedEventData : string * string * Microsoft.Azure.EventGrid.Models.DeviceTwinInfo -> Microsoft.Azure.EventGrid.Models.IotHubDeviceDeletedEventData
Public Sub New (Optional deviceId As String = Nothing, Optional hubName As String = Nothing, Optional twin As DeviceTwinInfo = Nothing)
Parameters
- deviceId
- String
- hubName
- String
- twin
- DeviceTwinInfo