Class ManagedTransparentDataEncryptionProperties
java.lang.Object
com.azure.resourcemanager.sql.fluent.models.ManagedTransparentDataEncryptionProperties
Properties of a transparent data encryption.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ManagedTransparentDataEncryptionProperties class. -
Method Summary
-
Constructor Details
-
ManagedTransparentDataEncryptionProperties
public ManagedTransparentDataEncryptionProperties()Creates an instance of ManagedTransparentDataEncryptionProperties 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 ManagedTransparentDataEncryptionProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-