Uses of Interface
com.microsoft.azure.management.network.PointToSiteConfiguration.DefinitionStages.WithAttachAndAzureCertificate
-
Packages that use PointToSiteConfiguration.DefinitionStages.WithAttachAndAzureCertificate Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of PointToSiteConfiguration.DefinitionStages.WithAttachAndAzureCertificate in com.microsoft.azure.management.network
Subinterfaces of PointToSiteConfiguration.DefinitionStages.WithAttachAndAzureCertificate in com.microsoft.azure.management.network Modifier and Type Interface Description static interfacePointToSiteConfiguration.Definition<ParentT>The entirety of a point-to-site configuration definition.Methods in com.microsoft.azure.management.network that return PointToSiteConfiguration.DefinitionStages.WithAttachAndAzureCertificate Modifier and Type Method Description PointToSiteConfiguration.DefinitionStages.WithAttachAndAzureCertificate<ParentT>PointToSiteConfiguration.DefinitionStages.WithAzureCertificate. 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>PointToSiteConfiguration.DefinitionStages.WithAzureCertificate. withAzureCertificateFromFile(String name, File certificateFile)Specifies that Azure certificate authentication type will be used and certificate to use for Azure authentication.
-