Uses of Enum Class
org.azd.enums.FeatureManagement
Packages that use FeatureManagement
-
Uses of FeatureManagement in org.azd.core
Methods in org.azd.core with parameters of type FeatureManagementModifier and TypeMethodDescriptionCoreApi.featureToggle(String projectId, FeatureManagement feature, boolean state) Set project feature state for project service SeeFeatureManagementfor list of featuresCoreApi.getFeatureState(String projectId, FeatureManagement feature) Call un-published API feature to fetch project service feature state. -
Uses of FeatureManagement in org.azd.enums
Methods in org.azd.enums that return FeatureManagementModifier and TypeMethodDescriptionstatic FeatureManagementReturns the enum constant of this class with the specified name.static FeatureManagement[]FeatureManagement.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of FeatureManagement in org.azd.interfaces
Methods in org.azd.interfaces with parameters of type FeatureManagementModifier and TypeMethodDescriptionCoreDetails.featureToggle(String projectId, FeatureManagement feature, boolean state) CoreDetails.getFeatureState(String projectId, FeatureManagement feature)