Uses of Interface
com.azure.resourcemanager.sql.models.TransparentDataEncryption
Packages that use TransparentDataEncryption
Package
Description
Package containing the data models for SqlManagementClient.
-
Uses of TransparentDataEncryption in com.azure.resourcemanager.sql.models
Subinterfaces with type arguments of type TransparentDataEncryption in com.azure.resourcemanager.sql.modelsModifier and TypeInterfaceDescriptioninterfaceAn immutable client-side representation of an Azure SQL database's TransparentDataEncryption.Methods in com.azure.resourcemanager.sql.models that return TransparentDataEncryptionModifier and TypeMethodDescriptionSqlDatabase.getTransparentDataEncryption()Gets an Azure SQL Database Transparent Data Encryption for this database.TransparentDataEncryption.updateStatus(TransparentDataEncryptionState transparentDataEncryptionState) Updates the state of the transparent data encryption status.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type TransparentDataEncryptionModifier and TypeMethodDescriptionSqlDatabase.getTransparentDataEncryptionAsync()Gets an Azure SQL Database Transparent Data Encryption for this database.TransparentDataEncryption.updateStatusAsync(TransparentDataEncryptionState transparentDataEncryptionState) Updates the state of the transparent data encryption status.