Uses of Class
odata.msgraph.client.beta.enums.VpnTrafficRuleAppType
-
Packages that use VpnTrafficRuleAppType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of VpnTrafficRuleAppType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as VpnTrafficRuleAppType Modifier and Type Field Description protected VpnTrafficRuleAppTypeVpnTrafficRule. appTypeMethods in odata.msgraph.client.beta.complex that return types with arguments of type VpnTrafficRuleAppType Modifier and Type Method Description Optional<VpnTrafficRuleAppType>VpnTrafficRule. getAppType()“App type, if this traffic rule is triggered by an app.”Methods in odata.msgraph.client.beta.complex with parameters of type VpnTrafficRuleAppType Modifier and Type Method Description VpnTrafficRule.BuilderVpnTrafficRule.Builder. appType(VpnTrafficRuleAppType appType)“App type, if this traffic rule is triggered by an app.”VpnTrafficRuleVpnTrafficRule. withAppType(VpnTrafficRuleAppType appType)Returns an immutable copy ofthiswith just theappTypefield changed. -
Uses of VpnTrafficRuleAppType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return VpnTrafficRuleAppType Modifier and Type Method Description static VpnTrafficRuleAppTypeVpnTrafficRuleAppType. valueOf(String name)Returns the enum constant of this type with the specified name.static VpnTrafficRuleAppType[]VpnTrafficRuleAppType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-