EncryptionDetails Class

  • java.lang.Object
    • com.azure.resourcemanager.synapse.models.EncryptionDetails

public final class EncryptionDetails

Details of the encryption associated with the workspace.

Constructor Summary

Constructor Description
EncryptionDetails()

Creates an instance of EncryptionDetails class.

Method Summary

Modifier and Type Method and Description
CustomerManagedKeyDetails cmk()

Get the cmk property: Customer Managed Key Details.

Boolean doubleEncryptionEnabled()

Get the doubleEncryptionEnabled property: Double Encryption enabled.

void validate()

Validates the instance.

EncryptionDetails 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:

the cmk value.

doubleEncryptionEnabled

public Boolean doubleEncryptionEnabled()

Get the doubleEncryptionEnabled property: Double Encryption enabled.

Returns:

the doubleEncryptionEnabled value.

validate

public void validate()

Validates the instance.

withCmk

public EncryptionDetails withCmk(CustomerManagedKeyDetails cmk)

Set the cmk property: Customer Managed Key Details.

Parameters:

cmk - the cmk value to set.

Returns:

the EncryptionDetails object itself.

Applies to