Uses of Class
odata.msgraph.client.beta.complex.VpnOnDemandRule
-
Packages that use VpnOnDemandRule Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of VpnOnDemandRule in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return VpnOnDemandRule Modifier and Type Method Description VpnOnDemandRuleVpnOnDemandRule.Builder. build()VpnOnDemandRuleVpnOnDemandRule. withAction(VpnOnDemandRuleConnectionAction action)Returns an immutable copy ofthiswith just theactionfield changed.VpnOnDemandRuleVpnOnDemandRule. withDomainAction(VpnOnDemandRuleConnectionDomainAction domainAction)Returns an immutable copy ofthiswith just thedomainActionfield changed.VpnOnDemandRuleVpnOnDemandRule. withProbeRequiredUrl(String probeRequiredUrl)Returns an immutable copy ofthiswith just theprobeRequiredUrlfield changed.VpnOnDemandRuleVpnOnDemandRule. withProbeUrl(String probeUrl)Returns an immutable copy ofthiswith just theprobeUrlfield changed.VpnOnDemandRuleVpnOnDemandRule. withUnmappedField(String name, String value) -
Uses of VpnOnDemandRule in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type VpnOnDemandRule Modifier and Type Field Description protected List<VpnOnDemandRule>AppleVpnConfiguration. onDemandRulesMethods in odata.msgraph.client.beta.entity that return types with arguments of type VpnOnDemandRule Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<VpnOnDemandRule>AppleVpnConfiguration. getOnDemandRules()“On-Demand Rules.com.github.davidmoten.odata.client.CollectionPage<VpnOnDemandRule>AppleVpnConfiguration. getOnDemandRules(com.github.davidmoten.odata.client.HttpRequestOptions options)“On-Demand Rules.Methods in odata.msgraph.client.beta.entity with parameters of type VpnOnDemandRule Modifier and Type Method Description IosikEv2VpnConfiguration.BuilderIosikEv2VpnConfiguration.Builder. onDemandRules(VpnOnDemandRule... onDemandRules)IosVpnConfiguration.BuilderIosVpnConfiguration.Builder. onDemandRules(VpnOnDemandRule... onDemandRules)MacOSVpnConfiguration.BuilderMacOSVpnConfiguration.Builder. onDemandRules(VpnOnDemandRule... onDemandRules)Method parameters in odata.msgraph.client.beta.entity with type arguments of type VpnOnDemandRule Modifier and Type Method Description IosikEv2VpnConfiguration.BuilderIosikEv2VpnConfiguration.Builder. onDemandRules(List<VpnOnDemandRule> onDemandRules)IosVpnConfiguration.BuilderIosVpnConfiguration.Builder. onDemandRules(List<VpnOnDemandRule> onDemandRules)MacOSVpnConfiguration.BuilderMacOSVpnConfiguration.Builder. onDemandRules(List<VpnOnDemandRule> onDemandRules)AppleVpnConfigurationAppleVpnConfiguration. withOnDemandRules(List<VpnOnDemandRule> onDemandRules)Returns an immutable copy ofthiswith just theonDemandRulesfield changed.
-