Class InventoryRuleType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<InventoryRuleType>
com.azure.resourcemanager.storage.models.InventoryRuleType
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class InventoryRuleType extends com.azure.core.util.ExpandableStringEnum<InventoryRuleType>
The valid value is Inventory.
  • Field Details

    • INVENTORY

      public static final InventoryRuleType INVENTORY
      Static value Inventory for InventoryRuleType.
  • Constructor Details

    • InventoryRuleType

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

    • fromString

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

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