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 Details

    • DEFAULT

      public static final ServerConnectionType DEFAULT
      Static value Default for ServerConnectionType.
    • REDIRECT

      public static final ServerConnectionType REDIRECT
      Static value Redirect for ServerConnectionType.
    • PROXY

      public static final ServerConnectionType PROXY
      Static value Proxy for ServerConnectionType.
  • Constructor Details

    • ServerConnectionType

      public ServerConnectionType()
  • Method Details

    • fromString

      public static ServerConnectionType fromString(String name)
      Creates or finds a ServerConnectionType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding ServerConnectionType.
    • values

      public static Collection<ServerConnectionType> values()
      Gets known ServerConnectionType values.
      Returns:
      known ServerConnectionType values.