public final class VpnServerConfigRadiusClientRootCertificate extends Object
| Constructor and Description |
|---|
VpnServerConfigRadiusClientRootCertificate() |
| Modifier and Type | Method and Description |
|---|---|
String |
name()
Get the name property: The certificate name.
|
String |
thumbprint()
Get the thumbprint property: The Radius client root certificate thumbprint.
|
void |
validate()
Validates the instance.
|
VpnServerConfigRadiusClientRootCertificate |
withName(String name)
Set the name property: The certificate name.
|
VpnServerConfigRadiusClientRootCertificate |
withThumbprint(String thumbprint)
Set the thumbprint property: The Radius client root certificate thumbprint.
|
public VpnServerConfigRadiusClientRootCertificate()
public String name()
public VpnServerConfigRadiusClientRootCertificate withName(String name)
name - the name value to set.public String thumbprint()
public VpnServerConfigRadiusClientRootCertificate withThumbprint(String thumbprint)
thumbprint - the thumbprint value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.