AzureTableDataManager<T>(String, String, ILoggerFactory) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コンストラクター
public AzureTableDataManager (string tableName, string storageConnectionString, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory);
new Orleans.Reminders.AzureStorage.AzureTableDataManager<'T (requires 'T : null and 'T :> Microsoft.WindowsAzure.Storage.Table.ITableEntity and 'T : (new : unit -> 'T))> : string * string * Microsoft.Extensions.Logging.ILoggerFactory -> Orleans.Reminders.AzureStorage.AzureTableDataManager<'T (requires 'T : null and 'T :> Microsoft.WindowsAzure.Storage.Table.ITableEntity and 'T : (new : unit -> 'T))>
Public Sub New (tableName As String, storageConnectionString As String, loggerFactory As ILoggerFactory)
パラメーター
- tableName
- String
接続するテーブルの名前。
- storageConnectionString
- String
このテーブルをホストするために使用される Azure ストレージ アカウントの接続文字列。
- loggerFactory
- ILoggerFactory
使用するロガー ファクトリ。