java.lang.Object
com.azure.core.util.ExpandableStringEnum<RuleType>
com.azure.resourcemanager.storage.models.RuleType

public final class RuleType extends com.azure.core.util.ExpandableStringEnum<RuleType>
The valid value is Lifecycle.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final RuleType
    Static value Lifecycle for RuleType.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
    Use the fromString(String) factory method.
  • Method Summary

    Modifier and Type
    Method
    Description
    static RuleType
    Creates or finds a RuleType from its string representation.
    Gets known RuleType values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • LIFECYCLE

      public static final RuleType LIFECYCLE
      Static value Lifecycle for RuleType.
  • Constructor Details

  • Method Details

    • fromString

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

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