public final class InventoryRuleType extends com.azure.core.util.ExpandableStringEnum<InventoryRuleType>
| Modifier and Type | Field and Description |
|---|---|
static InventoryRuleType |
INVENTORY
Static value Inventory for InventoryRuleType.
|
| Constructor and Description |
|---|
InventoryRuleType() |
| Modifier and Type | Method and Description |
|---|---|
static InventoryRuleType |
fromString(String name)
Creates or finds a InventoryRuleType from its string representation.
|
static Collection<InventoryRuleType> |
values() |
public static final InventoryRuleType INVENTORY
public static InventoryRuleType fromString(String name)
name - a name to look for.public static Collection<InventoryRuleType> values()
Copyright © 2021 Microsoft Corporation. All rights reserved.