public enum RequestTracingConstants extends Enum<RequestTracingConstants>
| Enum Constant and Description |
|---|
AZURE_FUNCTIONS_ENVIRONMENT_VARIABLE |
AZURE_WEB_APP_ENVIRONMENT_VARIABLE |
CORRELATION_CONTEXT_HEADER |
HOST_TYPE_KEY |
KUBERNETES_ENVIRONMENT_VARIABLE |
REQUEST_TRACING_DISABLED_ENVIRONMENT_VARIABLE |
REQUEST_TYPE_KEY |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static RequestTracingConstants |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestTracingConstants[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RequestTracingConstants REQUEST_TRACING_DISABLED_ENVIRONMENT_VARIABLE
public static final RequestTracingConstants AZURE_FUNCTIONS_ENVIRONMENT_VARIABLE
public static final RequestTracingConstants AZURE_WEB_APP_ENVIRONMENT_VARIABLE
public static final RequestTracingConstants KUBERNETES_ENVIRONMENT_VARIABLE
public static final RequestTracingConstants REQUEST_TYPE_KEY
public static final RequestTracingConstants HOST_TYPE_KEY
public static final RequestTracingConstants CORRELATION_CONTEXT_HEADER
public static RequestTracingConstants[] values()
for (RequestTracingConstants c : RequestTracingConstants.values()) System.out.println(c);
public static RequestTracingConstants valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<RequestTracingConstants>Copyright © 2020 Microsoft. All rights reserved.