ServerConnectionType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. sql. models. ServerConnectionType
- com.
- com.
public final class ServerConnectionType
extends ExpandableStringEnum<ServerConnectionType>
The server connection type.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Server |
DEFAULT
Static value Default for Server |
static final
Server |
PROXY
Static value Proxy for Server |
static final
Server |
REDIRECT
Static value Redirect for Server |
Constructor Summary
Constructor | Description |
---|---|
ServerConnectionType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Server |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Server |
fromString(String name)
Creates or finds a Server |
static
Collection<Server |
values()
Gets known Server |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DEFAULT
public static final ServerConnectionType DEFAULT
Static value Default for ServerConnectionType.
PROXY
public static final ServerConnectionType PROXY
Static value Proxy for ServerConnectionType.
REDIRECT
public static final ServerConnectionType REDIRECT
Static value Redirect for ServerConnectionType.
Constructor Details
ServerConnectionType
@Deprecated
public ServerConnectionType()
Deprecated
Creates a new instance of ServerConnectionType value.
Method Details
fromString
public static ServerConnectionType fromString(String name)
Creates or finds a ServerConnectionType from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known ServerConnectionType values.
Returns:
Applies to
Azure SDK for Java