Uses of Class
com.azure.resourcemanager.network.models.VpnClientRootCertificate
-
Packages that use VpnClientRootCertificate Package Description com.azure.resourcemanager.network.models 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 VpnClientRootCertificate Modifier and Type Method Description VpnClientRootCertificateVpnClientRootCertificate. withId(String id)VpnClientRootCertificateVpnClientRootCertificate. withName(String name)Set the name property: The name of the resource that is unique within a resource group.VpnClientRootCertificateVpnClientRootCertificate. 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 VpnClientRootCertificate Modifier and Type Method Description List<VpnClientRootCertificate>VpnClientConfiguration. vpnClientRootCertificates()Get the vpnClientRootCertificates property: VpnClientRootCertificate for virtual network gateway.Method parameters in com.azure.resourcemanager.network.models with type arguments of type VpnClientRootCertificate Modifier and Type Method Description VpnClientConfigurationVpnClientConfiguration. withVpnClientRootCertificates(List<VpnClientRootCertificate> vpnClientRootCertificates)Set the vpnClientRootCertificates property: VpnClientRootCertificate for virtual network gateway.
-