Condividi tramite


IotHubDeviceDeletedEventData Constructors

Definition

Overloads

IotHubDeviceDeletedEventData()
IotHubDeviceDeletedEventData(String, String, DeviceTwinInfo)

IotHubDeviceDeletedEventData()

Source:
IotHubDeviceDeletedEventData.cs
public IotHubDeviceDeletedEventData ();
Public Sub New ()

Applies to

IotHubDeviceDeletedEventData(String, String, DeviceTwinInfo)

Source:
IotHubDeviceDeletedEventData.cs
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

Applies to