Class IpAllocationType


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

      • UNDEFINED

        public static final IpAllocationType UNDEFINED
        Static value Undefined for IpAllocationType.
      • HYPERNET

        public static final IpAllocationType HYPERNET
        Static value Hypernet for IpAllocationType.
    • Constructor Detail

      • IpAllocationType

        public IpAllocationType()
    • Method Detail

      • fromString

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