Class CertificateUpdateProperties

java.lang.Object
com.azure.resourcemanager.automation.fluent.models.CertificateUpdateProperties

public final class CertificateUpdateProperties extends Object
The properties of the update certificate operation.
  • Constructor Details

    • CertificateUpdateProperties

      public CertificateUpdateProperties()
  • Method Details

    • description

      public String description()
      Get the description property: Gets or sets the description of the certificate.
      Returns:
      the description value.
    • withDescription

      public CertificateUpdateProperties withDescription(String description)
      Set the description property: Gets or sets the description of the certificate.
      Parameters:
      description - the description value to set.
      Returns:
      the CertificateUpdateProperties object itself.
    • validate

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