Class CertificateResponseInner


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

      • CertificateResponseInner

        public CertificateResponseInner()
    • Method Detail

      • properties

        public CertificateProperties properties()
        Get the properties property: properties of a certificate.
        Returns:
        the properties value.
      • withProperties

        public CertificateResponseInner withProperties​(CertificateProperties properties)
        Set the properties property: properties of a certificate.
        Parameters:
        properties - the properties value to set.
        Returns:
        the CertificateResponseInner object itself.
      • etag

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

        public com.azure.core.management.SystemData systemData()
        Get the systemData property: Metadata pertaining to creation and last modification of the resource.
        Returns:
        the systemData value.
      • validate

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