Class InventoryType


  • public final class InventoryType
    extends com.azure.core.util.ExpandableStringEnum<InventoryType>
    Defines values for InventoryType.
    • Field Detail

      • CLOUD

        public static final InventoryType CLOUD
        Static value Cloud for InventoryType.
      • VIRTUAL_NETWORK

        public static final InventoryType VIRTUAL_NETWORK
        Static value VirtualNetwork for InventoryType.
      • VIRTUAL_MACHINE_TEMPLATE

        public static final InventoryType VIRTUAL_MACHINE_TEMPLATE
        Static value VirtualMachineTemplate for InventoryType.
      • VIRTUAL_MACHINE

        public static final InventoryType VIRTUAL_MACHINE
        Static value VirtualMachine for InventoryType.
    • Constructor Detail

      • InventoryType

        public InventoryType()
    • Method Detail

      • fromString

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

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