Class P2SVpnProfileParameters

java.lang.Object
com.microsoft.azure.management.network.P2SVpnProfileParameters

public class P2SVpnProfileParameters extends Object
Vpn Client Parameters for package generation.
  • Constructor Details

    • P2SVpnProfileParameters

      public P2SVpnProfileParameters()
  • Method Details

    • authenticationMethod

      public AuthenticationMethod authenticationMethod()
      Get vPN client authentication method. Possible values include: 'EAPTLS', 'EAPMSCHAPv2'.
      Returns:
      the authenticationMethod value
    • withAuthenticationMethod

      public P2SVpnProfileParameters withAuthenticationMethod(AuthenticationMethod authenticationMethod)
      Set vPN client authentication method. Possible values include: 'EAPTLS', 'EAPMSCHAPv2'.
      Parameters:
      authenticationMethod - the authenticationMethod value to set
      Returns:
      the P2SVpnProfileParameters object itself.