- getAttributes() - Method in interface com.microsoft.azure.functions.TraceContext
-
Returns the attributes which correspond to the tags.
- getBody() - Method in interface com.microsoft.azure.functions.HttpRequestMessage
-
Returns any body content that was included with this HTTP request.
- getBody() - Method in interface com.microsoft.azure.functions.HttpResponseMessage
-
Returns the body of the HTTP response.
- getFunctionName() - Method in interface com.microsoft.azure.functions.ExecutionContext
-
Returns the function name.
- getHeader(String) - Method in interface com.microsoft.azure.functions.HttpResponseMessage
-
Returns a header value for the given key.
- getHeaders() - Method in interface com.microsoft.azure.functions.HttpRequestMessage
-
Returns a map of headers that were contained within this HTTP request.
- getHttpMethod() - Method in interface com.microsoft.azure.functions.HttpRequestMessage
-
Returns the HTTP method name as Enum
- getInvocationId() - Method in interface com.microsoft.azure.functions.ExecutionContext
-
Returns the invocation ID for the function call.
- getLogger() - Method in interface com.microsoft.azure.functions.ExecutionContext
-
Returns the built-in logger, which is integrated with the logging functionality provided in the Azure Functions
portal, as well as in Azure Application Insights.
- getQueryParameters() - Method in interface com.microsoft.azure.functions.HttpRequestMessage
-
Returns a map of query parameters that were included with this HTTP request.
- getStatus() - Method in interface com.microsoft.azure.functions.HttpResponseMessage
-
Returns the HTTP status code set on the HttpResponseMessage instance.
- getStatusCode() - Method in interface com.microsoft.azure.functions.HttpResponseMessage
-
Returns the HTTP status code set on the HttpResponseMessage instance.
- getTraceContext() - Method in interface com.microsoft.azure.functions.ExecutionContext
-
Returns the trace context.
- getTraceparent() - Method in interface com.microsoft.azure.functions.TraceContext
-
Returns the TraceparentString from the Activity.
- getTracestate() - Method in interface com.microsoft.azure.functions.TraceContext
-
Returns the Tracestate which is Activity.Current?.Id from host.
- getUri() - Method in interface com.microsoft.azure.functions.HttpRequestMessage
-
Returns the URI that was called that resulted in this HTTP request being submitted.
- getValue() - Method in enum com.microsoft.azure.functions.BrokerAuthenticationMode
-
- getValue() - Method in interface com.microsoft.azure.functions.OutputBinding
-
Get the value to be passed to the output binding.
- value(String) - Static method in enum com.microsoft.azure.functions.HttpMethod
-
Converts passed value to upper case to extract valueOf() of this Enum.
- value() - Method in enum com.microsoft.azure.functions.HttpStatus
-
Returns the code of this HTTPStatus enum.
- value() - Method in interface com.microsoft.azure.functions.HttpStatusType
-
- valueOf(String) - Static method in enum com.microsoft.azure.functions.annotation.AccessRights
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microsoft.azure.functions.annotation.AuthorizationLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microsoft.azure.functions.annotation.Cardinality
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microsoft.azure.functions.BrokerAuthenticationMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microsoft.azure.functions.BrokerProtocol
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microsoft.azure.functions.HttpMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microsoft.azure.functions.HttpStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.microsoft.azure.functions.HttpStatus
-
Maps an int code to a standard HTTP status code.
- values() - Static method in enum com.microsoft.azure.functions.annotation.AccessRights
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microsoft.azure.functions.annotation.AuthorizationLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microsoft.azure.functions.annotation.Cardinality
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microsoft.azure.functions.BrokerAuthenticationMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microsoft.azure.functions.BrokerProtocol
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microsoft.azure.functions.HttpMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microsoft.azure.functions.HttpStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.