Uses of Class
odata.msgraph.client.beta.complex.VpnDnsRule
-
Packages that use VpnDnsRule Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of VpnDnsRule in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return VpnDnsRule Modifier and Type Method Description VpnDnsRuleVpnDnsRule.Builder. build()VpnDnsRuleVpnDnsRule. withAutoTrigger(Boolean autoTrigger)Returns an immutable copy ofthiswith just theautoTriggerfield changed.VpnDnsRuleVpnDnsRule. withName(String name)Returns an immutable copy ofthiswith just thenamefield changed.VpnDnsRuleVpnDnsRule. withPersistent(Boolean persistent)Returns an immutable copy ofthiswith just thepersistentfield changed.VpnDnsRuleVpnDnsRule. withProxyServerUri(String proxyServerUri)Returns an immutable copy ofthiswith just theproxyServerUrifield changed.VpnDnsRuleVpnDnsRule. withUnmappedField(String name, String value) -
Uses of VpnDnsRule in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type VpnDnsRule Modifier and Type Field Description protected List<VpnDnsRule>Windows10VpnConfiguration. dnsRulesMethods in odata.msgraph.client.beta.entity that return types with arguments of type VpnDnsRule Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<VpnDnsRule>Windows10VpnConfiguration. getDnsRules()“DNS rules.com.github.davidmoten.odata.client.CollectionPage<VpnDnsRule>Windows10VpnConfiguration. getDnsRules(com.github.davidmoten.odata.client.HttpRequestOptions options)“DNS rules.Methods in odata.msgraph.client.beta.entity with parameters of type VpnDnsRule Modifier and Type Method Description Windows10VpnConfiguration.BuilderWindows10VpnConfiguration.Builder. dnsRules(VpnDnsRule... dnsRules)“DNS rules.Method parameters in odata.msgraph.client.beta.entity with type arguments of type VpnDnsRule Modifier and Type Method Description Windows10VpnConfiguration.BuilderWindows10VpnConfiguration.Builder. dnsRules(List<VpnDnsRule> dnsRules)“DNS rules.Windows10VpnConfigurationWindows10VpnConfiguration. withDnsRules(List<VpnDnsRule> dnsRules)Returns an immutable copy ofthiswith just thednsRulesfield changed.
-