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