DellFileSystemEncryptionProperties 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.
EncryptionProperties of Dell FileSystem resource.
public class DellFileSystemEncryptionProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Dell.Storage.Models.DellFileSystemEncryptionProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Dell.Storage.Models.DellFileSystemEncryptionProperties>
type DellFileSystemEncryptionProperties = class
interface IJsonModel<DellFileSystemEncryptionProperties>
interface IPersistableModel<DellFileSystemEncryptionProperties>
Public Class DellFileSystemEncryptionProperties
Implements IJsonModel(Of DellFileSystemEncryptionProperties), IPersistableModel(Of DellFileSystemEncryptionProperties)
- Inheritance
-
DellFileSystemEncryptionProperties
- Implements
Constructors
DellFileSystemEncryptionProperties(DellFileSystemEncryptionType) |
Initializes a new instance of DellFileSystemEncryptionProperties. |
Properties
EncryptionIdentityProperties |
Identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault - Only when user opts for CMK and hence optional. |
EncryptionType |
Encryption Type - MMK/CMK. |
KeyUri |
Versioned Encryption Key Url - Only when user opts for CMK and hence optional. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<DellFileSystemEncryptionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DellFileSystemEncryptionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DellFileSystemEncryptionProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DellFileSystemEncryptionProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DellFileSystemEncryptionProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |