Class InventoryRuleType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<InventoryRuleType>
-
- com.azure.resourcemanager.storage.models.InventoryRuleType
-
public final class InventoryRuleType extends com.azure.core.util.ExpandableStringEnum<InventoryRuleType>
Defines values for InventoryRuleType.
-
-
Field Summary
Fields Modifier and Type Field Description static InventoryRuleTypeINVENTORYStatic value Inventory for InventoryRuleType.
-
Constructor Summary
Constructors Constructor Description InventoryRuleType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static InventoryRuleTypefromString(String name)Creates or finds a InventoryRuleType from its string representation.static Collection<InventoryRuleType>values()
-
-
-
Field Detail
-
INVENTORY
public static final InventoryRuleType INVENTORY
Static value Inventory for InventoryRuleType.
-
-
Method Detail
-
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()
- Returns:
- known InventoryRuleType values.
-
-