Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Microsoft
Azure
WebJobs
Script
Config
FeatureFlags
C# Class Microsoft.Azure.WebJobs.Script.Config.FeatureFlags
Provides a way to determine whether certain runtime features are enabled or disabled based on a feature flags app setting.
ファイルを表示
Open project: Azure/azure-webjobs-sdk-script
Public Methods
Method
Description
IsEnabled
(
string
name
) :
bool
Method Details
IsEnabled()
public
static
method
public
static
IsEnabled
(
string
name
) :
bool
name
string
return
bool