public final class VirtualWanVpnProfileParameters extends Object
| Constructor and Description |
|---|
VirtualWanVpnProfileParameters() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationMethod |
authenticationMethod()
Get the authenticationMethod property: VPN client authentication method.
|
void |
validate()
Validates the instance.
|
String |
vpnServerConfigurationResourceId()
Get the vpnServerConfigurationResourceId property: VpnServerConfiguration partial resource uri with which
VirtualWan is associated to.
|
VirtualWanVpnProfileParameters |
withAuthenticationMethod(AuthenticationMethod authenticationMethod)
Set the authenticationMethod property: VPN client authentication method.
|
VirtualWanVpnProfileParameters |
withVpnServerConfigurationResourceId(String vpnServerConfigurationResourceId)
Set the vpnServerConfigurationResourceId property: VpnServerConfiguration partial resource uri with which
VirtualWan is associated to.
|
public String vpnServerConfigurationResourceId()
public VirtualWanVpnProfileParameters withVpnServerConfigurationResourceId(String vpnServerConfigurationResourceId)
vpnServerConfigurationResourceId - the vpnServerConfigurationResourceId value to set.public AuthenticationMethod authenticationMethod()
public VirtualWanVpnProfileParameters withAuthenticationMethod(AuthenticationMethod authenticationMethod)
authenticationMethod - the authenticationMethod value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.