Class VirtualWanVpnProfileParameters
java.lang.Object
com.microsoft.azure.management.network.VirtualWanVpnProfileParameters
Virtual Wan Vpn profile parameters Vpn profile generation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet vPN client authentication method.Get vpnServerConfiguration partial resource uri with which VirtualWan is associated to.withAuthenticationMethod
(AuthenticationMethod authenticationMethod) Set vPN client authentication method.withVpnServerConfigurationResourceId
(String vpnServerConfigurationResourceId) Set vpnServerConfiguration partial resource uri with which VirtualWan is associated to.
-
Constructor Details
-
VirtualWanVpnProfileParameters
public VirtualWanVpnProfileParameters()
-
-
Method Details
-
vpnServerConfigurationResourceId
Get vpnServerConfiguration partial resource uri with which VirtualWan is associated to.- Returns:
- the vpnServerConfigurationResourceId value
-
withVpnServerConfigurationResourceId
public VirtualWanVpnProfileParameters withVpnServerConfigurationResourceId(String vpnServerConfigurationResourceId) Set vpnServerConfiguration partial resource uri with which VirtualWan is associated to.- Parameters:
vpnServerConfigurationResourceId
- the vpnServerConfigurationResourceId value to set- Returns:
- the VirtualWanVpnProfileParameters object itself.
-
authenticationMethod
Get vPN client authentication method. Possible values include: 'EAPTLS', 'EAPMSCHAPv2'.- Returns:
- the authenticationMethod value
-
withAuthenticationMethod
public VirtualWanVpnProfileParameters withAuthenticationMethod(AuthenticationMethod authenticationMethod) Set vPN client authentication method. Possible values include: 'EAPTLS', 'EAPMSCHAPv2'.- Parameters:
authenticationMethod
- the authenticationMethod value to set- Returns:
- the VirtualWanVpnProfileParameters object itself.
-