次の方法で共有


IotHubStorageEndpointProperties クラス

定義

ファイルアップロード用の Azure Storage エンドポイントのプロパティ。

public class IotHubStorageEndpointProperties
type IotHubStorageEndpointProperties = class
Public Class IotHubStorageEndpointProperties
継承
IotHubStorageEndpointProperties

コンストラクター

IotHubStorageEndpointProperties(String, String)

IotHubStorageEndpointProperties の新しいインスタンスを初期化します。

プロパティ

AuthenticationType

ストレージ アカウントへの接続に使用される認証の種類を指定します。

ConnectionString

ファイルがアップロードされる Azure Storage アカウントの接続文字列。

ContainerName

ファイルをアップロードするルート コンテナーの名前。 コンテナーは存在する必要はありませんが、指定された connectionString を使用して作成できる必要があります。

SasTtlAsIso8601

ファイルアップロードのIoT Hubによって生成された SAS URI が有効な期間。 https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-file-upload#file-upload-notification-configuration-options をご覧ください。

UserAssignedIdentity

ユーザー割り当て ID。

適用対象