TransparentDataEncryption Interface
Implements
public interface TransparentDataEncryption
extends Refreshable<TransparentDataEncryption>, HasInnerModel<LogicalDatabaseTransparentDataEncryptionInner>, HasResourceGroup, HasName, HasId
An immutable client-side representation of an Azure SQL database's TransparentDataEncryption.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
databaseName()
Gets the name of the SQL Database to which this replication belongs. |
| abstract String |
sqlServerName()
Gets the name of the SQL Server to which this replication belongs. |
|
abstract
Transparent |
status()
Gets the status of the Azure SQL Database Transparent Data Encryption. |
|
abstract
Transparent |
updateStatus(TransparentDataEncryptionState transparentDataEncryptionState)
Updates the state of the transparent data encryption status. |
|
abstract
Mono<Transparent |
updateStatusAsync(TransparentDataEncryptionState transparentDataEncryptionState)
Updates the state of the transparent data encryption status. |
Method Details
databaseName
public abstract String databaseName()
Gets the name of the SQL Database to which this replication belongs.
Returns:
sqlServerName
public abstract String sqlServerName()
Gets the name of the SQL Server to which this replication belongs.
Returns:
status
public abstract TransparentDataEncryptionState status()
Gets the status of the Azure SQL Database Transparent Data Encryption.
Returns:
updateStatus
public abstract TransparentDataEncryption updateStatus(TransparentDataEncryptionState transparentDataEncryptionState)
Updates the state of the transparent data encryption status.
Parameters:
Returns:
updateStatusAsync
public abstract Mono<TransparentDataEncryption> updateStatusAsync(TransparentDataEncryptionState transparentDataEncryptionState)
Updates the state of the transparent data encryption status.
Parameters:
Returns: