次の方法で共有


IoTDeviceInfo コンストラクター

定義

オーバーロード

IoTDeviceInfo()

IoTDeviceInfo クラスの新しいインスタンスを初期化します。

IoTDeviceInfo(String, String, Authentication)

IoTDeviceInfo クラスの新しいインスタンスを初期化します。

IoTDeviceInfo()

IoTDeviceInfo クラスの新しいインスタンスを初期化します。

public IoTDeviceInfo();
Public Sub New ()

適用対象

IoTDeviceInfo(String, String, Authentication)

IoTDeviceInfo クラスの新しいインスタンスを初期化します。

public IoTDeviceInfo(string deviceId, string ioTHostHub, Microsoft.Azure.Management.EdgeGateway.Models.Authentication authentication = default);
new Microsoft.Azure.Management.EdgeGateway.Models.IoTDeviceInfo : string * string * Microsoft.Azure.Management.EdgeGateway.Models.Authentication -> Microsoft.Azure.Management.EdgeGateway.Models.IoTDeviceInfo
Public Sub New (deviceId As String, ioTHostHub As String, Optional authentication As Authentication = Nothing)

パラメーター

deviceId
String

IoT デバイス/エッジ デバイスの ID。

ioTHostHub
String

デバイスに関連付けられている IoT ハブのホスト名。

authentication
Authentication

IoT デバイスの認証情報。

適用対象