public static enum ReturnRequestIdHeaderPolicy.Option extends Enum<ReturnRequestIdHeaderPolicy.Option>
| Enum Constant and Description |
|---|
COPY_CLIENT_REQUEST_ID
Fill-in the client-request-id from request headers.
|
NONE
Default.
|
| Modifier and Type | Method and Description |
|---|---|
static ReturnRequestIdHeaderPolicy.Option |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReturnRequestIdHeaderPolicy.Option[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReturnRequestIdHeaderPolicy.Option NONE
public static final ReturnRequestIdHeaderPolicy.Option COPY_CLIENT_REQUEST_ID
public static ReturnRequestIdHeaderPolicy.Option[] values()
public static ReturnRequestIdHeaderPolicy.Option 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 nullCopyright © 2021 Microsoft Corporation. All rights reserved.