Class LogicalDatabaseTransparentDataEncryptionInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.sql.fluent.models.LogicalDatabaseTransparentDataEncryptionInner
public final class LogicalDatabaseTransparentDataEncryptionInner
extends com.azure.core.management.ProxyResource
A logical database transparent data encryption state.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of LogicalDatabaseTransparentDataEncryptionInner class. -
Method Summary
Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
LogicalDatabaseTransparentDataEncryptionInner
public LogicalDatabaseTransparentDataEncryptionInner()Creates an instance of LogicalDatabaseTransparentDataEncryptionInner class.
-
-
Method Details
-
state
Get the state property: Specifies the state of the transparent data encryption.- Returns:
- the state value.
-
withState
public LogicalDatabaseTransparentDataEncryptionInner withState(TransparentDataEncryptionState state) Set the state property: Specifies the state of the transparent data encryption.- Parameters:
state- the state value to set.- Returns:
- the LogicalDatabaseTransparentDataEncryptionInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-