AzureStorageReminderServiceCollectionExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
IServiceCollection extensions.
public static class AzureStorageReminderServiceCollectionExtensions
type AzureStorageReminderServiceCollectionExtensions = class
Public Module AzureStorageReminderServiceCollectionExtensions
- Inheritance
-
AzureStorageReminderServiceCollectionExtensions
Methods
UseAzureTableReminderService(IServiceCollection, Action<AzureTableReminderStorageOptions>) |
Adds reminder storage backed by Azure Table Storage. |
UseAzureTableReminderService(IServiceCollection, Action<OptionsBuilder<AzureTableReminderStorageOptions>>) |
Adds reminder storage backed by Azure Table Storage. |
UseAzureTableReminderService(IServiceCollection, String) |
Adds reminder storage backed by Azure Table Storage. |