Uses of Class
odata.msgraph.client.beta.enums.VpnClientAuthenticationType
-
Packages that use VpnClientAuthenticationType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of VpnClientAuthenticationType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as VpnClientAuthenticationType Modifier and Type Field Description protected VpnClientAuthenticationTypeIosikEv2VpnConfiguration. clientAuthenticationTypeMethods in odata.msgraph.client.beta.entity that return types with arguments of type VpnClientAuthenticationType Modifier and Type Method Description Optional<VpnClientAuthenticationType>IosikEv2VpnConfiguration. getClientAuthenticationType()“Type of Client Authentication the VPN client will use.”Methods in odata.msgraph.client.beta.entity with parameters of type VpnClientAuthenticationType Modifier and Type Method Description IosikEv2VpnConfiguration.BuilderIosikEv2VpnConfiguration.Builder. clientAuthenticationType(VpnClientAuthenticationType clientAuthenticationType)“Type of Client Authentication the VPN client will use.”IosikEv2VpnConfigurationIosikEv2VpnConfiguration. withClientAuthenticationType(VpnClientAuthenticationType clientAuthenticationType)Returns an immutable copy ofthiswith just theclientAuthenticationTypefield changed. -
Uses of VpnClientAuthenticationType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return VpnClientAuthenticationType Modifier and Type Method Description static VpnClientAuthenticationTypeVpnClientAuthenticationType. valueOf(String name)Returns the enum constant of this type with the specified name.static VpnClientAuthenticationType[]VpnClientAuthenticationType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-