Share via


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