Class OperationName

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

public final class OperationName extends com.azure.core.util.ExpandableStringEnum<OperationName>
OperationName

Operation to be performed on the given vm resource id.

  • Field Details

    • ADD

      public static final OperationName ADD
      Static value Add for OperationName.
    • DELETE

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

    • OperationName

      public OperationName()
  • 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.