Interface PointToSiteConfiguration.DefinitionStages.WithAuthenticationType<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Superinterfaces:
PointToSiteConfiguration.DefinitionStages.WithAzureCertificate<ParentT>
- All Known Subinterfaces:
PointToSiteConfiguration.Definition<ParentT>
- Enclosing interface:
- PointToSiteConfiguration.DefinitionStages
public static interface PointToSiteConfiguration.DefinitionStages.WithAuthenticationType<ParentT> extends PointToSiteConfiguration.DefinitionStages.WithAzureCertificate<ParentT>
The stage of the point-to-site configuration definition allowing to specify authentication type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PointToSiteConfiguration.DefinitionStages.WithAttach<ParentT>withRadiusAuthentication(String serverIPAddress, String serverSecret)Specifies that RADIUS server will be used for authentication.-
Methods inherited from interface com.azure.resourcemanager.network.models.PointToSiteConfiguration.DefinitionStages.WithAzureCertificate
withAzureCertificate, withAzureCertificateFromFile
-
-
-
-
Method Detail
-
withRadiusAuthentication
PointToSiteConfiguration.DefinitionStages.WithAttach<ParentT> withRadiusAuthentication(String serverIPAddress, String serverSecret)
Specifies that RADIUS server will be used for authentication.- Parameters:
serverIPAddress- the radius server addressserverSecret- the radius server secret- Returns:
- the next stage of the definition
-
-