DataBoxEncryptionPreferences Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Preferences related to the Encryption.
public class DataBoxEncryptionPreferences : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataBox.Models.DataBoxEncryptionPreferences>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataBox.Models.DataBoxEncryptionPreferences>
type DataBoxEncryptionPreferences = class
interface IJsonModel<DataBoxEncryptionPreferences>
interface IPersistableModel<DataBoxEncryptionPreferences>
Public Class DataBoxEncryptionPreferences
Implements IJsonModel(Of DataBoxEncryptionPreferences), IPersistableModel(Of DataBoxEncryptionPreferences)
- Inheritance
-
DataBoxEncryptionPreferences
- Implements
Constructors
DataBoxEncryptionPreferences() |
Initializes a new instance of DataBoxEncryptionPreferences. |
Properties
DoubleEncryption |
Defines secondary layer of software-based encryption enablement. |
HardwareEncryption |
Defines Hardware level encryption (Only for disk). |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<DataBoxEncryptionPreferences>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DataBoxEncryptionPreferences>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DataBoxEncryptionPreferences>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DataBoxEncryptionPreferences>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DataBoxEncryptionPreferences>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET