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>
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, hashCode, toString, values
-
Field Details
-
INVENTORY
Static value Inventory for InventoryRuleType.
-
-
Constructor Details
-
InventoryRuleType
public InventoryRuleType()
-
-
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.
-