次の方法で共有


AzureTableTransactionSiloBuilderExtensions クラス

定義

public static class AzureTableTransactionSiloBuilderExtensions
type AzureTableTransactionSiloBuilderExtensions = class
Public Module AzureTableTransactionSiloBuilderExtensions
継承
AzureTableTransactionSiloBuilderExtensions

メソッド

AddAzureTableTransactionalStateStorage(ISiloBuilder, String, Action<AzureTableTransactionalStateOptions>)

トランザクション グレイン ストレージに Azure Table Storage を使用するようにサイロを構成します。

AddAzureTableTransactionalStateStorage(ISiloBuilder, String, Action<OptionsBuilder<AzureTableTransactionalStateOptions>>)

トランザクション グレイン ストレージに Azure Table Storage を使用するようにサイロを構成します。

AddAzureTableTransactionalStateStorageAsDefault(ISiloBuilder, Action<AzureTableTransactionalStateOptions>)

既定のトランザクション グレイン ストレージとして Azure Table Storage を使用するようにサイロを構成します。

AddAzureTableTransactionalStateStorageAsDefault(ISiloBuilder, Action<OptionsBuilder<AzureTableTransactionalStateOptions>>)

既定のトランザクション グレイン ストレージとして Azure Table Storage を使用するようにサイロを構成します。

適用対象