Interface TransparentDataEncryptionActivity
- All Superinterfaces:
HasId
,HasInner<com.microsoft.azure.management.sql.implementation.TransparentDataEncryptionActivityInner>
,HasName
,HasResourceGroup
public interface TransparentDataEncryptionActivity
extends HasInner<com.microsoft.azure.management.sql.implementation.TransparentDataEncryptionActivityInner>, HasResourceGroup, HasName, HasId
An immutable client-side representation of an Azure SQL database's TransparentDataEncryptionActivity.
-
Method Summary
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasId
id
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName
name
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup
resourceGroupName
-
Method Details
-
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
-
status
- Returns:
- the status transparent data encryption of the Azure SQL Database
-
percentComplete
double percentComplete()- Returns:
- the percent complete of the transparent data encryption scan for a Azure SQL Database.
-