Class VirtualNetworkType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<VirtualNetworkType>
com.azure.resourcemanager.apimanagement.models.VirtualNetworkType
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class VirtualNetworkType extends com.azure.core.util.ExpandableStringEnum<VirtualNetworkType>
The type of VPN in which API Management gateway needs to be configured in.
  • Field Details

    • NONE

      public static final VirtualNetworkType NONE
      Static value None for VirtualNetworkType.
    • EXTERNAL

      public static final VirtualNetworkType EXTERNAL
      Static value External for VirtualNetworkType.
    • INTERNAL

      public static final VirtualNetworkType INTERNAL
      Static value Internal for VirtualNetworkType.
  • Constructor Details

    • VirtualNetworkType

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

    • fromString

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

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