IotHubProperties.StorageEndpoints プロパティ

定義

ファイルをアップロードできる Azure Storage エンドポイントの一覧。 現在、構成できる Azure Storage アカウントは 1 つだけであり、$defaultとしてのキーが必要です。 複数のストレージ アカウントを指定すると、エラーがスローされます。 enableFileUploadNotifications プロパティが True に設定されている場合、このプロパティの値を指定しないと、エラーがスローされます。

public System.Collections.Generic.IDictionary<string,Azure.ResourceManager.IotHub.Models.IotHubStorageEndpointProperties> StorageEndpoints { get; }
member this.StorageEndpoints : System.Collections.Generic.IDictionary<string, Azure.ResourceManager.IotHub.Models.IotHubStorageEndpointProperties>
Public ReadOnly Property StorageEndpoints As IDictionary(Of String, IotHubStorageEndpointProperties)

プロパティ値

適用対象