Uses of Class
odata.msgraph.client.beta.enums.VpnProviderType
-
Packages that use VpnProviderType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of VpnProviderType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as VpnProviderType Modifier and Type Field Description protected VpnProviderTypeAppleVpnConfiguration. providerTypeMethods in odata.msgraph.client.beta.entity that return types with arguments of type VpnProviderType Modifier and Type Method Description Optional<VpnProviderType>AppleVpnConfiguration. getProviderType()“Provider type for per-app VPN.”Methods in odata.msgraph.client.beta.entity with parameters of type VpnProviderType Modifier and Type Method Description IosikEv2VpnConfiguration.BuilderIosikEv2VpnConfiguration.Builder. providerType(VpnProviderType providerType)IosVpnConfiguration.BuilderIosVpnConfiguration.Builder. providerType(VpnProviderType providerType)MacOSVpnConfiguration.BuilderMacOSVpnConfiguration.Builder. providerType(VpnProviderType providerType)AppleVpnConfigurationAppleVpnConfiguration. withProviderType(VpnProviderType providerType)Returns an immutable copy ofthiswith just theproviderTypefield changed. -
Uses of VpnProviderType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return VpnProviderType Modifier and Type Method Description static VpnProviderTypeVpnProviderType. valueOf(String name)Returns the enum constant of this type with the specified name.static VpnProviderType[]VpnProviderType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-