Interface TransparentDataEncryption

    • Method Detail

      • sqlServerName

        String sqlServerName()
        Returns:
        name of the SQL Server to which this replication belongs
      • databaseName

        String databaseName()
        Returns:
        name of the SQL Database to which this replication belongs
      • updateStatus

        TransparentDataEncryption updateStatus​(TransparentDataEncryptionStatus transparentDataEncryptionState)
        Updates the state of the transparent data encryption status.
        Parameters:
        transparentDataEncryptionState - state of the data encryption to set
        Returns:
        the new encryption settings after the update operation
      • updateStatusAsync

        Mono<TransparentDataEncryption> updateStatusAsync​(TransparentDataEncryptionStatus transparentDataEncryptionState)
        Updates the state of the transparent data encryption status.
        Parameters:
        transparentDataEncryptionState - state of the data encryption to set
        Returns:
        a representation of the deferred computation of the new encryption settings after the update operation
      • listActivitiesAsync

        com.azure.core.http.rest.PagedFlux<TransparentDataEncryptionActivity> listActivitiesAsync()
        Returns:
        an Azure SQL Database Transparent Data Encryption Activities