Enum CloneAbilityResult

java.lang.Object
java.lang.Enum<CloneAbilityResult>
com.azure.resourcemanager.appservice.models.CloneAbilityResult
All Implemented Interfaces:
Serializable, Comparable<CloneAbilityResult>, java.lang.constant.Constable

public enum CloneAbilityResult extends Enum<CloneAbilityResult>
Defines values for CloneAbilityResult.
  • Enum Constant Details

    • CLONEABLE

      public static final CloneAbilityResult CLONEABLE
      Enum value Cloneable.
    • PARTIALLY_CLONEABLE

      public static final CloneAbilityResult PARTIALLY_CLONEABLE
      Enum value PartiallyCloneable.
    • NOT_CLONEABLE

      public static final CloneAbilityResult NOT_CLONEABLE
      Enum value NotCloneable.
  • Method Details

    • values

      public static CloneAbilityResult[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static CloneAbilityResult valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • fromString

      public static CloneAbilityResult fromString(String value)
      Parses a serialized value to a CloneAbilityResult instance.
      Parameters:
      value - the serialized value to parse.
      Returns:
      the parsed CloneAbilityResult object, or null if unable to parse.
    • toString

      public String toString()
      Overrides:
      toString in class Enum<CloneAbilityResult>