Uses of Interface
com.azure.resourcemanager.network.models.PointToSiteConfiguration.DefinitionStages.WithAttachAndAzureCertificate
-
Packages that use PointToSiteConfiguration.DefinitionStages.WithAttachAndAzureCertificate Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of PointToSiteConfiguration.DefinitionStages.WithAttachAndAzureCertificate in com.azure.resourcemanager.network.models
Subinterfaces of PointToSiteConfiguration.DefinitionStages.WithAttachAndAzureCertificate in com.azure.resourcemanager.network.models Modifier and Type Interface Description static interfacePointToSiteConfiguration.Definition<ParentT>The entirety of a point-to-site configuration definition.Methods in com.azure.resourcemanager.network.models 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.
-