Uses of Class
com.azure.resourcemanager.network.models.RadiusServer
-
Packages that use RadiusServer 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 RadiusServer in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type RadiusServer Modifier and Type Method Description List<RadiusServer>VpnServerConfigurationInner. radiusServers()Get the radiusServers property: Multiple Radius Server configuration for VpnServerConfiguration.List<RadiusServer>VpnServerConfigurationProperties. radiusServers()Get the radiusServers property: Multiple Radius Server configuration for VpnServerConfiguration.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type RadiusServer Modifier and Type Method Description VpnServerConfigurationInnerVpnServerConfigurationInner. withRadiusServers(List<RadiusServer> radiusServers)Set the radiusServers property: Multiple Radius Server configuration for VpnServerConfiguration.VpnServerConfigurationPropertiesVpnServerConfigurationProperties. withRadiusServers(List<RadiusServer> radiusServers)Set the radiusServers property: Multiple Radius Server configuration for VpnServerConfiguration. -
Uses of RadiusServer in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return RadiusServer Modifier and Type Method Description RadiusServerRadiusServer. withRadiusServerAddress(String radiusServerAddress)Set the radiusServerAddress property: The address of this radius server.RadiusServerRadiusServer. withRadiusServerScore(Long radiusServerScore)Set the radiusServerScore property: The initial score assigned to this radius server.RadiusServerRadiusServer. withRadiusServerSecret(String radiusServerSecret)Set the radiusServerSecret property: The secret used for this radius server.Methods in com.azure.resourcemanager.network.models that return types with arguments of type RadiusServer Modifier and Type Method Description List<RadiusServer>VpnClientConfiguration. radiusServers()Get the radiusServers property: The radiusServers property for multiple radius server configuration.Method parameters in com.azure.resourcemanager.network.models with type arguments of type RadiusServer Modifier and Type Method Description VpnClientConfigurationVpnClientConfiguration. withRadiusServers(List<RadiusServer> radiusServers)Set the radiusServers property: The radiusServers property for multiple radius server configuration.
-