TransportConfigOptions interface
プロパティ
host | Azure IoT ハブのホスト名。 (.azure-devices.net)。 |
hub |
|
key |
Azure IoT Hub サービスへの接続に使用されるポリシーの名前。 |
shared |
Azure IoT ハブとの接続を認証するために使用される共有アクセス署名トークン。 |
token |
Azure IoT ハブとの接続を認証するために使用されるトークン資格情報。 |
token |
TokenCredential オブジェクトからトークンを取得するために使用されるトークン スコープ |
プロパティの詳細
host
Azure IoT ハブのホスト名。 (.azure-devices.net)。
host: string
プロパティ値
string
hubName
警告
この API は非推奨になりました。
This is not used anywhere anymore. Name of the Azure IoT hub. (The first section of the Azure IoT hub hostname)
hubName?: string
プロパティ値
string
keyName
Azure IoT Hub サービスへの接続に使用されるポリシーの名前。
keyName?: string
プロパティ値
string
sharedAccessSignature
Azure IoT ハブとの接続を認証するために使用される共有アクセス署名トークン。
sharedAccessSignature?: string | SharedAccessSignature
プロパティ値
string | SharedAccessSignature
tokenCredential
tokenScope
TokenCredential オブジェクトからトークンを取得するために使用されるトークン スコープ
tokenScope?: string
プロパティ値
string