Class VpnAuthenticationType

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

public final class VpnAuthenticationType extends com.azure.core.util.ExpandableStringEnum<VpnAuthenticationType>
VPN authentication types enabled for the virtual network gateway.
  • Field Details

    • CERTIFICATE

      public static final VpnAuthenticationType CERTIFICATE
      Static value Certificate for VpnAuthenticationType.
    • RADIUS

      public static final VpnAuthenticationType RADIUS
      Static value Radius for VpnAuthenticationType.
    • AAD

      public static final VpnAuthenticationType AAD
      Static value AAD for VpnAuthenticationType.
  • Constructor Details

    • VpnAuthenticationType

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

    • fromString

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

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