public enum ForwardProxyConvention extends Enum<ForwardProxyConvention>
| Enum Constant and Description |
|---|
CUSTOM
Enum value Custom.
|
NO_PROXY
Enum value NoProxy.
|
STANDARD
Enum value Standard.
|
| Modifier and Type | Method and Description |
|---|---|
static ForwardProxyConvention |
fromString(String value)
Parses a serialized value to a ForwardProxyConvention instance.
|
String |
toString() |
static ForwardProxyConvention |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ForwardProxyConvention[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ForwardProxyConvention NO_PROXY
public static final ForwardProxyConvention STANDARD
public static final ForwardProxyConvention CUSTOM
public static ForwardProxyConvention[] values()
public static ForwardProxyConvention 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 static ForwardProxyConvention fromString(String value)
value - the serialized value to parse.public String toString()
toString in class Enum<ForwardProxyConvention>Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.