ManagedTransparentDataEncryptionProperties Class
- java.
lang. Object - com.
azure. resourcemanager. sql. fluent. models. ManagedTransparentDataEncryptionProperties
- com.
Implements
public final class ManagedTransparentDataEncryptionProperties
implements JsonSerializable<ManagedTransparentDataEncryptionProperties>
Properties of a transparent data encryption.
Constructor Summary
| Constructor | Description |
|---|---|
| ManagedTransparentDataEncryptionProperties() |
Creates an instance of Managed |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Managed |
fromJson(JsonReader jsonReader)
Reads an instance of Managed |
|
Transparent |
state()
Get the state property: Specifies the state of the transparent data encryption. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Managed |
withState(TransparentDataEncryptionState state)
Set the state property: Specifies the state of the transparent data encryption. |
Methods inherited from java.lang.Object
Constructor Details
ManagedTransparentDataEncryptionProperties
public ManagedTransparentDataEncryptionProperties()
Creates an instance of ManagedTransparentDataEncryptionProperties class.
Method Details
fromJson
public static ManagedTransparentDataEncryptionProperties fromJson(JsonReader jsonReader)
Reads an instance of ManagedTransparentDataEncryptionProperties from the JsonReader.
Parameters:
Returns:
Throws:
state
public TransparentDataEncryptionState state()
Get the state property: Specifies the state of the transparent data encryption.
Returns:
toJson
validate
public void validate()
Validates the instance.
withState
public ManagedTransparentDataEncryptionProperties withState(TransparentDataEncryptionState state)
Set the state property: Specifies the state of the transparent data encryption.
Parameters:
Returns: