Class PublicIpType


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

      • IPV4

        public static final PublicIpType IPV4
        Static value IPv4 for PublicIpType.
      • DUAL_STACK

        public static final PublicIpType DUAL_STACK
        Static value DualStack for PublicIpType.
    • Constructor Detail

      • PublicIpType

        public PublicIpType()
    • Method Detail

      • fromString

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