| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Class and Description |
|---|---|
class |
Windows10VpnConfiguration
“By providing the configurations in this profile you can instruct the Windows 10
device (desktop or mobile) to connect to desired VPN endpoint.
|
class |
Windows81VpnConfiguration
“By providing the configurations in this profile you can instruct the Windows 8.1
(and later) devices to connect to desired VPN endpoint.
|
class |
WindowsPhone81VpnConfiguration
“By providing the configurations in this profile you can instruct the Windows
Phone 8.1 to connect to desired VPN endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
WindowsVpnConfiguration |
WindowsVpnConfiguration.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
WindowsVpnConfiguration |
WindowsVpnConfiguration.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
WindowsVpnConfiguration |
WindowsVpnConfiguration.withConnectionName(String connectionName)
Returns an immutable copy of
this with just the connectionName
field changed. |
WindowsVpnConfiguration |
WindowsVpnConfiguration.withCustomXml(byte[] customXml)
Returns an immutable copy of
this with just the customXml field
changed. |
Copyright © 2018–2020. All rights reserved.