VpnServerConfigRadiusClientRootCertificate Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. VpnServerConfigRadiusClientRootCertificate
- com.
Implements
public final class VpnServerConfigRadiusClientRootCertificate
implements JsonSerializable<VpnServerConfigRadiusClientRootCertificate>
Properties of the Radius client root certificate of VpnServerConfiguration.
Constructor Summary
Constructor | Description |
---|---|
VpnServerConfigRadiusClientRootCertificate() |
Creates an instance of Vpn |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Vpn |
fromJson(JsonReader jsonReader)
Reads an instance of Vpn |
String |
name()
Get the name property: The certificate name. |
String |
thumbprint()
Get the thumbprint property: The Radius client root certificate thumbprint. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Vpn |
withName(String name)
Set the name property: The certificate name. |
Vpn |
withThumbprint(String thumbprint)
Set the thumbprint property: The Radius client root certificate thumbprint. |
Methods inherited from java.lang.Object
Constructor Details
VpnServerConfigRadiusClientRootCertificate
public VpnServerConfigRadiusClientRootCertificate()
Creates an instance of VpnServerConfigRadiusClientRootCertificate class.
Method Details
fromJson
public static VpnServerConfigRadiusClientRootCertificate fromJson(JsonReader jsonReader)
Reads an instance of VpnServerConfigRadiusClientRootCertificate from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: The certificate name.
Returns:
thumbprint
public String thumbprint()
Get the thumbprint property: The Radius client root certificate thumbprint.
Returns:
toJson
validate
public void validate()
Validates the instance.
withName
public VpnServerConfigRadiusClientRootCertificate withName(String name)
Set the name property: The certificate name.
Parameters:
Returns:
withThumbprint
public VpnServerConfigRadiusClientRootCertificate withThumbprint(String thumbprint)
Set the thumbprint property: The Radius client root certificate thumbprint.
Parameters:
Returns:
Applies to
Azure SDK for Java