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 Summary
FieldsModifier and TypeFieldDescriptionstatic final InventoryRuleTypeStatic value Inventory for InventoryRuleType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic InventoryRuleTypefromString(String name) Creates or finds a InventoryRuleType from its string representation.static Collection<InventoryRuleType> values()Gets known InventoryRuleType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
INVENTORY
Static value Inventory for InventoryRuleType.
-
-
Constructor Details
-
InventoryRuleType
Deprecated.Use thefromString(String)factory method.Creates a new instance of InventoryRuleType value.
-
-
Method Details
-
fromString
Creates or finds a InventoryRuleType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding InventoryRuleType.
-
values
Gets known InventoryRuleType values.- Returns:
- known InventoryRuleType values.
-
fromString(String)factory method.