PointToSiteConfigurationImpl.IWithAuthenticationType<IUpdate>.WithRadiusAuthentication Method

Definition

Specifies that RADIUS server will be used for authentication.

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

Parameters

serverIPAddress
String

The radius server address.

serverSecret
String

The radius server secret.

Returns

Implements

Applies to