java.lang.Object
com.azure.core.util.ExpandableStringEnum<ValueFormat>
com.azure.resourcemanager.machinelearning.models.ValueFormat

public final class ValueFormat extends com.azure.core.util.ExpandableStringEnum<ValueFormat>
format for the workspace connection value.
  • Field Details

    • JSON

      public static final ValueFormat JSON
      Static value JSON for ValueFormat.
  • Constructor Details

    • ValueFormat

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

    • fromString

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

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