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.SqlConnectionInfo connectionInfo, Azure.ResourceManager.DataMigration.Models.FileShare backupFileShare, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataMigration.Models.SelectedCertificateInput> selectedCertificates);
new Azure.ResourceManager.DataMigration.Models.GetTdeCertificatesSqlTaskInput : Azure.ResourceManager.DataMigration.Models.SqlConnectionInfo * Azure.ResourceManager.DataMigration.Models.FileShare * seq<Azure.ResourceManager.DataMigration.Models.SelectedCertificateInput> -> Azure.ResourceManager.DataMigration.Models.GetTdeCertificatesSqlTaskInput
Public Sub New (connectionInfo As SqlConnectionInfo, backupFileShare As FileShare, selectedCertificates As IEnumerable(Of SelectedCertificateInput))
Parameters
- connectionInfo
- SqlConnectionInfo
Connection information for SQL Server.
- backupFileShare
- FileShare
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.
Applies to
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 .NET