ArmNetworkModelFactory.RadiusServer Method

Definition

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.

radiusServerScore
Nullable<Int64>

The initial score assigned to 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.

Applies to