public final class P2SVpnProfileParameters extends Object
| Constructor and Description |
|---|
P2SVpnProfileParameters() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationMethod |
authenticationMethod()
Get the authenticationMethod property: VPN client authentication method.
|
void |
validate()
Validates the instance.
|
P2SVpnProfileParameters |
withAuthenticationMethod(AuthenticationMethod authenticationMethod)
Set the authenticationMethod property: VPN client authentication method.
|
public AuthenticationMethod authenticationMethod()
public P2SVpnProfileParameters withAuthenticationMethod(AuthenticationMethod authenticationMethod)
authenticationMethod - the authenticationMethod value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.