Class ContainerGroupIpAddressType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ContainerGroupIpAddressType>
com.azure.resourcemanager.containerinstance.models.ContainerGroupIpAddressType

public final class ContainerGroupIpAddressType extends com.azure.core.util.ExpandableStringEnum<ContainerGroupIpAddressType>
Specifies if the IP is exposed to the public internet or private VNET.
  • Field Details

  • Constructor Details

    • ContainerGroupIpAddressType

      @Deprecated public ContainerGroupIpAddressType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of ContainerGroupIpAddressType value.
  • Method Details

    • fromString

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

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