GetTdeCertificatesSqlTaskInput Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Input for the task that gets TDE certificates in Base64 encoded format.
public class GetTdeCertificatesSqlTaskInput
type GetTdeCertificatesSqlTaskInput = class
Public Class GetTdeCertificatesSqlTaskInput
- Inheritance
-
GetTdeCertificatesSqlTaskInput
Constructors
GetTdeCertificatesSqlTaskInput(SqlConnectionInfo, FileShare, IEnumerable<SelectedCertificateInput>) |
Initializes a new instance of GetTdeCertificatesSqlTaskInput. |
Properties
BackupFileShare |
Backup file share information for file share to be used for temporarily storing files. |
ConnectionInfo |
Connection information for SQL Server. |
SelectedCertificates |
List containing certificate names and corresponding password to use for encrypting the exported certificate. |
Applies to
Azure SDK for .NET