Class ServerWorkspaceFeature

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ServerWorkspaceFeature>
com.azure.resourcemanager.sql.models.ServerWorkspaceFeature
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class ServerWorkspaceFeature extends com.azure.core.util.ExpandableStringEnum<ServerWorkspaceFeature>
Whether or not existing server has a workspace created and if it allows connection from workspace.
  • Field Details

    • CONNECTED

      public static final ServerWorkspaceFeature CONNECTED
      Static value Connected for ServerWorkspaceFeature.
    • DISCONNECTED

      public static final ServerWorkspaceFeature DISCONNECTED
      Static value Disconnected for ServerWorkspaceFeature.
  • Constructor Details

    • ServerWorkspaceFeature

      @Deprecated public ServerWorkspaceFeature()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of ServerWorkspaceFeature value.
  • Method Details

    • fromString

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

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