Class TransparentDataEncryptionActivityInner
- java.lang.Object
-
- com.azure.core.management.ProxyResource
-
- com.azure.resourcemanager.sql.fluent.models.TransparentDataEncryptionActivityInner
-
public class TransparentDataEncryptionActivityInner extends com.azure.core.management.ProxyResourceRepresents a database transparent data encryption Scan.
-
-
Constructor Summary
Constructors Constructor Description TransparentDataEncryptionActivityInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringlocation()Get the location property: Resource location.FloatpercentComplete()Get the percentComplete property: The percent complete of the transparent data encryption scan for a database.TransparentDataEncryptionActivityStatusstatus()Get the status property: The status of the database.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
location
public String location()
Get the location property: Resource location.- Returns:
- the location value.
-
status
public TransparentDataEncryptionActivityStatus status()
Get the status property: The status of the database.- Returns:
- the status value.
-
percentComplete
public Float percentComplete()
Get the percentComplete property: The percent complete of the transparent data encryption scan for a database.- Returns:
- the percentComplete value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-