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

public final class OperationName extends com.azure.core.util.ExpandableStringEnum<OperationName>
Name of the last operation.
  • Field Details

    • CREATE

      public static final OperationName CREATE
      Static value Create for OperationName.
    • START

      public static final OperationName START
      Static value Start for OperationName.
    • STOP

      public static final OperationName STOP
      Static value Stop for OperationName.
    • RESTART

      public static final OperationName RESTART
      Static value Restart for OperationName.
    • REIMAGE

      public static final OperationName REIMAGE
      Static value Reimage for OperationName.
    • DELETE

      public static final OperationName DELETE
      Static value Delete for OperationName.
  • Constructor Details

    • OperationName

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

    • fromString

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

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