public final class VpnServerConfigVpnClientRevokedCertificate extends Object
| Constructor and Description |
|---|
VpnServerConfigVpnClientRevokedCertificate() |
| Modifier and Type | Method and Description |
|---|---|
String |
name()
Get the name property: The certificate name.
|
String |
thumbprint()
Get the thumbprint property: The revoked VPN client certificate thumbprint.
|
void |
validate()
Validates the instance.
|
VpnServerConfigVpnClientRevokedCertificate |
withName(String name)
Set the name property: The certificate name.
|
VpnServerConfigVpnClientRevokedCertificate |
withThumbprint(String thumbprint)
Set the thumbprint property: The revoked VPN client certificate thumbprint.
|
public VpnServerConfigVpnClientRevokedCertificate()
public String name()
public VpnServerConfigVpnClientRevokedCertificate withName(String name)
name - the name value to set.public String thumbprint()
public VpnServerConfigVpnClientRevokedCertificate 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.