Condividi tramite


IWithAuthenticationType.WithRadiusAuthentication(String, String) Method

Definition

Specifies that RADIUS authentication type will be used.

public Microsoft.Azure.Management.Network.Fluent.PointToSiteConfiguration.Update.IUpdate WithRadiusAuthentication (string serverIPAddress, string serverSecret);
abstract member WithRadiusAuthentication : string * string -> Microsoft.Azure.Management.Network.Fluent.PointToSiteConfiguration.Update.IUpdate
Public Function WithRadiusAuthentication (serverIPAddress As String, serverSecret As String) As IUpdate

Parameters

serverIPAddress
String

The radius server address.

serverSecret
String

The radius server secret.

Returns

Applies to