Class ConnectionType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ConnectionType>
com.azure.resourcemanager.security.models.ConnectionType

public final class ConnectionType extends com.azure.core.util.ExpandableStringEnum<ConnectionType>
Defines values for ConnectionType.
  • Field Details

    • INTERNAL

      public static final ConnectionType INTERNAL
      Static value Internal for ConnectionType.
    • EXTERNAL

      public static final ConnectionType EXTERNAL
      Static value External for ConnectionType.
  • Constructor Details

    • ConnectionType

      public ConnectionType()
  • Method Details

    • fromString

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

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