Uses of Class
com.microsoft.azure.functions.annotation.AuthorizationLevel
-
-
Uses of AuthorizationLevel in com.microsoft.azure.functions.annotation
Methods in com.microsoft.azure.functions.annotation that return AuthorizationLevel Modifier and Type Method Description AuthorizationLevelauthLevel()Determines what keys, if any, need to be present on the request in order to invoke the function.static AuthorizationLevelAuthorizationLevel. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AuthorizationLevel[]AuthorizationLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.
-