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