你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IotHubDeviceDeletedEventData 构造函数

定义

重载

IotHubDeviceDeletedEventData()
IotHubDeviceDeletedEventData(String, String, DeviceTwinInfo)

IotHubDeviceDeletedEventData()

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

适用于

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)

参数

deviceId
String
hubName
String

适用于