Class AzureFunctionsAnnotationConstants
- java.lang.Object
-
- com.microsoft.azure.toolkit.lib.appservice.function.core.AzureFunctionsAnnotationConstants
-
public class AzureFunctionsAnnotationConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringADMINstatic StringANONYMOUSstatic StringCUSTOM_BINDINGstatic StringEXPONENTIAL_BACKOFF_RETRYstatic StringFIXED_DELAY_RETRYstatic StringFUNCTIONstatic StringFUNCTION_NAMEstatic StringSTORAGE_ACCOUNT
-
Constructor Summary
Constructors Constructor Description AzureFunctionsAnnotationConstants()
-
-
-
Field Detail
-
FUNCTION_NAME
public static final String FUNCTION_NAME
- See Also:
- Constant Field Values
-
STORAGE_ACCOUNT
public static final String STORAGE_ACCOUNT
- See Also:
- Constant Field Values
-
CUSTOM_BINDING
public static final String CUSTOM_BINDING
- See Also:
- Constant Field Values
-
FIXED_DELAY_RETRY
public static final String FIXED_DELAY_RETRY
- See Also:
- Constant Field Values
-
EXPONENTIAL_BACKOFF_RETRY
public static final String EXPONENTIAL_BACKOFF_RETRY
- See Also:
- Constant Field Values
-
ANONYMOUS
public static final String ANONYMOUS
- See Also:
- Constant Field Values
-
FUNCTION
public static final String FUNCTION
- See Also:
- Constant Field Values
-
ADMIN
public static final String ADMIN
- See Also:
- Constant Field Values
-
-