public class P2SVpnProfileParameters extends Object
| Constructor and Description |
|---|
P2SVpnProfileParameters() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationMethod |
authenticationMethod()
Get vPN client authentication method.
|
P2SVpnProfileParameters |
withAuthenticationMethod(AuthenticationMethod authenticationMethod)
Set vPN client authentication method.
|
public AuthenticationMethod authenticationMethod()
public P2SVpnProfileParameters withAuthenticationMethod(AuthenticationMethod authenticationMethod)
authenticationMethod - the authenticationMethod value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/