IWithAuthenticationType<ParentT>.WithRadiusAuthentication Method

Definition

Specifies that RADIUS server will be used for authentication.

public Microsoft.Azure.Management.Network.Fluent.PointToSiteConfiguration.Definition.IWithAttach<ParentT> WithRadiusAuthentication (string serverIPAddress, string serverSecret);
abstract member WithRadiusAuthentication : string * string -> Microsoft.Azure.Management.Network.Fluent.PointToSiteConfiguration.Definition.IWithAttach<'ParentT>
Public Function WithRadiusAuthentication (serverIPAddress As String, serverSecret As String) As IWithAttach(Of ParentT)

Parameters

serverIPAddress
String

The radius server address.

serverSecret
String

The radius server secret.

Returns

Applies to