IotHubStorageEndpointProperties(String, String) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
IotHubStorageEndpointProperties の新しいインスタンスを初期化します。
public IotHubStorageEndpointProperties (string connectionString, string containerName);
new Azure.ResourceManager.IotHub.Models.IotHubStorageEndpointProperties : string * string -> Azure.ResourceManager.IotHub.Models.IotHubStorageEndpointProperties
Public Sub New (connectionString As String, containerName As String)
パラメーター
- connectionString
- String
ファイルがアップロードされる Azure Storage アカウントの接続文字列。
- containerName
- String
ファイルをアップロードするルート コンテナーの名前。 コンテナーは存在する必要はありませんが、指定された connectionString を使用して作成できる必要があります。
例外
connectionString
または containerName
が null です。