Class GetTdeCertificatesSqlTaskInput

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

public final class GetTdeCertificatesSqlTaskInput extends Object
Input for the task that gets TDE certificates in Base64 encoded format.
  • Constructor Details

    • GetTdeCertificatesSqlTaskInput

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

    • connectionInfo

      public SqlConnectionInfo connectionInfo()
      Get the connectionInfo property: Connection information for SQL Server.
      Returns:
      the connectionInfo value.
    • withConnectionInfo

      public GetTdeCertificatesSqlTaskInput withConnectionInfo(SqlConnectionInfo connectionInfo)
      Set the connectionInfo property: Connection information for SQL Server.
      Parameters:
      connectionInfo - the connectionInfo value to set.
      Returns:
      the GetTdeCertificatesSqlTaskInput object itself.
    • backupFileShare

      public FileShare backupFileShare()
      Get the backupFileShare property: Backup file share information for file share to be used for temporarily storing files.
      Returns:
      the backupFileShare value.
    • withBackupFileShare

      public GetTdeCertificatesSqlTaskInput withBackupFileShare(FileShare backupFileShare)
      Set the backupFileShare property: Backup file share information for file share to be used for temporarily storing files.
      Parameters:
      backupFileShare - the backupFileShare value to set.
      Returns:
      the GetTdeCertificatesSqlTaskInput object itself.
    • selectedCertificates

      public List<SelectedCertificateInput> selectedCertificates()
      Get the selectedCertificates property: List containing certificate names and corresponding password to use for encrypting the exported certificate.
      Returns:
      the selectedCertificates value.
    • withSelectedCertificates

      public GetTdeCertificatesSqlTaskInput withSelectedCertificates(List<SelectedCertificateInput> selectedCertificates)
      Set the selectedCertificates property: List containing certificate names and corresponding password to use for encrypting the exported certificate.
      Parameters:
      selectedCertificates - the selectedCertificates value to set.
      Returns:
      the GetTdeCertificatesSqlTaskInput object itself.
    • validate

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