Uses of Class
com.azure.resourcemanager.network.models.RadiusServer
Packages that use RadiusServer
Package
Description
Package containing the inner data models for NetworkManagementClient.
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 RadiusServerModifier and TypeMethodDescriptionVpnServerConfigurationInner.radiusServers()Get the radiusServers property: Multiple Radius Server configuration for VpnServerConfiguration.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 RadiusServerModifier and TypeMethodDescriptionVpnServerConfigurationInner.withRadiusServers(List<RadiusServer> radiusServers) Set the radiusServers property: Multiple Radius Server configuration for VpnServerConfiguration.VpnServerConfigurationProperties.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 RadiusServerModifier and TypeMethodDescriptionstatic RadiusServerRadiusServer.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RadiusServer from the JsonReader.RadiusServer.withRadiusServerAddress(String radiusServerAddress) Set the radiusServerAddress property: The address of this radius server.RadiusServer.withRadiusServerScore(Long radiusServerScore) Set the radiusServerScore property: The initial score assigned to this radius server.RadiusServer.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 RadiusServerModifier and TypeMethodDescriptionVpnClientConfiguration.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 RadiusServerModifier and TypeMethodDescriptionVpnClientConfiguration.withRadiusServers(List<RadiusServer> radiusServers) Set the radiusServers property: The radiusServers property for multiple radius server configuration.