Uses of Class
com.azure.resourcemanager.network.models.VpnAuthenticationType
-
Packages that use VpnAuthenticationType Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 VpnAuthenticationType Modifier and Type Method Description List<VpnAuthenticationType>VpnServerConfigurationInner. vpnAuthenticationTypes()Get the vpnAuthenticationTypes property: VPN authentication types for the VpnServerConfiguration.List<VpnAuthenticationType>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 VpnAuthenticationType Modifier and Type Method Description VpnServerConfigurationInnerVpnServerConfigurationInner. withVpnAuthenticationTypes(List<VpnAuthenticationType> vpnAuthenticationTypes)Set the vpnAuthenticationTypes property: VPN authentication types for the VpnServerConfiguration.VpnServerConfigurationPropertiesVpnServerConfigurationProperties. 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 VpnAuthenticationType Modifier and Type Field Description static VpnAuthenticationTypeVpnAuthenticationType. AADStatic value AAD for VpnAuthenticationType.static VpnAuthenticationTypeVpnAuthenticationType. CERTIFICATEStatic value Certificate for VpnAuthenticationType.static VpnAuthenticationTypeVpnAuthenticationType. RADIUSStatic value Radius for VpnAuthenticationType.Methods in com.azure.resourcemanager.network.models that return VpnAuthenticationType Modifier and Type Method Description static 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 VpnAuthenticationType Modifier and Type Method Description static Collection<VpnAuthenticationType>VpnAuthenticationType. values()List<VpnAuthenticationType>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 VpnAuthenticationType Modifier and Type Method Description VpnClientConfigurationVpnClientConfiguration. withVpnAuthenticationTypes(List<VpnAuthenticationType> vpnAuthenticationTypes)Set the vpnAuthenticationTypes property: VPN authentication types for the virtual network gateway..
-