Class CertificateRequest

java.lang.Object
com.azure.resourcemanager.recoveryservices.models.CertificateRequest

public final class CertificateRequest extends Object
Details of the certificate to be uploaded to the vault.
  • Constructor Details

    • CertificateRequest

      public CertificateRequest()
  • Method Details

    • properties

      public RawCertificateData properties()
      Get the properties property: Raw certificate data.
      Returns:
      the properties value.
    • withProperties

      public CertificateRequest withProperties(RawCertificateData properties)
      Set the properties property: Raw certificate data.
      Parameters:
      properties - the properties value to set.
      Returns:
      the CertificateRequest object itself.
    • validate

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