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