ManagedTransparentDataEncryption 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
ManagedTransparentDataEncryption() |
Initializes a new instance of the ManagedTransparentDataEncryption class. |
ManagedTransparentDataEncryption(TransparentDataEncryptionState, String, String, String) |
Initializes a new instance of the ManagedTransparentDataEncryption class. |
ManagedTransparentDataEncryption()
Initializes a new instance of the ManagedTransparentDataEncryption class.
public ManagedTransparentDataEncryption ();
Public Sub New ()
Applies to
ManagedTransparentDataEncryption(TransparentDataEncryptionState, String, String, String)
Initializes a new instance of the ManagedTransparentDataEncryption class.
public ManagedTransparentDataEncryption (Microsoft.Azure.Management.Sql.Models.TransparentDataEncryptionState state, string id = default, string name = default, string type = default);
new Microsoft.Azure.Management.Sql.Models.ManagedTransparentDataEncryption : Microsoft.Azure.Management.Sql.Models.TransparentDataEncryptionState * string * string * string -> Microsoft.Azure.Management.Sql.Models.ManagedTransparentDataEncryption
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