Uses of Class
odata.msgraph.client.beta.enums.VpnTrafficRuleRoutingPolicyType
-
Packages that use VpnTrafficRuleRoutingPolicyType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of VpnTrafficRuleRoutingPolicyType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as VpnTrafficRuleRoutingPolicyType Modifier and Type Field Description protected VpnTrafficRuleRoutingPolicyTypeVpnTrafficRule. routingPolicyTypeMethods in odata.msgraph.client.beta.complex that return types with arguments of type VpnTrafficRuleRoutingPolicyType Modifier and Type Method Description Optional<VpnTrafficRuleRoutingPolicyType>VpnTrafficRule. getRoutingPolicyType()“When app triggered, indicates whether to enable split tunneling along this route .”Methods in odata.msgraph.client.beta.complex with parameters of type VpnTrafficRuleRoutingPolicyType Modifier and Type Method Description VpnTrafficRule.BuilderVpnTrafficRule.Builder. routingPolicyType(VpnTrafficRuleRoutingPolicyType routingPolicyType)“When app triggered, indicates whether to enable split tunneling along this route .”VpnTrafficRuleVpnTrafficRule. withRoutingPolicyType(VpnTrafficRuleRoutingPolicyType routingPolicyType)Returns an immutable copy ofthiswith just theroutingPolicyTypefield changed. -
Uses of VpnTrafficRuleRoutingPolicyType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return VpnTrafficRuleRoutingPolicyType Modifier and Type Method Description static VpnTrafficRuleRoutingPolicyTypeVpnTrafficRuleRoutingPolicyType. valueOf(String name)Returns the enum constant of this type with the specified name.static VpnTrafficRuleRoutingPolicyType[]VpnTrafficRuleRoutingPolicyType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-