ITransparentDataEncryption Interface

Definition

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

public interface ITransparentDataEncryption : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, 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, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.Sql.Fluent.ITransparentDataEncryption>
type ITransparentDataEncryption = interface
    interface IBeta
    interface IRefreshable<ITransparentDataEncryption>
    interface IHasInner<TransparentDataEncryptionInner>
    interface IHasResourceGroup
    interface IHasName
    interface IHasId
Public Interface ITransparentDataEncryption
Implements IBeta, IHasId, IHasInner(Of TransparentDataEncryptionInner), IHasName, IHasResourceGroup, IRefreshable(Of ITransparentDataEncryption)
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()
ListActivitiesAsync(CancellationToken)
Refresh()

Refreshes the resource to sync with Azure.

(Inherited from IRefreshable<T>)
RefreshAsync(CancellationToken)

Refreshes the resource to sync with Azure.

(Inherited from IRefreshable<T>)
UpdateStatus(TransparentDataEncryptionStatus)

Updates the state of the transparent data encryption status.

UpdateStatusAsync(TransparentDataEncryptionStatus, CancellationToken)

Updates the state of the transparent data encryption status.

Applies to