Class GetTdeCertificatesSqlTaskOutput

java.lang.Object
com.azure.resourcemanager.datamigration.models.GetTdeCertificatesSqlTaskOutput

public final class GetTdeCertificatesSqlTaskOutput extends Object
Output of the task that gets TDE certificates in Base64 encoded format.
  • Constructor Details

    • GetTdeCertificatesSqlTaskOutput

      public GetTdeCertificatesSqlTaskOutput()
      Creates an instance of GetTdeCertificatesSqlTaskOutput class.
  • Method Details

    • base64EncodedCertificates

      public String base64EncodedCertificates()
      Get the base64EncodedCertificates property: Mapping from certificate name to base 64 encoded format.
      Returns:
      the base64EncodedCertificates value.
    • validationErrors

      public List<ReportableException> validationErrors()
      Get the validationErrors property: Validation errors.
      Returns:
      the validationErrors value.
    • validate

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