你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

GetTdeCertificatesSqlTaskInput Class

Definition

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()

Initializes a new instance of the GetTdeCertificatesSqlTaskInput class.

GetTdeCertificatesSqlTaskInput(SqlConnectionInfo, FileShare, IList<SelectedCertificateInput>)

Initializes a new instance of the GetTdeCertificatesSqlTaskInput class.

Properties

BackupFileShare

Gets or sets backup file share information for file share to be used for temporarily storing files.

ConnectionInfo

Gets or sets connection information for SQL Server

SelectedCertificates

Gets or sets list containing certificate names and corresponding password to use for encrypting the exported certificate.

Methods

Validate()

Validate the object.

Applies to