次の方法で共有


DeviceAuthenticationWithSharedAccessPolicyKey(String, String, String) コンストラクター

定義

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

public DeviceAuthenticationWithSharedAccessPolicyKey (string deviceId, string policyName, string key);
new Microsoft.Azure.Devices.Client.DeviceAuthenticationWithSharedAccessPolicyKey : string * string * string -> Microsoft.Azure.Devices.Client.DeviceAuthenticationWithSharedAccessPolicyKey
Public Sub New (deviceId As String, policyName As String, key As String)

パラメーター

deviceId
String

デバイス識別子。

policyName
String

使用する共有アクセス ポリシーの名前。

key
String

共有アクセス ポリシーに関連付けられているキー。

適用対象