VpnServerConfigRadiusClientRootCertificate Class

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

public class VpnServerConfigRadiusClientRootCertificate

Properties of the Radius client root certificate of VpnServerConfiguration.

Constructor Summary

Constructor Description
VpnServerConfigRadiusClientRootCertificate()

Method Summary

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

Get the certificate name.

java.lang.String thumbprint()

Get the Radius client root certificate thumbprint.

VpnServerConfigRadiusClientRootCertificate withName(String name)

Set the certificate name.

VpnServerConfigRadiusClientRootCertificate withThumbprint(String thumbprint)

Set the Radius client root 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

VpnServerConfigRadiusClientRootCertificate

public VpnServerConfigRadiusClientRootCertificate()

Method Details

name

public String name()

Get the certificate name.

Returns:

the name value

thumbprint

public String thumbprint()

Get the Radius client root certificate thumbprint.

Returns:

the thumbprint value

withName

public VpnServerConfigRadiusClientRootCertificate withName(String name)

Set the certificate name.

Parameters:

name - the name value to set

Returns:

the VpnServerConfigRadiusClientRootCertificate object itself.

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.

Applies to