73 строки
3.7 KiB
YAML
73 строки
3.7 KiB
YAML
### YamlMime:JavaEnum
|
|
uid: "com.microsoft.azure.functions.annotation.AuthorizationLevel"
|
|
fullName: "com.microsoft.azure.functions.annotation.AuthorizationLevel"
|
|
name: "AuthorizationLevel"
|
|
nameWithType: "AuthorizationLevel"
|
|
summary: "Azure HTTP authorization level, Determines what keys, if any, need to be present on the request in order to invoke the function."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Enum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedMembers:
|
|
- "java.lang.Enum.<T>valueOf(java.lang.Class<T>,java.lang.String)"
|
|
- "java.lang.Enum.clone()"
|
|
- "java.lang.Enum.compareTo(E)"
|
|
- "java.lang.Enum.equals(java.lang.Object)"
|
|
- "java.lang.Enum.finalize()"
|
|
- "java.lang.Enum.getDeclaringClass()"
|
|
- "java.lang.Enum.hashCode()"
|
|
- "java.lang.Enum.name()"
|
|
- "java.lang.Enum.ordinal()"
|
|
- "java.lang.Enum.toString()"
|
|
- "java.lang.Object.getClass()"
|
|
- "java.lang.Object.notify()"
|
|
- "java.lang.Object.notifyAll()"
|
|
- "java.lang.Object.wait()"
|
|
- "java.lang.Object.wait(long)"
|
|
- "java.lang.Object.wait(long,int)"
|
|
syntax: "public enum AuthorizationLevel extends Enum<AuthorizationLevel>"
|
|
fields:
|
|
- uid: "com.microsoft.azure.functions.annotation.AuthorizationLevel.ADMIN"
|
|
fullName: "com.microsoft.azure.functions.annotation.AuthorizationLevel.ADMIN"
|
|
name: "ADMIN"
|
|
nameWithType: "AuthorizationLevel.ADMIN"
|
|
summary: "The master key is required."
|
|
desc: "The master key is required."
|
|
- uid: "com.microsoft.azure.functions.annotation.AuthorizationLevel.ANONYMOUS"
|
|
fullName: "com.microsoft.azure.functions.annotation.AuthorizationLevel.ANONYMOUS"
|
|
name: "ANONYMOUS"
|
|
nameWithType: "AuthorizationLevel.ANONYMOUS"
|
|
summary: "No API key is required."
|
|
desc: "No API key is required."
|
|
- uid: "com.microsoft.azure.functions.annotation.AuthorizationLevel.FUNCTION"
|
|
fullName: "com.microsoft.azure.functions.annotation.AuthorizationLevel.FUNCTION"
|
|
name: "FUNCTION"
|
|
nameWithType: "AuthorizationLevel.FUNCTION"
|
|
summary: "A function-specific API key is required."
|
|
desc: "A function-specific API key is required. This is the default value if none is provided."
|
|
methods:
|
|
- uid: "com.microsoft.azure.functions.annotation.AuthorizationLevel.valueOf(java.lang.String)"
|
|
fullName: "com.microsoft.azure.functions.annotation.AuthorizationLevel.valueOf(String name)"
|
|
name: "valueOf(String name)"
|
|
nameWithType: "AuthorizationLevel.valueOf(String name)"
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- name: "name"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static AuthorizationLevel valueOf(String name)"
|
|
returns:
|
|
type: "<xref href=\"com.microsoft.azure.functions.annotation.AuthorizationLevel?alt=com.microsoft.azure.functions.annotation.AuthorizationLevel&text=AuthorizationLevel\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.functions.annotation.AuthorizationLevel.values()"
|
|
fullName: "com.microsoft.azure.functions.annotation.AuthorizationLevel.values()"
|
|
name: "values()"
|
|
nameWithType: "AuthorizationLevel.values()"
|
|
modifiers:
|
|
- "static"
|
|
syntax: "public static AuthorizationLevel[] values()"
|
|
returns:
|
|
type: "<xref href=\"com.microsoft.azure.functions.annotation.AuthorizationLevel?alt=com.microsoft.azure.functions.annotation.AuthorizationLevel&text=AuthorizationLevel\" data-throw-if-not-resolved=\"False\" />[]"
|
|
desc: "Azure HTTP authorization level, Determines what keys, if any, need to be present on the request in order to invoke the function."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.functions.annotation"
|
|
artifact: com.microsoft.azure.functions:azure-functions-java-library:1.3.1
|