Class PublicIpType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<PublicIpType>
com.azure.resourcemanager.kusto.models.PublicIpType

public final class PublicIpType extends com.azure.core.util.ExpandableStringEnum<PublicIpType>
Indicates what public IP type to create - IPv4 (default), or DualStack (both IPv4 and IPv6).
  • Field Details

    • 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 Details

    • PublicIpType

      public PublicIpType()
  • Method Details

    • 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.
    • values

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