ITransparentDataEncryptionActivity Interface

Definition

An immutable client-side representation of an Azure SQL database's TransparentDataEncryptionActivity.

public interface ITransparentDataEncryptionActivity : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Sql.Fluent.Models.TransparentDataEncryptionActivityInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasResourceGroup
type ITransparentDataEncryptionActivity = interface
    interface IHasInner<TransparentDataEncryptionActivityInner>
    interface IHasResourceGroup
    interface IHasName
    interface IHasId
Public Interface ITransparentDataEncryptionActivity
Implements IHasId, IHasInner(Of TransparentDataEncryptionActivityInner), 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)
PercentComplete

Gets the percent complete of the transparent data encryption scan for a Azure SQL Database.

ResourceGroupName (Inherited from IHasResourceGroup)
SqlServerName

Gets name of the SQL Server to which this replication belongs.

Status

Gets the status transparent data encryption of the Azure SQL Database.

Applies to