GetTdeCertificatesSqlTaskInput Constructor
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.
Initializes a new instance of GetTdeCertificatesSqlTaskInput.
public GetTdeCertificatesSqlTaskInput(Azure.ResourceManager.DataMigration.Models.DataMigrationSqlConnectionInfo connectionInfo, Azure.ResourceManager.DataMigration.Models.DataMigrationFileShareInfo backupFileShare, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataMigration.Models.SelectedCertificateInput> selectedCertificates);
new Azure.ResourceManager.DataMigration.Models.GetTdeCertificatesSqlTaskInput : Azure.ResourceManager.DataMigration.Models.DataMigrationSqlConnectionInfo * Azure.ResourceManager.DataMigration.Models.DataMigrationFileShareInfo * seq<Azure.ResourceManager.DataMigration.Models.SelectedCertificateInput> -> Azure.ResourceManager.DataMigration.Models.GetTdeCertificatesSqlTaskInput
Public Sub New (connectionInfo As DataMigrationSqlConnectionInfo, backupFileShare As DataMigrationFileShareInfo, selectedCertificates As IEnumerable(Of SelectedCertificateInput))
Parameters
- connectionInfo
- DataMigrationSqlConnectionInfo
Connection information for SQL Server.
- backupFileShare
- DataMigrationFileShareInfo
Backup file share information for file share to be used for temporarily storing files.
- selectedCertificates
- IEnumerable<SelectedCertificateInput>
List containing certificate names and corresponding password to use for encrypting the exported certificate.
Exceptions
connectionInfo, backupFileShare or selectedCertificates is null.