Class VpnClientRootCertificatePropertiesFormat


  • public final class VpnClientRootCertificatePropertiesFormat
    extends Object
    Properties of SSL certificates of application gateway.
    • Constructor Detail

      • VpnClientRootCertificatePropertiesFormat

        public VpnClientRootCertificatePropertiesFormat()
    • Method Detail

      • publicCertData

        public String publicCertData()
        Get the publicCertData property: The certificate public data.
        Returns:
        the publicCertData value.
      • withPublicCertData

        public VpnClientRootCertificatePropertiesFormat withPublicCertData​(String publicCertData)
        Set the publicCertData property: The certificate public data.
        Parameters:
        publicCertData - the publicCertData value to set.
        Returns:
        the VpnClientRootCertificatePropertiesFormat object itself.
      • provisioningState

        public ProvisioningState 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.