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

EncryptionProtectorCreateOrUpdateParameters Constructors

Definition

Overloads

EncryptionProtectorCreateOrUpdateParameters()

Initializes a new instance of the EncryptionProtectorCreateOrUpdateParameters class.

EncryptionProtectorCreateOrUpdateParameters(EncryptionProtectorCreateOrUpdateProperties)

Initializes a new instance of the EncryptionProtectorCreateOrUpdateParameters class with required arguments.

EncryptionProtectorCreateOrUpdateParameters()

Initializes a new instance of the EncryptionProtectorCreateOrUpdateParameters class.

public EncryptionProtectorCreateOrUpdateParameters ();
Public Sub New ()

Applies to

EncryptionProtectorCreateOrUpdateParameters(EncryptionProtectorCreateOrUpdateProperties)

Initializes a new instance of the EncryptionProtectorCreateOrUpdateParameters class with required arguments.

public EncryptionProtectorCreateOrUpdateParameters (Microsoft.Azure.Management.Sql.LegacySdk.Models.EncryptionProtectorCreateOrUpdateProperties properties);
new Microsoft.Azure.Management.Sql.LegacySdk.Models.EncryptionProtectorCreateOrUpdateParameters : Microsoft.Azure.Management.Sql.LegacySdk.Models.EncryptionProtectorCreateOrUpdateProperties -> Microsoft.Azure.Management.Sql.LegacySdk.Models.EncryptionProtectorCreateOrUpdateParameters
Public Sub New (properties As EncryptionProtectorCreateOrUpdateProperties)

Parameters

Applies to