Uses of Class
odata.msgraph.client.beta.enums.VpnOnDemandRuleConnectionAction
-
Packages that use VpnOnDemandRuleConnectionAction Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of VpnOnDemandRuleConnectionAction in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as VpnOnDemandRuleConnectionAction Modifier and Type Field Description protected VpnOnDemandRuleConnectionActionVpnOnDemandRule. actionMethods in odata.msgraph.client.beta.complex that return types with arguments of type VpnOnDemandRuleConnectionAction Modifier and Type Method Description Optional<VpnOnDemandRuleConnectionAction>VpnOnDemandRule. getAction()“Action.”Methods in odata.msgraph.client.beta.complex with parameters of type VpnOnDemandRuleConnectionAction Modifier and Type Method Description VpnOnDemandRule.BuilderVpnOnDemandRule.Builder. action(VpnOnDemandRuleConnectionAction action)“Action.”VpnOnDemandRuleVpnOnDemandRule. withAction(VpnOnDemandRuleConnectionAction action)Returns an immutable copy ofthiswith just theactionfield changed. -
Uses of VpnOnDemandRuleConnectionAction in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return VpnOnDemandRuleConnectionAction Modifier and Type Method Description static VpnOnDemandRuleConnectionActionVpnOnDemandRuleConnectionAction. valueOf(String name)Returns the enum constant of this type with the specified name.static VpnOnDemandRuleConnectionAction[]VpnOnDemandRuleConnectionAction. values()Returns an array containing the constants of this enum type, in the order they are declared.
-