Get-AzSqlDatabaseTransparentDataEncryption cmdlet은 Azure SQL 데이터베이스에 대한 TDE(투명한 데이터 암호화) 상태를 가져옵니다.
자세한 내용은 Microsoft 개발자 네트워크 라이브러리의 Azure SQL Databasehttps://msdn.microsoft.com/library/dn948096 (https://msdn.microsoft.com/library/dn948096)를 사용한 투명한 데이터 암호화를 참조하세요.
이 cmdlet은 TDE의 현재 상태를 가져오지만 암호화 및 암호 해독은 모두 장기 실행 작업일 수 있습니다.
암호화 검사 진행률을 보려면 Get-AzSqlDatabaseTransparentDataEncryptionActivity cmdlet을 실행합니다.
또한 이 cmdlet은 Azure의 SQL Server Stretch Database 서비스에서도 지원됩니다.
이 cmdlet은 일반적인 매개 변수인 -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction 및 -WarningVariable 매개 변수를 지원합니다. 자세한 내용은 about_CommonParameters를 참조하세요.