Class VpnServerConfigRadiusClientRootCertificate
java.lang.Object
com.microsoft.azure.management.network.VpnServerConfigRadiusClientRootCertificate
Properties of the Radius client root certificate of VpnServerConfiguration.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionname()
Get the certificate name.Get the Radius client root certificate thumbprint.Set the certificate name.withThumbprint
(String thumbprint) Set the Radius client root certificate thumbprint.
-
Constructor Details
-
VpnServerConfigRadiusClientRootCertificate
public VpnServerConfigRadiusClientRootCertificate()
-
-
Method Details
-
name
Get the certificate name.- Returns:
- the name value
-
withName
Set the certificate name.- Parameters:
name
- the name value to set- Returns:
- the VpnServerConfigRadiusClientRootCertificate object itself.
-
thumbprint
Get the Radius client root certificate thumbprint.- Returns:
- the thumbprint value
-
withThumbprint
Set the Radius client root certificate thumbprint.- Parameters:
thumbprint
- the thumbprint value to set- Returns:
- the VpnServerConfigRadiusClientRootCertificate object itself.
-