VpnServerConfigRadiusClientRootCertificate Class
- java.
lang. Object - com.
microsoft. azure. management. network. VpnServerConfigRadiusClientRootCertificate
- com.
public class VpnServerConfigRadiusClientRootCertificate
Properties of the Radius client root certificate of VpnServerConfiguration.
Constructor | Description | |
---|---|---|
Vpn |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
name()
Get the certificate name. |
java.lang.String |
thumbprint()
Get the Radius client root certificate thumbprint. |
Vpn |
with Set the certificate name. |
Vpn |
with Set the Radius client root certificate thumbprint. |
VpnServerConfigRadiusClientRootCertificate
public VpnServerConfigRadiusClientRootCertificate()
name
public String name()
Get the certificate name.
Returns:
thumbprint
public String thumbprint()
Get the Radius client root certificate thumbprint.
Returns:
withName
public VpnServerConfigRadiusClientRootCertificate withName(String name)
Set the certificate name.
Parameters:
Returns:
withThumbprint
public VpnServerConfigRadiusClientRootCertificate withThumbprint(String thumbprint)
Set the Radius client root certificate thumbprint.
Parameters:
Returns: