Uses of Class
com.azure.resourcemanager.network.models.VpnServerConfigRadiusClientRootCertificate
-
Packages that use VpnServerConfigRadiusClientRootCertificate 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 VpnServerConfigRadiusClientRootCertificate in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type VpnServerConfigRadiusClientRootCertificate Modifier and Type Method Description List<VpnServerConfigRadiusClientRootCertificate>VpnServerConfigurationInner. radiusClientRootCertificates()Get the radiusClientRootCertificates property: Radius client root certificate of VpnServerConfiguration.List<VpnServerConfigRadiusClientRootCertificate>VpnServerConfigurationProperties. radiusClientRootCertificates()Get the radiusClientRootCertificates property: Radius client root certificate of VpnServerConfiguration.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type VpnServerConfigRadiusClientRootCertificate Modifier and Type Method Description VpnServerConfigurationInnerVpnServerConfigurationInner. withRadiusClientRootCertificates(List<VpnServerConfigRadiusClientRootCertificate> radiusClientRootCertificates)Set the radiusClientRootCertificates property: Radius client root certificate of VpnServerConfiguration.VpnServerConfigurationPropertiesVpnServerConfigurationProperties. withRadiusClientRootCertificates(List<VpnServerConfigRadiusClientRootCertificate> radiusClientRootCertificates)Set the radiusClientRootCertificates property: Radius client root certificate of VpnServerConfiguration. -
Uses of VpnServerConfigRadiusClientRootCertificate in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return VpnServerConfigRadiusClientRootCertificate Modifier and Type Method Description VpnServerConfigRadiusClientRootCertificateVpnServerConfigRadiusClientRootCertificate. withName(String name)Set the name property: The certificate name.VpnServerConfigRadiusClientRootCertificateVpnServerConfigRadiusClientRootCertificate. withThumbprint(String thumbprint)Set the thumbprint property: The Radius client root certificate thumbprint.
-