Click or drag to resize

AzureTableSettingsStore Constructor

Creates a new instance of AzureTableSettingsStore

Namespace: InnerDrive.Azure
Assembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.0.8475.0
Syntax
C#
public AzureTableSettingsStore(
	IConfiguration configuration,
	ILogger logger,
	ISecretProvider secretProvider
)

Parameters

configuration  IConfiguration
The IConfiguration object to use
logger  ILogger
The ILogger the factory will use
secretProvider  ISecretProvider
The ISecretProvider the store will use
See Also