Uses of Class
com.azure.resourcemanager.network.models.VpnServerConfigRadiusServerRootCertificate
-
Packages that use VpnServerConfigRadiusServerRootCertificate Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 VpnServerConfigRadiusServerRootCertificate Modifier and Type Method Description List<VpnServerConfigRadiusServerRootCertificate>VpnServerConfigurationInner. radiusServerRootCertificates()Get the radiusServerRootCertificates property: Radius Server root certificate of VpnServerConfiguration.List<VpnServerConfigRadiusServerRootCertificate>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 VpnServerConfigRadiusServerRootCertificate Modifier and Type Method Description VpnServerConfigurationInnerVpnServerConfigurationInner. withRadiusServerRootCertificates(List<VpnServerConfigRadiusServerRootCertificate> radiusServerRootCertificates)Set the radiusServerRootCertificates property: Radius Server root certificate of VpnServerConfiguration.VpnServerConfigurationPropertiesVpnServerConfigurationProperties. withRadiusServerRootCertificates(List<VpnServerConfigRadiusServerRootCertificate> radiusServerRootCertificates)Set the radiusServerRootCertificates property: Radius Server root certificate of VpnServerConfiguration. -
Uses of VpnServerConfigRadiusServerRootCertificate in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return VpnServerConfigRadiusServerRootCertificate Modifier and Type Method Description VpnServerConfigRadiusServerRootCertificateVpnServerConfigRadiusServerRootCertificate. withName(String name)Set the name property: The certificate name.VpnServerConfigRadiusServerRootCertificateVpnServerConfigRadiusServerRootCertificate. withPublicCertData(String publicCertData)Set the publicCertData property: The certificate public data.
-