Uses of Class
com.azure.resourcemanager.network.models.RadiusAuthServer
Packages that use RadiusAuthServer
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of RadiusAuthServer in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type RadiusAuthServerModifier and TypeMethodDescriptionRadiusAuthServerListResultInner.value()Get the value property: List of Radius servers with respective radius secrets.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type RadiusAuthServerModifier and TypeMethodDescriptionRadiusAuthServerListResultInner.withValue(List<RadiusAuthServer> value) Set the value property: List of Radius servers with respective radius secrets. -
Uses of RadiusAuthServer in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type RadiusAuthServerModifier and TypeClassDescriptionfinal classGateway or VpnServerConfiguration Radius server with radius secret details.Methods in com.azure.resourcemanager.network.models that return RadiusAuthServerModifier and TypeMethodDescriptionstatic RadiusAuthServerRadiusAuthServer.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RadiusAuthServer from the JsonReader.RadiusAuthServer.withRadiusServerAddress(String radiusServerAddress) Set the radiusServerAddress property: Radius server IPAddress.RadiusAuthServer.withRadiusServerSecret(String radiusServerSecret) Set the radiusServerSecret property: Radius server secret.