EventGridModelFactory.IotHubDeviceDeletedEventData 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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 實例。