Class OperationType


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

      • CREATE

        public static final OperationType CREATE
        Static value Create for OperationType.
      • REPLACE

        public static final OperationType REPLACE
        Static value Replace for OperationType.
      • DELETE

        public static final OperationType DELETE
        Static value Delete for OperationType.
      • SYSTEM_OPERATION

        public static final OperationType SYSTEM_OPERATION
        Static value SystemOperation for OperationType.
    • Constructor Detail

      • OperationType

        public OperationType()
    • Method Detail

      • fromString

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