ServiceCollectionExtensions.AddFeatureManagement メソッド

定義

オーバーロード

AddFeatureManagement(IServiceCollection)

必要な機能管理サービスを追加します。

AddFeatureManagement(IServiceCollection, IConfiguration)

必要な機能管理サービスを追加します。

AddFeatureManagement(IServiceCollection)

必要な機能管理サービスを追加します。

public static Microsoft.FeatureManagement.IFeatureManagementBuilder AddFeatureManagement (this Microsoft.Extensions.DependencyInjection.IServiceCollection services);
static member AddFeatureManagement : Microsoft.Extensions.DependencyInjection.IServiceCollection -> Microsoft.FeatureManagement.IFeatureManagementBuilder
<Extension()>
Public Function AddFeatureManagement (services As IServiceCollection) As IFeatureManagementBuilder

パラメーター

services
IServiceCollection

機能管理サービスが追加されるサービス コレクション。

戻り値

IFeatureManagementBuilder機能管理機能をカスタマイズするために使用できる 。

適用対象

AddFeatureManagement(IServiceCollection, IConfiguration)

必要な機能管理サービスを追加します。

public static Microsoft.FeatureManagement.IFeatureManagementBuilder AddFeatureManagement (this Microsoft.Extensions.DependencyInjection.IServiceCollection services, Microsoft.Extensions.Configuration.IConfiguration configuration);
static member AddFeatureManagement : Microsoft.Extensions.DependencyInjection.IServiceCollection * Microsoft.Extensions.Configuration.IConfiguration -> Microsoft.FeatureManagement.IFeatureManagementBuilder
<Extension()>
Public Function AddFeatureManagement (services As IServiceCollection, configuration As IConfiguration) As IFeatureManagementBuilder

パラメーター

services
IServiceCollection

機能管理サービスが追加されるサービス コレクション。

configuration
IConfiguration

機能設定の取得に使用される特定 IConfiguration のインスタンス。

戻り値

IFeatureManagementBuilder機能管理機能をカスタマイズするために使用できる 。

適用対象