Uses of Class
odata.msgraph.client.beta.complex.VpnProxyServer
-
Packages that use VpnProxyServer Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of VpnProxyServer in odata.msgraph.client.beta.complex
Subclasses of VpnProxyServer in odata.msgraph.client.beta.complex Modifier and Type Class Description classWindows10VpnProxyServer“VPN Proxy Server.”classWindows81VpnProxyServer“VPN Proxy Server.”Methods in odata.msgraph.client.beta.complex that return VpnProxyServer Modifier and Type Method Description VpnProxyServerVpnProxyServer.Builder. build()VpnProxyServerVpnProxyServer. withAddress(String address)Returns an immutable copy ofthiswith just theaddressfield changed.VpnProxyServerVpnProxyServer. withAutomaticConfigurationScriptUrl(String automaticConfigurationScriptUrl)Returns an immutable copy ofthiswith just theautomaticConfigurationScriptUrlfield changed.VpnProxyServerVpnProxyServer. withPort(Integer port)Returns an immutable copy ofthiswith just theportfield changed.VpnProxyServerVpnProxyServer. withUnmappedField(String name, String value) -
Uses of VpnProxyServer in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as VpnProxyServer Modifier and Type Field Description protected VpnProxyServerAndroidDeviceOwnerVpnConfiguration. proxyServerprotected VpnProxyServerAndroidWorkProfileVpnConfiguration. proxyServerprotected VpnProxyServerAppleVpnConfiguration. proxyServerMethods in odata.msgraph.client.beta.entity that return types with arguments of type VpnProxyServer Modifier and Type Method Description Optional<VpnProxyServer>AndroidDeviceOwnerVpnConfiguration. getProxyServer()“Proxy server.”Optional<VpnProxyServer>AndroidWorkProfileVpnConfiguration. getProxyServer()“Proxy server.”Optional<VpnProxyServer>AppleVpnConfiguration. getProxyServer()“Proxy Server.”Methods in odata.msgraph.client.beta.entity with parameters of type VpnProxyServer Modifier and Type Method Description AndroidDeviceOwnerVpnConfiguration.BuilderAndroidDeviceOwnerVpnConfiguration.Builder. proxyServer(VpnProxyServer proxyServer)“Proxy server.”AndroidWorkProfileVpnConfiguration.BuilderAndroidWorkProfileVpnConfiguration.Builder. proxyServer(VpnProxyServer proxyServer)“Proxy server.”IosikEv2VpnConfiguration.BuilderIosikEv2VpnConfiguration.Builder. proxyServer(VpnProxyServer proxyServer)IosVpnConfiguration.BuilderIosVpnConfiguration.Builder. proxyServer(VpnProxyServer proxyServer)MacOSVpnConfiguration.BuilderMacOSVpnConfiguration.Builder. proxyServer(VpnProxyServer proxyServer)AndroidDeviceOwnerVpnConfigurationAndroidDeviceOwnerVpnConfiguration. withProxyServer(VpnProxyServer proxyServer)Returns an immutable copy ofthiswith just theproxyServerfield changed.AndroidWorkProfileVpnConfigurationAndroidWorkProfileVpnConfiguration. withProxyServer(VpnProxyServer proxyServer)Returns an immutable copy ofthiswith just theproxyServerfield changed.AppleVpnConfigurationAppleVpnConfiguration. withProxyServer(VpnProxyServer proxyServer)Returns an immutable copy ofthiswith just theproxyServerfield changed.
-