Uses of Class
odata.msgraph.client.beta.complex.Windows10VpnProxyServer
-
Packages that use Windows10VpnProxyServer Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of Windows10VpnProxyServer in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return Windows10VpnProxyServer Modifier and Type Method Description Windows10VpnProxyServerWindows10VpnProxyServer.Builder. build()Windows10VpnProxyServerWindows10VpnProxyServer. withBypassProxyServerForLocalAddress(Boolean bypassProxyServerForLocalAddress)Returns an immutable copy ofthiswith just thebypassProxyServerForLocalAddressfield changed.Windows10VpnProxyServerWindows10VpnProxyServer. withUnmappedField(String name, String value) -
Uses of Windows10VpnProxyServer in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as Windows10VpnProxyServer Modifier and Type Field Description protected Windows10VpnProxyServerWindows10VpnConfiguration. proxyServerMethods in odata.msgraph.client.beta.entity that return types with arguments of type Windows10VpnProxyServer Modifier and Type Method Description Optional<Windows10VpnProxyServer>Windows10VpnConfiguration. getProxyServer()“Proxy Server.”Methods in odata.msgraph.client.beta.entity with parameters of type Windows10VpnProxyServer Modifier and Type Method Description Windows10VpnConfiguration.BuilderWindows10VpnConfiguration.Builder. proxyServer(Windows10VpnProxyServer proxyServer)“Proxy Server.”Windows10VpnConfigurationWindows10VpnConfiguration. withProxyServer(Windows10VpnProxyServer proxyServer)Returns an immutable copy ofthiswith just theproxyServerfield changed.
-