Class IpAllocationMethod


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

      • STATIC

        public static final IpAllocationMethod STATIC
        Static value Static for IpAllocationMethod.
      • DYNAMIC

        public static final IpAllocationMethod DYNAMIC
        Static value Dynamic for IpAllocationMethod.
    • Constructor Detail

      • IpAllocationMethod

        public IpAllocationMethod()
    • Method Detail

      • fromString

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