TransparentDataEncryptionActivity Interface
public interface TransparentDataEncryptionActivity extends HasInner,HasResourceGroup,HasName,HasId,HasInner,HasResourceGroup,HasName,HasId
An immutable client-side representation of an Azure SQL database's TransparentDataEncryptionActivity.
Method Summary
Modifier and Type | Method and Description |
---|---|
String | databaseName() |
double | percentComplete() |
String | sqlServerName() |
Transparent |
status() |
Inherited Members
Method Details
databaseName
public String databaseName()
Returns:
name of the SQL Database to which this replication belongs
percentComplete
public double percentComplete()
Returns:
the percent complete of the transparent data encryption scan for a Azure SQL Database.
sqlServerName
public String sqlServerName()
Returns:
name of the SQL Server to which this replication belongs
status
public TransparentDataEncryptionActivityStatus status()
Returns:
the status transparent data encryption of the Azure SQL Database
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java