VpnServerConfigVpnClientRevokedCertificate Class

  • java.lang.Object
    • com.microsoft.azure.management.network.VpnServerConfigVpnClientRevokedCertificate

public class VpnServerConfigVpnClientRevokedCertificate

Properties of the revoked VPN client certificate of VpnServerConfiguration.

Constructor Summary

Constructor Description
VpnServerConfigVpnClientRevokedCertificate()

Method Summary

Modifier and Type Method and Description
java.lang.String name()

Get the certificate name.

java.lang.String thumbprint()

Get the revoked VPN client certificate thumbprint.

VpnServerConfigVpnClientRevokedCertificate withName(String name)

Set the certificate name.

VpnServerConfigVpnClientRevokedCertificate withThumbprint(String thumbprint)

Set the revoked VPN client certificate thumbprint.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

VpnServerConfigVpnClientRevokedCertificate

public VpnServerConfigVpnClientRevokedCertificate()

Method Details

name

public String name()

Get the certificate name.

Returns:

the name value

thumbprint

public String thumbprint()

Get the revoked VPN client certificate thumbprint.

Returns:

the thumbprint value

withName

public VpnServerConfigVpnClientRevokedCertificate withName(String name)

Set the certificate name.

Parameters:

name - the name value to set

Returns:

the VpnServerConfigVpnClientRevokedCertificate object itself.

withThumbprint

public VpnServerConfigVpnClientRevokedCertificate withThumbprint(String thumbprint)

Set the revoked VPN client certificate thumbprint.

Parameters:

thumbprint - the thumbprint value to set

Returns:

the VpnServerConfigVpnClientRevokedCertificate object itself.

Applies to