ParentT - the stage of the parent definition to return to after attaching this definitionpublic static interface PointToSiteConfiguration.DefinitionStages.WithAzureCertificate<ParentT>
| Modifier and Type | Method and Description |
|---|---|
PointToSiteConfiguration.DefinitionStages.WithAttachAndAzureCertificate<ParentT> |
withAzureCertificate(String name,
String certificateData)
Specifies that Azure certificate authentication type will be used and certificate to use for Azure
authentication.
|
PointToSiteConfiguration.DefinitionStages.WithAttachAndAzureCertificate<ParentT> |
withAzureCertificateFromFile(String name,
File certificateFile)
Specifies that Azure certificate authentication type will be used and certificate to use for Azure
authentication.
|
PointToSiteConfiguration.DefinitionStages.WithAttachAndAzureCertificate<ParentT> withAzureCertificate(String name, String certificateData)
name - name of certificatecertificateData - the certificate public dataPointToSiteConfiguration.DefinitionStages.WithAttachAndAzureCertificate<ParentT> withAzureCertificateFromFile(String name, File certificateFile) throws IOException
name - name of certificatecertificateFile - public Base64-encoded certificate fileIOException - the IO ExceptionCopyright © 2020 Microsoft Corporation. All rights reserved.