EncryptionProtectorCreateOrUpdateParameters Constructors
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.
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
- properties
- EncryptionProtectorCreateOrUpdateProperties