Uses of Class
com.azure.resourcemanager.network.models.VpnClientRootCertificate
Packages that use VpnClientRootCertificate
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of VpnClientRootCertificate in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return VpnClientRootCertificateModifier and TypeMethodDescriptionstatic VpnClientRootCertificateVpnClientRootCertificate.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VpnClientRootCertificate from the JsonReader.Set the name property: The name of the resource that is unique within a resource group.VpnClientRootCertificate.withPublicCertData(String publicCertData) Set the publicCertData property: The certificate public data.Methods in com.azure.resourcemanager.network.models that return types with arguments of type VpnClientRootCertificateModifier and TypeMethodDescriptionVpnClientConfiguration.vpnClientRootCertificates()Get the vpnClientRootCertificates property: VpnClientRootCertificate for virtual network gateway.Method parameters in com.azure.resourcemanager.network.models with type arguments of type VpnClientRootCertificateModifier and TypeMethodDescriptionVpnClientConfiguration.withVpnClientRootCertificates(List<VpnClientRootCertificate> vpnClientRootCertificates) Set the vpnClientRootCertificates property: VpnClientRootCertificate for virtual network gateway.