Partilhar via


IotHubDeviceDeletedEventData Construtores

Definição

Sobrecargas

IotHubDeviceDeletedEventData()
IotHubDeviceDeletedEventData(String, String, DeviceTwinInfo)

IotHubDeviceDeletedEventData()

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

Aplica-se a

IotHubDeviceDeletedEventData(String, String, DeviceTwinInfo)

Origem:
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)

Parâmetros

deviceId
String
hubName
String

Aplica-se a