Class ServerConnectionType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ServerConnectionType>
com.azure.resourcemanager.sql.models.ServerConnectionType
public final class ServerConnectionType
extends com.azure.core.util.ExpandableStringEnum<ServerConnectionType>
The server connection type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ServerConnectionTypeStatic value Default for ServerConnectionType.static final ServerConnectionTypeStatic value Proxy for ServerConnectionType.static final ServerConnectionTypeStatic value Redirect for ServerConnectionType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ServerConnectionTypefromString(String name) Creates or finds a ServerConnectionType from its string representation.static Collection<ServerConnectionType>values()Gets known ServerConnectionType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
DEFAULT
Static value Default for ServerConnectionType. -
REDIRECT
Static value Redirect for ServerConnectionType. -
PROXY
Static value Proxy for ServerConnectionType.
-
-
Constructor Details
-
ServerConnectionType
public ServerConnectionType()
-
-
Method Details
-
fromString
Creates or finds a ServerConnectionType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ServerConnectionType.
-
values
Gets known ServerConnectionType values.- Returns:
- known ServerConnectionType values.
-