Class VpnServerConfigRadiusClientRootCertificate

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

public class VpnServerConfigRadiusClientRootCertificate extends Object
Properties of the Radius client root certificate of VpnServerConfiguration.
  • Constructor Details

    • VpnServerConfigRadiusClientRootCertificate

      public VpnServerConfigRadiusClientRootCertificate()
  • 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 VpnServerConfigRadiusClientRootCertificate object itself.
    • thumbprint

      public String thumbprint()
      Get the Radius client root certificate thumbprint.
      Returns:
      the thumbprint value
    • withThumbprint

      public VpnServerConfigRadiusClientRootCertificate withThumbprint(String thumbprint)
      Set the Radius client root certificate thumbprint.
      Parameters:
      thumbprint - the thumbprint value to set
      Returns:
      the VpnServerConfigRadiusClientRootCertificate object itself.