Class Constants
- java.lang.Object
-
- com.microsoft.azure.toolkit.lib.legacy.function.Constants
-
public class Constants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringAPP_SETTING_DISABLE_WEBSITES_APP_SERVICE_STORAGEstatic StringAPP_SETTING_FUNCTION_APP_EDIT_MODEstatic StringAPP_SETTING_FUNCTION_APP_EDIT_MODE_READONLYstatic StringAPP_SETTING_MACHINEKEY_DECRYPTION_KEYstatic StringAPP_SETTING_WEBSITE_RUN_FROM_PACKAGEstatic StringAPP_SETTING_WEBSITES_ENABLE_APP_SERVICE_STORAGEstatic StringINTERNAL_STORAGE_KEYstatic StringLOCAL_SETTINGS_FILEstatic StringZIP_EXT
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
APP_SETTING_WEBSITE_RUN_FROM_PACKAGE
public static final String APP_SETTING_WEBSITE_RUN_FROM_PACKAGE
- See Also:
- Constant Field Values
-
APP_SETTING_MACHINEKEY_DECRYPTION_KEY
public static final String APP_SETTING_MACHINEKEY_DECRYPTION_KEY
- See Also:
- Constant Field Values
-
APP_SETTING_WEBSITES_ENABLE_APP_SERVICE_STORAGE
public static final String APP_SETTING_WEBSITES_ENABLE_APP_SERVICE_STORAGE
- See Also:
- Constant Field Values
-
APP_SETTING_DISABLE_WEBSITES_APP_SERVICE_STORAGE
public static final String APP_SETTING_DISABLE_WEBSITES_APP_SERVICE_STORAGE
- See Also:
- Constant Field Values
-
APP_SETTING_FUNCTION_APP_EDIT_MODE
public static final String APP_SETTING_FUNCTION_APP_EDIT_MODE
- See Also:
- Constant Field Values
-
APP_SETTING_FUNCTION_APP_EDIT_MODE_READONLY
public static final String APP_SETTING_FUNCTION_APP_EDIT_MODE_READONLY
- See Also:
- Constant Field Values
-
ZIP_EXT
public static final String ZIP_EXT
- See Also:
- Constant Field Values
-
LOCAL_SETTINGS_FILE
public static final String LOCAL_SETTINGS_FILE
- See Also:
- Constant Field Values
-
INTERNAL_STORAGE_KEY
public static final String INTERNAL_STORAGE_KEY
- See Also:
- Constant Field Values
-
-