Uses of Class
odata.msgraph.client.beta.enums.VpnOnDemandRuleConnectionDomainAction
-
Packages that use VpnOnDemandRuleConnectionDomainAction Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of VpnOnDemandRuleConnectionDomainAction in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as VpnOnDemandRuleConnectionDomainAction Modifier and Type Field Description protected VpnOnDemandRuleConnectionDomainActionVpnOnDemandRule. domainActionMethods in odata.msgraph.client.beta.complex that return types with arguments of type VpnOnDemandRuleConnectionDomainAction Modifier and Type Method Description Optional<VpnOnDemandRuleConnectionDomainAction>VpnOnDemandRule. getDomainAction()“Domain Action (Only applicable when Action is evaluate connection).”Methods in odata.msgraph.client.beta.complex with parameters of type VpnOnDemandRuleConnectionDomainAction Modifier and Type Method Description VpnOnDemandRule.BuilderVpnOnDemandRule.Builder. domainAction(VpnOnDemandRuleConnectionDomainAction domainAction)“Domain Action (Only applicable when Action is evaluate connection).”VpnOnDemandRuleVpnOnDemandRule. withDomainAction(VpnOnDemandRuleConnectionDomainAction domainAction)Returns an immutable copy ofthiswith just thedomainActionfield changed. -
Uses of VpnOnDemandRuleConnectionDomainAction in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return VpnOnDemandRuleConnectionDomainAction Modifier and Type Method Description static VpnOnDemandRuleConnectionDomainActionVpnOnDemandRuleConnectionDomainAction. valueOf(String name)Returns the enum constant of this type with the specified name.static VpnOnDemandRuleConnectionDomainAction[]VpnOnDemandRuleConnectionDomainAction. values()Returns an array containing the constants of this enum type, in the order they are declared.
-