Class CertificateDescriptionInner


  • public final class CertificateDescriptionInner
    extends com.azure.core.management.ProxyResource
    The X509 Certificate.
    • Constructor Detail

      • CertificateDescriptionInner

        public CertificateDescriptionInner()
    • Method Detail

      • properties

        public CertificateProperties properties()
        Get the properties property: The description of an X509 CA Certificate.
        Returns:
        the properties value.
      • withProperties

        public CertificateDescriptionInner withProperties​(CertificateProperties properties)
        Set the properties property: The description of an X509 CA Certificate.
        Parameters:
        properties - the properties value to set.
        Returns:
        the CertificateDescriptionInner object itself.
      • etag

        public String etag()
        Get the etag property: The entity tag.
        Returns:
        the etag value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.