Uses of Interface
com.microsoft.azure.management.sql.TransparentDataEncryption
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of TransparentDataEncryption in com.microsoft.azure.management.sql
Modifier and TypeMethodDescriptionSqlDatabase.getTransparentDataEncryption()
Gets an Azure SQL Database Transparent Data Encryption for this database.TransparentDataEncryption.updateStatus
(TransparentDataEncryptionStatus transparentDataEncryptionState) Updates the state of the transparent data encryption status.Modifier and TypeMethodDescriptionrx.Observable<TransparentDataEncryption>
SqlDatabase.getTransparentDataEncryptionAsync()
Gets an Azure SQL Database Transparent Data Encryption for this database.rx.Observable<TransparentDataEncryption>
TransparentDataEncryption.updateStatusAsync
(TransparentDataEncryptionStatus transparentDataEncryptionState) Updates the state of the transparent data encryption status.