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