Class VpnServerConfigVpnClientRevokedCertificate
java.lang.Object
com.microsoft.azure.management.network.VpnServerConfigVpnClientRevokedCertificate
Properties of the revoked VPN client certificate of VpnServerConfiguration.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionname()
Get the certificate name.Get the revoked VPN client certificate thumbprint.Set the certificate name.withThumbprint
(String thumbprint) Set the revoked VPN client certificate thumbprint.
-
Constructor Details
-
VpnServerConfigVpnClientRevokedCertificate
public VpnServerConfigVpnClientRevokedCertificate()
-
-
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 VpnServerConfigVpnClientRevokedCertificate object itself.
-
thumbprint
Get the revoked VPN client certificate thumbprint.- Returns:
- the thumbprint value
-
withThumbprint
Set the revoked VPN client certificate thumbprint.- Parameters:
thumbprint
- the thumbprint value to set- Returns:
- the VpnServerConfigVpnClientRevokedCertificate object itself.
-