共用方式為


EventGridModelFactory.IotHubDeviceDeletedEventData 方法

定義

初始化 IotHubDeviceDeletedEventData 的新實例。

public static Azure.Messaging.EventGrid.SystemEvents.IotHubDeviceDeletedEventData IotHubDeviceDeletedEventData (string deviceId = default, string hubName = default, Azure.Messaging.EventGrid.SystemEvents.DeviceTwinInfo twin = default);
static member IotHubDeviceDeletedEventData : string * string * Azure.Messaging.EventGrid.SystemEvents.DeviceTwinInfo -> Azure.Messaging.EventGrid.SystemEvents.IotHubDeviceDeletedEventData
Public Shared Function IotHubDeviceDeletedEventData (Optional deviceId As String = Nothing, Optional hubName As String = Nothing, Optional twin As DeviceTwinInfo = Nothing) As IotHubDeviceDeletedEventData

參數

deviceId
String

裝置的唯一識別碼。 此區分大小寫的字串長度最多可達 128 個字元,並支援 ASCII 7 位英數位元加上下列特殊字元: - : 。 + % _ & #35; * ? ! ( ) , = @ ; $ '.

hubName
String

已建立或刪除裝置的 IoT 中樞名稱。

twin
DeviceTwinInfo

裝置對應項的相關資訊,也就是應用程式裝置中繼資料的雲端表示。

傳回

模擬的新 IotHubDeviceDeletedEventData 實例。

適用於