EncryptionDetails Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. models. EncryptionDetails
- com.
Implements
public final class EncryptionDetails
implements JsonSerializable<EncryptionDetails>
Details of the encryption associated with the workspace.
Constructor Summary
| Constructor | Description |
|---|---|
| EncryptionDetails() |
Creates an instance of Encryption |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Customer |
cmk()
Get the cmk property: Customer Managed Key Details. |
| Boolean |
doubleEncryptionEnabled()
Get the double |
|
static
Encryption |
fromJson(JsonReader jsonReader)
Reads an instance of Encryption |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Encryption |
withCmk(CustomerManagedKeyDetails cmk)
Set the cmk property: Customer Managed Key Details. |
Methods inherited from java.lang.Object
Constructor Details
EncryptionDetails
public EncryptionDetails()
Creates an instance of EncryptionDetails class.
Method Details
cmk
public CustomerManagedKeyDetails cmk()
Get the cmk property: Customer Managed Key Details.
Returns:
doubleEncryptionEnabled
public Boolean doubleEncryptionEnabled()
Get the doubleEncryptionEnabled property: Double Encryption enabled.
Returns:
fromJson
public static EncryptionDetails fromJson(JsonReader jsonReader)
Reads an instance of EncryptionDetails from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withCmk
public EncryptionDetails withCmk(CustomerManagedKeyDetails cmk)
Set the cmk property: Customer Managed Key Details.
Parameters:
Returns: