Interface PointToSiteConfiguration.UpdateStages.WithAuthenticationType
- All Superinterfaces:
PointToSiteConfiguration.UpdateStages.WithAzureCertificate
- All Known Subinterfaces:
PointToSiteConfiguration.Update
- Enclosing interface:
- PointToSiteConfiguration.UpdateStages
public static interface PointToSiteConfiguration.UpdateStages.WithAuthenticationType
extends PointToSiteConfiguration.UpdateStages.WithAzureCertificate
Specifies authentication type of the point-to-site configuration.
-
Method Summary
Modifier and TypeMethodDescriptionwithRadiusAuthentication(String serverIPAddress, String serverSecret) Specifies that RADIUS authentication type will be used.Methods inherited from interface com.azure.resourcemanager.network.models.PointToSiteConfiguration.UpdateStages.WithAzureCertificate
withAzureCertificate, withAzureCertificateFromFile, withoutAzureCertificate
-
Method Details
-
withRadiusAuthentication
PointToSiteConfiguration.Update withRadiusAuthentication(String serverIPAddress, String serverSecret) Specifies that RADIUS authentication type will be used.- Parameters:
serverIPAddress- the radius server addressserverSecret- the radius server secret- Returns:
- the next stage of the update
-