azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.functio...

327 строки
18 KiB
YAML

### YamlMime:JavaEnum
uid: "com.microsoft.azure.functions.HttpStatus"
fullName: "com.microsoft.azure.functions.HttpStatus"
name: "HttpStatus"
nameWithType: "HttpStatus"
summary: "Enum to represent HTTP Status codes."
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\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Enum?alt=java.lang.Enum&text=Enum\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Enum.<T>valueOf(java.lang.Class<T>,java.lang.String)?alt=java.lang.Enum.<T>valueOf&text=<T>valueOf\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.clone()?alt=java.lang.Enum.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.compareTo(E)?alt=java.lang.Enum.compareTo&text=compareTo\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.equals(java.lang.Object)?alt=java.lang.Enum.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.finalize()?alt=java.lang.Enum.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.getDeclaringClass()?alt=java.lang.Enum.getDeclaringClass&text=getDeclaringClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.hashCode()?alt=java.lang.Enum.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.name()?alt=java.lang.Enum.name&text=name\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.ordinal()?alt=java.lang.Enum.ordinal&text=ordinal\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.toString()?alt=java.lang.Enum.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public enum **HttpStatus**</br> extends <xref href=\"java.lang.Enum?alt=java.lang.Enum&text=Enum\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.functions.HttpStatus?alt=com.microsoft.azure.functions.HttpStatus&text=HttpStatus\" data-throw-if-not-resolved=\"False\" />&gt;</br> implements <xref href=\"com.microsoft.azure.functions.HttpStatusType?alt=com.microsoft.azure.functions.HttpStatusType&text=HttpStatusType\" data-throw-if-not-resolved=\"False\" />"
fields:
- uid: "com.microsoft.azure.functions.HttpStatus.ACCEPTED"
fullName: "com.microsoft.azure.functions.HttpStatus.ACCEPTED"
name: "ACCEPTED"
nameWithType: "HttpStatus.ACCEPTED"
- uid: "com.microsoft.azure.functions.HttpStatus.ALREADY_REPORTED"
fullName: "com.microsoft.azure.functions.HttpStatus.ALREADY_REPORTED"
name: "ALREADY_REPORTED"
nameWithType: "HttpStatus.ALREADY_REPORTED"
- uid: "com.microsoft.azure.functions.HttpStatus.BAD_GATEWAY"
fullName: "com.microsoft.azure.functions.HttpStatus.BAD_GATEWAY"
name: "BAD_GATEWAY"
nameWithType: "HttpStatus.BAD_GATEWAY"
- uid: "com.microsoft.azure.functions.HttpStatus.BAD_REQUEST"
fullName: "com.microsoft.azure.functions.HttpStatus.BAD_REQUEST"
name: "BAD_REQUEST"
nameWithType: "HttpStatus.BAD_REQUEST"
- uid: "com.microsoft.azure.functions.HttpStatus.BANDWIDTH_LIMIT_EXCEEDED"
fullName: "com.microsoft.azure.functions.HttpStatus.BANDWIDTH_LIMIT_EXCEEDED"
name: "BANDWIDTH_LIMIT_EXCEEDED"
nameWithType: "HttpStatus.BANDWIDTH_LIMIT_EXCEEDED"
- uid: "com.microsoft.azure.functions.HttpStatus.CHECKPOINT"
fullName: "com.microsoft.azure.functions.HttpStatus.CHECKPOINT"
name: "CHECKPOINT"
nameWithType: "HttpStatus.CHECKPOINT"
- uid: "com.microsoft.azure.functions.HttpStatus.CONFLICT"
fullName: "com.microsoft.azure.functions.HttpStatus.CONFLICT"
name: "CONFLICT"
nameWithType: "HttpStatus.CONFLICT"
- uid: "com.microsoft.azure.functions.HttpStatus.CONTINUE"
fullName: "com.microsoft.azure.functions.HttpStatus.CONTINUE"
name: "CONTINUE"
nameWithType: "HttpStatus.CONTINUE"
- uid: "com.microsoft.azure.functions.HttpStatus.CREATED"
fullName: "com.microsoft.azure.functions.HttpStatus.CREATED"
name: "CREATED"
nameWithType: "HttpStatus.CREATED"
- uid: "com.microsoft.azure.functions.HttpStatus.EXPECTATION_FAILED"
fullName: "com.microsoft.azure.functions.HttpStatus.EXPECTATION_FAILED"
name: "EXPECTATION_FAILED"
nameWithType: "HttpStatus.EXPECTATION_FAILED"
- uid: "com.microsoft.azure.functions.HttpStatus.FAILED_DEPENDENCY"
fullName: "com.microsoft.azure.functions.HttpStatus.FAILED_DEPENDENCY"
name: "FAILED_DEPENDENCY"
nameWithType: "HttpStatus.FAILED_DEPENDENCY"
- uid: "com.microsoft.azure.functions.HttpStatus.FORBIDDEN"
fullName: "com.microsoft.azure.functions.HttpStatus.FORBIDDEN"
name: "FORBIDDEN"
nameWithType: "HttpStatus.FORBIDDEN"
- uid: "com.microsoft.azure.functions.HttpStatus.FOUND"
fullName: "com.microsoft.azure.functions.HttpStatus.FOUND"
name: "FOUND"
nameWithType: "HttpStatus.FOUND"
- uid: "com.microsoft.azure.functions.HttpStatus.GATEWAY_TIMEOUT"
fullName: "com.microsoft.azure.functions.HttpStatus.GATEWAY_TIMEOUT"
name: "GATEWAY_TIMEOUT"
nameWithType: "HttpStatus.GATEWAY_TIMEOUT"
- uid: "com.microsoft.azure.functions.HttpStatus.GONE"
fullName: "com.microsoft.azure.functions.HttpStatus.GONE"
name: "GONE"
nameWithType: "HttpStatus.GONE"
- uid: "com.microsoft.azure.functions.HttpStatus.HTTP_VERSION_NOT_SUPPORTED"
fullName: "com.microsoft.azure.functions.HttpStatus.HTTP_VERSION_NOT_SUPPORTED"
name: "HTTP_VERSION_NOT_SUPPORTED"
nameWithType: "HttpStatus.HTTP_VERSION_NOT_SUPPORTED"
- uid: "com.microsoft.azure.functions.HttpStatus.IM_USED"
fullName: "com.microsoft.azure.functions.HttpStatus.IM_USED"
name: "IM_USED"
nameWithType: "HttpStatus.IM_USED"
- uid: "com.microsoft.azure.functions.HttpStatus.INSUFFICIENT_STORAGE"
fullName: "com.microsoft.azure.functions.HttpStatus.INSUFFICIENT_STORAGE"
name: "INSUFFICIENT_STORAGE"
nameWithType: "HttpStatus.INSUFFICIENT_STORAGE"
- uid: "com.microsoft.azure.functions.HttpStatus.INTERNAL_SERVER_ERROR"
fullName: "com.microsoft.azure.functions.HttpStatus.INTERNAL_SERVER_ERROR"
name: "INTERNAL_SERVER_ERROR"
nameWithType: "HttpStatus.INTERNAL_SERVER_ERROR"
- uid: "com.microsoft.azure.functions.HttpStatus.I_AM_A_TEAPOT"
fullName: "com.microsoft.azure.functions.HttpStatus.I_AM_A_TEAPOT"
name: "I_AM_A_TEAPOT"
nameWithType: "HttpStatus.I_AM_A_TEAPOT"
- uid: "com.microsoft.azure.functions.HttpStatus.LENGTH_REQUIRED"
fullName: "com.microsoft.azure.functions.HttpStatus.LENGTH_REQUIRED"
name: "LENGTH_REQUIRED"
nameWithType: "HttpStatus.LENGTH_REQUIRED"
- uid: "com.microsoft.azure.functions.HttpStatus.LOCKED"
fullName: "com.microsoft.azure.functions.HttpStatus.LOCKED"
name: "LOCKED"
nameWithType: "HttpStatus.LOCKED"
- uid: "com.microsoft.azure.functions.HttpStatus.LOOP_DETECTED"
fullName: "com.microsoft.azure.functions.HttpStatus.LOOP_DETECTED"
name: "LOOP_DETECTED"
nameWithType: "HttpStatus.LOOP_DETECTED"
- uid: "com.microsoft.azure.functions.HttpStatus.METHOD_NOT_ALLOWED"
fullName: "com.microsoft.azure.functions.HttpStatus.METHOD_NOT_ALLOWED"
name: "METHOD_NOT_ALLOWED"
nameWithType: "HttpStatus.METHOD_NOT_ALLOWED"
- uid: "com.microsoft.azure.functions.HttpStatus.MOVED_PERMANENTLY"
fullName: "com.microsoft.azure.functions.HttpStatus.MOVED_PERMANENTLY"
name: "MOVED_PERMANENTLY"
nameWithType: "HttpStatus.MOVED_PERMANENTLY"
- uid: "com.microsoft.azure.functions.HttpStatus.MULTIPLE_CHOICES"
fullName: "com.microsoft.azure.functions.HttpStatus.MULTIPLE_CHOICES"
name: "MULTIPLE_CHOICES"
nameWithType: "HttpStatus.MULTIPLE_CHOICES"
- uid: "com.microsoft.azure.functions.HttpStatus.MULTI_STATUS"
fullName: "com.microsoft.azure.functions.HttpStatus.MULTI_STATUS"
name: "MULTI_STATUS"
nameWithType: "HttpStatus.MULTI_STATUS"
- uid: "com.microsoft.azure.functions.HttpStatus.NETWORK_AUTHENTICATION_REQUIRED"
fullName: "com.microsoft.azure.functions.HttpStatus.NETWORK_AUTHENTICATION_REQUIRED"
name: "NETWORK_AUTHENTICATION_REQUIRED"
nameWithType: "HttpStatus.NETWORK_AUTHENTICATION_REQUIRED"
- uid: "com.microsoft.azure.functions.HttpStatus.NON_AUTHORITATIVE_INFORMATION"
fullName: "com.microsoft.azure.functions.HttpStatus.NON_AUTHORITATIVE_INFORMATION"
name: "NON_AUTHORITATIVE_INFORMATION"
nameWithType: "HttpStatus.NON_AUTHORITATIVE_INFORMATION"
- uid: "com.microsoft.azure.functions.HttpStatus.NOT_ACCEPTABLE"
fullName: "com.microsoft.azure.functions.HttpStatus.NOT_ACCEPTABLE"
name: "NOT_ACCEPTABLE"
nameWithType: "HttpStatus.NOT_ACCEPTABLE"
- uid: "com.microsoft.azure.functions.HttpStatus.NOT_EXTENDED"
fullName: "com.microsoft.azure.functions.HttpStatus.NOT_EXTENDED"
name: "NOT_EXTENDED"
nameWithType: "HttpStatus.NOT_EXTENDED"
- uid: "com.microsoft.azure.functions.HttpStatus.NOT_FOUND"
fullName: "com.microsoft.azure.functions.HttpStatus.NOT_FOUND"
name: "NOT_FOUND"
nameWithType: "HttpStatus.NOT_FOUND"
- uid: "com.microsoft.azure.functions.HttpStatus.NOT_IMPLEMENTED"
fullName: "com.microsoft.azure.functions.HttpStatus.NOT_IMPLEMENTED"
name: "NOT_IMPLEMENTED"
nameWithType: "HttpStatus.NOT_IMPLEMENTED"
- uid: "com.microsoft.azure.functions.HttpStatus.NOT_MODIFIED"
fullName: "com.microsoft.azure.functions.HttpStatus.NOT_MODIFIED"
name: "NOT_MODIFIED"
nameWithType: "HttpStatus.NOT_MODIFIED"
- uid: "com.microsoft.azure.functions.HttpStatus.NO_CONTENT"
fullName: "com.microsoft.azure.functions.HttpStatus.NO_CONTENT"
name: "NO_CONTENT"
nameWithType: "HttpStatus.NO_CONTENT"
- uid: "com.microsoft.azure.functions.HttpStatus.OK"
fullName: "com.microsoft.azure.functions.HttpStatus.OK"
name: "OK"
nameWithType: "HttpStatus.OK"
- uid: "com.microsoft.azure.functions.HttpStatus.PARTIAL_CONTENT"
fullName: "com.microsoft.azure.functions.HttpStatus.PARTIAL_CONTENT"
name: "PARTIAL_CONTENT"
nameWithType: "HttpStatus.PARTIAL_CONTENT"
- uid: "com.microsoft.azure.functions.HttpStatus.PAYLOAD_TOO_LARGE"
fullName: "com.microsoft.azure.functions.HttpStatus.PAYLOAD_TOO_LARGE"
name: "PAYLOAD_TOO_LARGE"
nameWithType: "HttpStatus.PAYLOAD_TOO_LARGE"
- uid: "com.microsoft.azure.functions.HttpStatus.PAYMENT_REQUIRED"
fullName: "com.microsoft.azure.functions.HttpStatus.PAYMENT_REQUIRED"
name: "PAYMENT_REQUIRED"
nameWithType: "HttpStatus.PAYMENT_REQUIRED"
- uid: "com.microsoft.azure.functions.HttpStatus.PERMANENT_REDIRECT"
fullName: "com.microsoft.azure.functions.HttpStatus.PERMANENT_REDIRECT"
name: "PERMANENT_REDIRECT"
nameWithType: "HttpStatus.PERMANENT_REDIRECT"
- uid: "com.microsoft.azure.functions.HttpStatus.PRECONDITION_FAILED"
fullName: "com.microsoft.azure.functions.HttpStatus.PRECONDITION_FAILED"
name: "PRECONDITION_FAILED"
nameWithType: "HttpStatus.PRECONDITION_FAILED"
- uid: "com.microsoft.azure.functions.HttpStatus.PRECONDITION_REQUIRED"
fullName: "com.microsoft.azure.functions.HttpStatus.PRECONDITION_REQUIRED"
name: "PRECONDITION_REQUIRED"
nameWithType: "HttpStatus.PRECONDITION_REQUIRED"
- uid: "com.microsoft.azure.functions.HttpStatus.PROCESSING"
fullName: "com.microsoft.azure.functions.HttpStatus.PROCESSING"
name: "PROCESSING"
nameWithType: "HttpStatus.PROCESSING"
- uid: "com.microsoft.azure.functions.HttpStatus.PROXY_AUTHENTICATION_REQUIRED"
fullName: "com.microsoft.azure.functions.HttpStatus.PROXY_AUTHENTICATION_REQUIRED"
name: "PROXY_AUTHENTICATION_REQUIRED"
nameWithType: "HttpStatus.PROXY_AUTHENTICATION_REQUIRED"
- uid: "com.microsoft.azure.functions.HttpStatus.REQUESTED_RANGE_NOT_SATISFIABLE"
fullName: "com.microsoft.azure.functions.HttpStatus.REQUESTED_RANGE_NOT_SATISFIABLE"
name: "REQUESTED_RANGE_NOT_SATISFIABLE"
nameWithType: "HttpStatus.REQUESTED_RANGE_NOT_SATISFIABLE"
- uid: "com.microsoft.azure.functions.HttpStatus.REQUEST_HEADER_FIELDS_TOO_LARGE"
fullName: "com.microsoft.azure.functions.HttpStatus.REQUEST_HEADER_FIELDS_TOO_LARGE"
name: "REQUEST_HEADER_FIELDS_TOO_LARGE"
nameWithType: "HttpStatus.REQUEST_HEADER_FIELDS_TOO_LARGE"
- uid: "com.microsoft.azure.functions.HttpStatus.REQUEST_TIMEOUT"
fullName: "com.microsoft.azure.functions.HttpStatus.REQUEST_TIMEOUT"
name: "REQUEST_TIMEOUT"
nameWithType: "HttpStatus.REQUEST_TIMEOUT"
- uid: "com.microsoft.azure.functions.HttpStatus.RESET_CONTENT"
fullName: "com.microsoft.azure.functions.HttpStatus.RESET_CONTENT"
name: "RESET_CONTENT"
nameWithType: "HttpStatus.RESET_CONTENT"
- uid: "com.microsoft.azure.functions.HttpStatus.SEE_OTHER"
fullName: "com.microsoft.azure.functions.HttpStatus.SEE_OTHER"
name: "SEE_OTHER"
nameWithType: "HttpStatus.SEE_OTHER"
- uid: "com.microsoft.azure.functions.HttpStatus.SERVICE_UNAVAILABLE"
fullName: "com.microsoft.azure.functions.HttpStatus.SERVICE_UNAVAILABLE"
name: "SERVICE_UNAVAILABLE"
nameWithType: "HttpStatus.SERVICE_UNAVAILABLE"
- uid: "com.microsoft.azure.functions.HttpStatus.SWITCHING_PROTOCOLS"
fullName: "com.microsoft.azure.functions.HttpStatus.SWITCHING_PROTOCOLS"
name: "SWITCHING_PROTOCOLS"
nameWithType: "HttpStatus.SWITCHING_PROTOCOLS"
- uid: "com.microsoft.azure.functions.HttpStatus.TEMPORARY_REDIRECT"
fullName: "com.microsoft.azure.functions.HttpStatus.TEMPORARY_REDIRECT"
name: "TEMPORARY_REDIRECT"
nameWithType: "HttpStatus.TEMPORARY_REDIRECT"
- uid: "com.microsoft.azure.functions.HttpStatus.TOO_MANY_REQUESTS"
fullName: "com.microsoft.azure.functions.HttpStatus.TOO_MANY_REQUESTS"
name: "TOO_MANY_REQUESTS"
nameWithType: "HttpStatus.TOO_MANY_REQUESTS"
- uid: "com.microsoft.azure.functions.HttpStatus.UNAUTHORIZED"
fullName: "com.microsoft.azure.functions.HttpStatus.UNAUTHORIZED"
name: "UNAUTHORIZED"
nameWithType: "HttpStatus.UNAUTHORIZED"
- uid: "com.microsoft.azure.functions.HttpStatus.UNAVAILABLE_FOR_LEGAL_REASONS"
fullName: "com.microsoft.azure.functions.HttpStatus.UNAVAILABLE_FOR_LEGAL_REASONS"
name: "UNAVAILABLE_FOR_LEGAL_REASONS"
nameWithType: "HttpStatus.UNAVAILABLE_FOR_LEGAL_REASONS"
- uid: "com.microsoft.azure.functions.HttpStatus.UNPROCESSABLE_ENTITY"
fullName: "com.microsoft.azure.functions.HttpStatus.UNPROCESSABLE_ENTITY"
name: "UNPROCESSABLE_ENTITY"
nameWithType: "HttpStatus.UNPROCESSABLE_ENTITY"
- uid: "com.microsoft.azure.functions.HttpStatus.UNSUPPORTED_MEDIA_TYPE"
fullName: "com.microsoft.azure.functions.HttpStatus.UNSUPPORTED_MEDIA_TYPE"
name: "UNSUPPORTED_MEDIA_TYPE"
nameWithType: "HttpStatus.UNSUPPORTED_MEDIA_TYPE"
- uid: "com.microsoft.azure.functions.HttpStatus.UPGRADE_REQUIRED"
fullName: "com.microsoft.azure.functions.HttpStatus.UPGRADE_REQUIRED"
name: "UPGRADE_REQUIRED"
nameWithType: "HttpStatus.UPGRADE_REQUIRED"
- uid: "com.microsoft.azure.functions.HttpStatus.URI_TOO_LONG"
fullName: "com.microsoft.azure.functions.HttpStatus.URI_TOO_LONG"
name: "URI_TOO_LONG"
nameWithType: "HttpStatus.URI_TOO_LONG"
- uid: "com.microsoft.azure.functions.HttpStatus.VARIANT_ALSO_NEGOTIATES"
fullName: "com.microsoft.azure.functions.HttpStatus.VARIANT_ALSO_NEGOTIATES"
name: "VARIANT_ALSO_NEGOTIATES"
nameWithType: "HttpStatus.VARIANT_ALSO_NEGOTIATES"
methods:
- uid: "com.microsoft.azure.functions.HttpStatus.value()"
fullName: "com.microsoft.azure.functions.HttpStatus.value()"
name: "value()"
nameWithType: "HttpStatus.value()"
summary: "Returns the code of this HTTPStatus enum."
syntax: "public int value()"
desc: "Returns the code of this HTTPStatus enum."
returns:
description: "int value for this http status"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.functions.HttpStatus.valueOf(int)"
fullName: "com.microsoft.azure.functions.HttpStatus.valueOf(int value)"
name: "valueOf(int value)"
nameWithType: "HttpStatus.valueOf(int value)"
summary: "Maps an int code to a standard HTTP status code."
modifiers:
- "static"
parameters:
- description: "for http code"
name: "value"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static HttpStatus valueOf(int value)"
desc: "Maps an int code to a standard HTTP status code."
returns:
description: "HttpStatus enum"
type: "<xref href=\"com.microsoft.azure.functions.HttpStatus?alt=com.microsoft.azure.functions.HttpStatus&text=HttpStatus\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.functions.HttpStatus.valueOf(java.lang.String)"
fullName: "com.microsoft.azure.functions.HttpStatus.valueOf(String name)"
name: "valueOf(String name)"
nameWithType: "HttpStatus.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 HttpStatus valueOf(String name)"
returns:
type: "<xref href=\"com.microsoft.azure.functions.HttpStatus?alt=com.microsoft.azure.functions.HttpStatus&text=HttpStatus\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.functions.HttpStatus.values()"
fullName: "com.microsoft.azure.functions.HttpStatus.values()"
name: "values()"
nameWithType: "HttpStatus.values()"
modifiers:
- "static"
syntax: "public static HttpStatus[] values()"
returns:
type: "<xref href=\"com.microsoft.azure.functions.HttpStatus?alt=com.microsoft.azure.functions.HttpStatus&text=HttpStatus\" data-throw-if-not-resolved=\"False\" />[]"
desc: "Enum to represent HTTP Status codes. This enum lists all standard HTTP 1.1 status lines. For custom codes, please refer to <xref uid=\"com.microsoft.azure.functions.HttpStatusType.custom(int)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"HttpStatusType#custom(int)\"></xref>."
implements:
- "<xref href=\"com.microsoft.azure.functions.HttpStatusType?alt=com.microsoft.azure.functions.HttpStatusType&text=HttpStatusType\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.microsoft.azure.functions"
artifact: com.microsoft.azure.functions:azure-functions-java-library:1.3.1