Class CertificateWithNonceDescriptionInner


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

      • CertificateWithNonceDescriptionInner

        public CertificateWithNonceDescriptionInner()
    • Method Detail

      • properties

        public CertificatePropertiesWithNonce properties()
        Get the properties property: The description of an X509 CA Certificate including the challenge nonce issued for the Proof-Of-Possession flow.
        Returns:
        the properties value.
      • withProperties

        public CertificateWithNonceDescriptionInner withProperties​(CertificatePropertiesWithNonce properties)
        Set the properties property: The description of an X509 CA Certificate including the challenge nonce issued for the Proof-Of-Possession flow.
        Parameters:
        properties - the properties value to set.
        Returns:
        the CertificateWithNonceDescriptionInner 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.