Uses of Class
odata.msgraph.client.beta.entity.WindowsVpnConfiguration
-
Packages that use WindowsVpnConfiguration Package Description odata.msgraph.client.beta.entity -
-
Uses of WindowsVpnConfiguration in odata.msgraph.client.beta.entity
Subclasses of WindowsVpnConfiguration in odata.msgraph.client.beta.entity Modifier and Type Class Description classWindows10VpnConfiguration“By providing the configurations in this profile you can instruct the Windows 10 device (desktop or mobile) to connect to desired VPN endpoint.classWindows81VpnConfiguration“By providing the configurations in this profile you can instruct the Windows 8.1 (and later) devices to connect to desired VPN endpoint.classWindowsPhone81VpnConfiguration“By providing the configurations in this profile you can instruct the Windows Phone 8.1 to connect to desired VPN endpoint.Methods in odata.msgraph.client.beta.entity that return WindowsVpnConfiguration Modifier and Type Method Description WindowsVpnConfigurationWindowsVpnConfiguration. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.WindowsVpnConfigurationWindowsVpnConfiguration. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).WindowsVpnConfigurationWindowsVpnConfiguration. withConnectionName(String connectionName)Returns an immutable copy ofthiswith just theconnectionNamefield changed.WindowsVpnConfigurationWindowsVpnConfiguration. withCustomXml(byte[] customXml)Returns an immutable copy ofthiswith just thecustomXmlfield changed.WindowsVpnConfigurationWindowsVpnConfiguration. withServers(List<VpnServer> servers)Returns an immutable copy ofthiswith just theserversfield changed.WindowsVpnConfigurationWindowsVpnConfiguration. withUnmappedField(String name, String value)
-