GetTdeCertificatesSqlTaskInput interface
Input for the task that gets TDE certificates in Base64 encoded format.
Properties
backup |
Backup file share information for file share to be used for temporarily storing files. |
connection |
Connection information for SQL Server |
selected |
List containing certificate names and corresponding password to use for encrypting the exported certificate. |
Property Details
backupFileShare
Backup file share information for file share to be used for temporarily storing files.
backupFileShare: FileShare
Property Value
connectionInfo
Connection information for SQL Server
connectionInfo: SqlConnectionInfo
Property Value
selectedCertificates
List containing certificate names and corresponding password to use for encrypting the exported certificate.
selectedCertificates: SelectedCertificateInput[]
Property Value
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript