Class VpnServerConfigVpnClientRevokedCertificate

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

public class VpnServerConfigVpnClientRevokedCertificate extends Object
Properties of the revoked VPN client certificate of VpnServerConfiguration.
  • Constructor Details

    • VpnServerConfigVpnClientRevokedCertificate

      public VpnServerConfigVpnClientRevokedCertificate()
  • Method Details

    • name

      public String 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

      public String thumbprint()
      Get the revoked VPN client certificate thumbprint.
      Returns:
      the thumbprint value
    • 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.