Class VpnClientRootCertificatePropertiesFormat
java.lang.Object
com.azure.resourcemanager.network.fluent.models.VpnClientRootCertificatePropertiesFormat
Properties of SSL certificates of application gateway.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of VpnClientRootCertificatePropertiesFormat class. -
Method Summary
Modifier and TypeMethodDescriptionGet the provisioningState property: The provisioning state of the VPN client root certificate resource.Get the publicCertData property: The certificate public data.voidvalidate()Validates the instance.withPublicCertData(String publicCertData) Set the publicCertData property: The certificate public data.
-
Constructor Details
-
VpnClientRootCertificatePropertiesFormat
public VpnClientRootCertificatePropertiesFormat()Creates an instance of VpnClientRootCertificatePropertiesFormat class.
-
-
Method Details
-
publicCertData
Get the publicCertData property: The certificate public data.- Returns:
- the publicCertData value.
-
withPublicCertData
Set the publicCertData property: The certificate public data.- Parameters:
publicCertData- the publicCertData value to set.- Returns:
- the VpnClientRootCertificatePropertiesFormat object itself.
-
provisioningState
Get the provisioningState property: The provisioning state of the VPN client root certificate resource.- Returns:
- the provisioningState value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-