ServerConnectionType Enum
- java.
lang. Object - java.
lang. Enum<ServerConnectionType> - com.
microsoft. azure. management. sql. ServerConnectionType
- com.
- java.
public enum ServerConnectionType
Defines values for ServerConnectionType.
Fields
DEFAULT |
Enum value Default. |
PROXY |
Enum value Proxy. |
REDIRECT |
Enum value Redirect. |
Methods
fromString(String value)
public static ServerConnectionType fromString(String value)
Parses a serialized value to a ServerConnectionType instance.
Parameters
- value
- String
Returns
the parsed ServerConnectionType object, or null if unable to parse.
toString()
public String toString()
Returns
String
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java