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