StorageEndpointProperties interface
ファイルアップロード用の Azure Storage エンドポイントのプロパティ。
プロパティ
| authentication |
ストレージ アカウントへの接続に使用する認証の種類を指定します。 |
| connection |
ファイルがアップロードされる Azure Storage アカウントの接続文字列。 |
| container |
ファイルをアップロードするルート コンテナーの名前。 コンテナーは存在する必要はありませんが、指定された connectionString を使用して作成できる必要があります。 |
| identity | ファイルアップロード用のストレージ エンドポイントのマネージド ID プロパティ。 |
| sas |
IoT Hub によって生成されたファイルアップロード用の SAS URI が有効な期間。 https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-file-upload#file-upload-notification-configuration-optionsを参照してください。 |
プロパティの詳細
authenticationType
ストレージ アカウントへの接続に使用する認証の種類を指定します。
authenticationType?: string
プロパティ値
string
connectionString
ファイルがアップロードされる Azure Storage アカウントの接続文字列。
connectionString: string
プロパティ値
string
containerName
ファイルをアップロードするルート コンテナーの名前。 コンテナーは存在する必要はありませんが、指定された connectionString を使用して作成できる必要があります。
containerName: string
プロパティ値
string
identity
sasTtlAsIso8601
IoT Hub によって生成されたファイルアップロード用の SAS URI が有効な期間。 https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-file-upload#file-upload-notification-configuration-optionsを参照してください。
sasTtlAsIso8601?: string
プロパティ値
string