C# 클래스 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.
파일 보기 프로젝트 열기: Azure/azure-webjobs-sdk-script

공개 메소드들

메소드 설명
IsEnabled ( string name ) : bool

메소드 상세

IsEnabled() 공개 정적인 메소드

public static IsEnabled ( string name ) : bool
name string
리턴 bool