LogicalDatabaseTransparentDataEncryption 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
LogicalDatabaseTransparentDataEncryption() |
Initializes a new instance of the LogicalDatabaseTransparentDataEncryption class. |
LogicalDatabaseTransparentDataEncryption(TransparentDataEncryptionState, String, String, String) |
Initializes a new instance of the LogicalDatabaseTransparentDataEncryption class. |
LogicalDatabaseTransparentDataEncryption()
Initializes a new instance of the LogicalDatabaseTransparentDataEncryption class.
public LogicalDatabaseTransparentDataEncryption ();
Public Sub New ()
Applies to
LogicalDatabaseTransparentDataEncryption(TransparentDataEncryptionState, String, String, String)
Initializes a new instance of the LogicalDatabaseTransparentDataEncryption class.
public LogicalDatabaseTransparentDataEncryption (Microsoft.Azure.Management.Sql.Models.TransparentDataEncryptionState state, string id = default, string name = default, string type = default);
new Microsoft.Azure.Management.Sql.Models.LogicalDatabaseTransparentDataEncryption : Microsoft.Azure.Management.Sql.Models.TransparentDataEncryptionState * string * string * string -> Microsoft.Azure.Management.Sql.Models.LogicalDatabaseTransparentDataEncryption
Public Sub New (state As TransparentDataEncryptionState, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing)
Parameters
Specifies the state of the transparent data encryption. Possible values include: 'Enabled', 'Disabled'
- id
- String
Resource ID.
- name
- String
Resource name.
- type
- String
Resource type.
Applies to
Azure SDK for .NET