Uses of Class
com.microsoft.azure.management.network.VpnClientRootCertificate
Packages that use VpnClientRootCertificate
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of VpnClientRootCertificate in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return VpnClientRootCertificateModifier and TypeMethodDescriptionSet the name of the resource that is unique within a resource group.VpnClientRootCertificate.withPublicCertData
(String publicCertData) Set the certificate public data.Methods in com.microsoft.azure.management.network that return types with arguments of type VpnClientRootCertificateModifier and TypeMethodDescriptionVpnClientConfiguration.vpnClientRootCertificates()
Get vpnClientRootCertificate for virtual network gateway.Method parameters in com.microsoft.azure.management.network with type arguments of type VpnClientRootCertificateModifier and TypeMethodDescriptionVpnClientConfiguration.withVpnClientRootCertificates
(List<VpnClientRootCertificate> vpnClientRootCertificates) Set vpnClientRootCertificate for virtual network gateway.