ArmNetworkModelFactory.RadiusServer Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.Network.Models.RadiusServer RadiusServer(string radiusServerAddress = default, long? radiusServerScore = default, string radiusServerSecret = default);
static member RadiusServer : string * Nullable<int64> * string -> Azure.ResourceManager.Network.Models.RadiusServer
Public Shared Function RadiusServer (Optional radiusServerAddress As String = Nothing, Optional radiusServerScore As Nullable(Of Long) = Nothing, Optional radiusServerSecret As String = Nothing) As RadiusServer
Parameters
- radiusServerAddress
- String
The address of this radius server.
- radiusServerSecret
- String
The secret used for this radius server. We will no longer return radiusServerSecret in VirtualNetworkGateway Create/Update/Get/List/UpdateTags APIs response. Please use VirtualNetworkGateway ListRadiusSecrets API to fetch radius server secrets.
Returns
A new RadiusServer instance for mocking.