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