| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Class and Description |
|---|---|
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 |
|---|---|
Windows81VpnConfiguration |
Windows81VpnConfiguration.Builder.build() |
Windows81VpnConfiguration |
Windows81VpnConfiguration.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
Windows81VpnConfiguration |
Windows81VpnConfiguration.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
Windows81VpnConfiguration |
Windows81VpnConfiguration.withApplyOnlyToWindows81(Boolean applyOnlyToWindows81)
Returns an immutable copy of
this with just the applyOnlyToWindows81 field changed. |
Windows81VpnConfiguration |
Windows81VpnConfiguration.withConnectionType(WindowsVpnConnectionType connectionType)
Returns an immutable copy of
this with just the connectionType
field changed. |
Windows81VpnConfiguration |
Windows81VpnConfiguration.withEnableSplitTunneling(Boolean enableSplitTunneling)
Returns an immutable copy of
this with just the enableSplitTunneling field changed. |
Windows81VpnConfiguration |
Windows81VpnConfiguration.withLoginGroupOrDomain(String loginGroupOrDomain)
Returns an immutable copy of
this with just the loginGroupOrDomain field changed. |
Windows81VpnConfiguration |
Windows81VpnConfiguration.withProxyServer(Windows81VpnProxyServer proxyServer)
Returns an immutable copy of
this with just the proxyServer
field changed. |
Copyright © 2018–2020. All rights reserved.