### YamlMime:JavaType uid: "com.azure.resourcemanager.sql.models.TransparentDataEncryption" fullName: "com.azure.resourcemanager.sql.models.TransparentDataEncryption" name: "TransparentDataEncryption" nameWithType: "TransparentDataEncryption" summary: "An immutable client-side representation of an Azure SQL database's TransparentDataEncryption." syntax: "public interface **TransparentDataEncryption**
extends <>, <>, , , " methods: - uid: "com.azure.resourcemanager.sql.models.TransparentDataEncryption.databaseName()" fullName: "com.azure.resourcemanager.sql.models.TransparentDataEncryption.databaseName()" name: "databaseName()" nameWithType: "TransparentDataEncryption.databaseName()" modifiers: - "abstract" syntax: "public abstract String databaseName()" returns: description: "name of the SQL Database to which this replication belongs" type: "String" - uid: "com.azure.resourcemanager.sql.models.TransparentDataEncryption.sqlServerName()" fullName: "com.azure.resourcemanager.sql.models.TransparentDataEncryption.sqlServerName()" name: "sqlServerName()" nameWithType: "TransparentDataEncryption.sqlServerName()" modifiers: - "abstract" syntax: "public abstract String sqlServerName()" returns: description: "name of the SQL Server to which this replication belongs" type: "String" - uid: "com.azure.resourcemanager.sql.models.TransparentDataEncryption.status()" fullName: "com.azure.resourcemanager.sql.models.TransparentDataEncryption.status()" name: "status()" nameWithType: "TransparentDataEncryption.status()" modifiers: - "abstract" syntax: "public abstract TransparentDataEncryptionState status()" returns: description: "the status of the Azure SQL Database Transparent Data Encryption" type: "" - uid: "com.azure.resourcemanager.sql.models.TransparentDataEncryption.updateStatus(com.azure.resourcemanager.sql.models.TransparentDataEncryptionState)" fullName: "com.azure.resourcemanager.sql.models.TransparentDataEncryption.updateStatus(TransparentDataEncryptionState transparentDataEncryptionState)" name: "updateStatus(TransparentDataEncryptionState transparentDataEncryptionState)" nameWithType: "TransparentDataEncryption.updateStatus(TransparentDataEncryptionState transparentDataEncryptionState)" summary: "Updates the state of the transparent data encryption status." modifiers: - "abstract" parameters: - description: "state of the data encryption to set" name: "transparentDataEncryptionState" type: "" syntax: "public abstract TransparentDataEncryption updateStatus(TransparentDataEncryptionState transparentDataEncryptionState)" desc: "Updates the state of the transparent data encryption status." returns: description: "the new encryption settings after the update operation" type: "" - uid: "com.azure.resourcemanager.sql.models.TransparentDataEncryption.updateStatusAsync(com.azure.resourcemanager.sql.models.TransparentDataEncryptionState)" fullName: "com.azure.resourcemanager.sql.models.TransparentDataEncryption.updateStatusAsync(TransparentDataEncryptionState transparentDataEncryptionState)" name: "updateStatusAsync(TransparentDataEncryptionState transparentDataEncryptionState)" nameWithType: "TransparentDataEncryption.updateStatusAsync(TransparentDataEncryptionState transparentDataEncryptionState)" summary: "Updates the state of the transparent data encryption status." modifiers: - "abstract" parameters: - description: "state of the data encryption to set" name: "transparentDataEncryptionState" type: "" syntax: "public abstract Mono updateStatusAsync(TransparentDataEncryptionState transparentDataEncryptionState)" desc: "Updates the state of the transparent data encryption status." returns: description: "a representation of the deferred computation of the new encryption settings after the update operation" type: "Mono<>" type: "interface" desc: "An immutable client-side representation of an Azure SQL database's TransparentDataEncryption." implements: - "" - "" - "" - "<>" - "<>" metadata: {} package: "com.azure.resourcemanager.sql.models" artifact: com.azure.resourcemanager:azure-resourcemanager-sql:2.42.0