public final class VpnServerConfigVpnClientRootCertificate extends Object
| Constructor and Description |
|---|
VpnServerConfigVpnClientRootCertificate() |
| Modifier and Type | Method and Description |
|---|---|
String |
name()
Get the name property: The certificate name.
|
String |
publicCertData()
Get the publicCertData property: The certificate public data.
|
void |
validate()
Validates the instance.
|
VpnServerConfigVpnClientRootCertificate |
withName(String name)
Set the name property: The certificate name.
|
VpnServerConfigVpnClientRootCertificate |
withPublicCertData(String publicCertData)
Set the publicCertData property: The certificate public data.
|
public VpnServerConfigVpnClientRootCertificate()
public String name()
public VpnServerConfigVpnClientRootCertificate withName(String name)
name - the name value to set.public String publicCertData()
public VpnServerConfigVpnClientRootCertificate withPublicCertData(String publicCertData)
publicCertData - the publicCertData value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.