Uses of Class
com.azure.resourcemanager.network.models.VpnServerConfigVpnClientRootCertificate
Packages that use VpnServerConfigVpnClientRootCertificate
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of VpnServerConfigVpnClientRootCertificate in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type VpnServerConfigVpnClientRootCertificateModifier and TypeMethodDescriptionVpnServerConfigurationInner.vpnClientRootCertificates()Get the vpnClientRootCertificates property: VPN client root certificate of VpnServerConfiguration.VpnServerConfigurationProperties.vpnClientRootCertificates()Get the vpnClientRootCertificates property: VPN client root certificate of VpnServerConfiguration.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type VpnServerConfigVpnClientRootCertificateModifier and TypeMethodDescriptionVpnServerConfigurationInner.withVpnClientRootCertificates(List<VpnServerConfigVpnClientRootCertificate> vpnClientRootCertificates) Set the vpnClientRootCertificates property: VPN client root certificate of VpnServerConfiguration.VpnServerConfigurationProperties.withVpnClientRootCertificates(List<VpnServerConfigVpnClientRootCertificate> vpnClientRootCertificates) Set the vpnClientRootCertificates property: VPN client root certificate of VpnServerConfiguration. -
Uses of VpnServerConfigVpnClientRootCertificate in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type VpnServerConfigVpnClientRootCertificateModifier and TypeClassDescriptionfinal classProperties of VPN client root certificate of VpnServerConfiguration.Methods in com.azure.resourcemanager.network.models that return VpnServerConfigVpnClientRootCertificateModifier and TypeMethodDescriptionVpnServerConfigVpnClientRootCertificate.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VpnServerConfigVpnClientRootCertificate from the JsonReader.Set the name property: The certificate name.VpnServerConfigVpnClientRootCertificate.withPublicCertData(String publicCertData) Set the publicCertData property: The certificate public data.