Interface PointToSiteConfiguration.DefinitionStages.WithRevokedCertificate<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
PointToSiteConfiguration.Definition<ParentT>,PointToSiteConfiguration.DefinitionStages.WithAttachAndAzureCertificate<ParentT>
- Enclosing interface:
- PointToSiteConfiguration.DefinitionStages
public static interface PointToSiteConfiguration.DefinitionStages.WithRevokedCertificate<ParentT>The stage of the point-to-site configuration definition allowing to specify the revoked certificate.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PointToSiteConfiguration.DefinitionStages.WithAttach<ParentT>withRevokedCertificate(String name, String thumbprint)Specifies the revoked certificate.
-
-
-
Method Detail
-
withRevokedCertificate
PointToSiteConfiguration.DefinitionStages.WithAttach<ParentT> withRevokedCertificate(String name, String thumbprint)
Specifies the revoked certificate.- Parameters:
name- name of the certificatethumbprint- thumbprint of the certificate- Returns:
- the next stage of the definition
-
-