ITransparentDataEncryption Interface
Definition
An immutable client-side representation of an Azure SQL database's TransparentDataEncryption.
public interface ITransparentDataEncryption : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Sql.Fluent.Models.TransparentDataEncryptionInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasResourceGroup
type ITransparentDataEncryption = interface
interface IHasInner<TransparentDataEncryptionInner>
interface IHasResourceGroup
interface IHasName
interface IHasId
Public Interface ITransparentDataEncryption
Implements IHasId, IHasInner(Of TransparentDataEncryptionInner), IHasName, IHasResourceGroup
- Implements
Properties
DatabaseName |
Gets name of the SQL Database to which this replication belongs. |
Id |
Gets the resource id string (Inherited from IHasId) |
Inner | (Inherited from IHasInner<T>) |
Name |
Gets the name of the resource (Inherited from IHasName) |
ResourceGroupName | (Inherited from IHasResourceGroup) |
SqlServerName |
Gets name of the SQL Server to which this replication belongs. |
Status |
Gets the status of the Azure SQL Database Transparent Data Encryption. |
Methods
ListActivities() | |
UpdateStatus(TransparentDataEncryptionStates) |
Updates the state of the transparent data encryption status. |