Share via


PointToSiteConfigurationImpl.IWithAuthenticationType.WithRadiusAuthentication Method

Definition

Specifies that RADIUS authentication type will be used.

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

Parameters

serverIPAddress
String

The radius server address.

serverSecret
String

The radius server secret.

Returns

Implements

Applies to