Class CertificateDescriptionInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.iothub.fluent.models.CertificateDescriptionInner

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

    • CertificateDescriptionInner

      public CertificateDescriptionInner()
  • Method Details

    • 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.