共用方式為


AzureBlobGrainStorageServiceCollectionExtensions 類別

定義

IServiceCollection 擴展。

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

方法

AddAzureBlobGrainStorage(IServiceCollection, String, Action<AzureBlobStorageOptions>)

將定址接收器設定為使用 Azure Blob 儲存體進行粒紋儲存體。

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

將定址接收器設定為使用 Azure Blob 儲存體進行粒紋儲存體。

AddAzureBlobGrainStorageAsDefault(IServiceCollection, Action<AzureBlobStorageOptions>)

將定址接收器設定為使用 Azure Blob 儲存體作為預設的粒紋儲存體。

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

將定址接收器設定為使用 Azure Blob 儲存體作為預設的粒紋儲存體。

適用於