共用方式為


AzureBlobSiloBuilderExtensions 類別

定義

public static class AzureBlobSiloBuilderExtensions
type AzureBlobSiloBuilderExtensions = class
Public Module AzureBlobSiloBuilderExtensions
繼承
AzureBlobSiloBuilderExtensions

方法

AddAzureBlobGrainStorage(IServiceCollection, String, Action<AzureBlobStorageOptions>)

將接收器設定為使用 Azure Blob 儲存體進行細微性儲存體。

AddAzureBlobGrainStorage(IServiceCollection, String, Action<OptionsBuilder<AzureBlobStorageOptions>>)

將接收器設定為使用 Azure Blob 儲存體進行細微性儲存體。

AddAzureBlobGrainStorage(ISiloBuilder, String, Action<AzureBlobStorageOptions>)

將接收器設定為使用 Azure Blob 儲存體進行細微性儲存體。

AddAzureBlobGrainStorage(ISiloBuilder, String, Action<OptionsBuilder<AzureBlobStorageOptions>>)

將接收器設定為使用 Azure Blob 儲存體進行細微性儲存體。

AddAzureBlobGrainStorage(ISiloHostBuilder, String, Action<AzureBlobStorageOptions>)

將接收器設定為使用 Azure Blob 儲存體進行細微性儲存體。

AddAzureBlobGrainStorage(ISiloHostBuilder, String, Action<OptionsBuilder<AzureBlobStorageOptions>>)

將接收器設定為使用 Azure Blob 儲存體進行細微性儲存體。

AddAzureBlobGrainStorageAsDefault(IServiceCollection, Action<AzureBlobStorageOptions>)

將接收器設定為使用 Azure Blob 儲存體作為預設的細微性儲存體。

AddAzureBlobGrainStorageAsDefault(IServiceCollection, Action<OptionsBuilder<AzureBlobStorageOptions>>)

將接收器設定為使用 Azure Blob 儲存體作為預設的細微性儲存體。

AddAzureBlobGrainStorageAsDefault(ISiloBuilder, Action<AzureBlobStorageOptions>)

將接收器設定為使用 Azure Blob 儲存體作為預設的細微性儲存體。

AddAzureBlobGrainStorageAsDefault(ISiloBuilder, Action<OptionsBuilder<AzureBlobStorageOptions>>)

將接收器設定為使用 Azure Blob 儲存體作為預設的細微性儲存體。

AddAzureBlobGrainStorageAsDefault(ISiloHostBuilder, Action<AzureBlobStorageOptions>)

將接收器設定為使用 Azure Blob 儲存體作為預設的細微性儲存體。

AddAzureBlobGrainStorageAsDefault(ISiloHostBuilder, Action<OptionsBuilder<AzureBlobStorageOptions>>)

將接收器設定為使用 Azure Blob 儲存體作為預設的細微性儲存體。

適用於