Class P2SVpnProfileParameters
java.lang.Object
com.microsoft.azure.management.network.P2SVpnProfileParameters
Vpn Client Parameters for package generation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet vPN client authentication method.withAuthenticationMethod
(AuthenticationMethod authenticationMethod) Set vPN client authentication method.
-
Constructor Details
-
P2SVpnProfileParameters
public P2SVpnProfileParameters()
-
-
Method Details
-
authenticationMethod
Get vPN client authentication method. Possible values include: 'EAPTLS', 'EAPMSCHAPv2'.- Returns:
- the authenticationMethod value
-
withAuthenticationMethod
Set vPN client authentication method. Possible values include: 'EAPTLS', 'EAPMSCHAPv2'.- Parameters:
authenticationMethod
- the authenticationMethod value to set- Returns:
- the P2SVpnProfileParameters object itself.
-