public class VirtualWanVpnProfileParameters extends Object
| Constructor and Description |
|---|
VirtualWanVpnProfileParameters() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationMethod |
authenticationMethod()
Get vPN client authentication method.
|
String |
vpnServerConfigurationResourceId()
Get vpnServerConfiguration partial resource uri with which VirtualWan is associated to.
|
VirtualWanVpnProfileParameters |
withAuthenticationMethod(AuthenticationMethod authenticationMethod)
Set vPN client authentication method.
|
VirtualWanVpnProfileParameters |
withVpnServerConfigurationResourceId(String vpnServerConfigurationResourceId)
Set vpnServerConfiguration partial resource uri with which VirtualWan is associated to.
|
public String vpnServerConfigurationResourceId()
public VirtualWanVpnProfileParameters withVpnServerConfigurationResourceId(String vpnServerConfigurationResourceId)
vpnServerConfigurationResourceId - the vpnServerConfigurationResourceId value to setpublic AuthenticationMethod authenticationMethod()
public VirtualWanVpnProfileParameters 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.
*/