Uses of Class
com.azure.resourcemanager.network.models.VpnAuthenticationType
Packages that use VpnAuthenticationType
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of VpnAuthenticationType in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type VpnAuthenticationTypeModifier and TypeMethodDescriptionVpnServerConfigurationInner.vpnAuthenticationTypes()Get the vpnAuthenticationTypes property: VPN authentication types for the VpnServerConfiguration.VpnServerConfigurationProperties.vpnAuthenticationTypes()Get the vpnAuthenticationTypes property: VPN authentication types for the VpnServerConfiguration.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type VpnAuthenticationTypeModifier and TypeMethodDescriptionVpnServerConfigurationInner.withVpnAuthenticationTypes(List<VpnAuthenticationType> vpnAuthenticationTypes) Set the vpnAuthenticationTypes property: VPN authentication types for the VpnServerConfiguration.VpnServerConfigurationProperties.withVpnAuthenticationTypes(List<VpnAuthenticationType> vpnAuthenticationTypes) Set the vpnAuthenticationTypes property: VPN authentication types for the VpnServerConfiguration. -
Uses of VpnAuthenticationType in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as VpnAuthenticationTypeModifier and TypeFieldDescriptionstatic final VpnAuthenticationTypeVpnAuthenticationType.AADStatic value AAD for VpnAuthenticationType.static final VpnAuthenticationTypeVpnAuthenticationType.CERTIFICATEStatic value Certificate for VpnAuthenticationType.static final VpnAuthenticationTypeVpnAuthenticationType.RADIUSStatic value Radius for VpnAuthenticationType.Methods in com.azure.resourcemanager.network.models that return VpnAuthenticationTypeModifier and TypeMethodDescriptionstatic VpnAuthenticationTypeVpnAuthenticationType.fromString(String name) Creates or finds a VpnAuthenticationType from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type VpnAuthenticationTypeModifier and TypeMethodDescriptionstatic Collection<VpnAuthenticationType>VpnAuthenticationType.values()Gets known VpnAuthenticationType values.VpnClientConfiguration.vpnAuthenticationTypes()Get the vpnAuthenticationTypes property: VPN authentication types for the virtual network gateway..Method parameters in com.azure.resourcemanager.network.models with type arguments of type VpnAuthenticationTypeModifier and TypeMethodDescriptionVpnClientConfiguration.withVpnAuthenticationTypes(List<VpnAuthenticationType> vpnAuthenticationTypes) Set the vpnAuthenticationTypes property: VPN authentication types for the virtual network gateway..