ElasticSanEncryptionProperties Class

Definition

The encryption settings on the volume group.

public class ElasticSanEncryptionProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ElasticSan.Models.ElasticSanEncryptionProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ElasticSan.Models.ElasticSanEncryptionProperties>
type ElasticSanEncryptionProperties = class
    interface IJsonModel<ElasticSanEncryptionProperties>
    interface IPersistableModel<ElasticSanEncryptionProperties>
Public Class ElasticSanEncryptionProperties
Implements IJsonModel(Of ElasticSanEncryptionProperties), IPersistableModel(Of ElasticSanEncryptionProperties)
Inheritance
ElasticSanEncryptionProperties
Implements

Constructors

ElasticSanEncryptionProperties()

Initializes a new instance of ElasticSanEncryptionProperties.

Properties

EncryptionUserAssignedIdentity

Resource identifier of the UserAssigned identity to be associated with server-side encryption on the volume group.

KeyVaultProperties

Properties provided by key vault.

Explicit Interface Implementations

IJsonModel<ElasticSanEncryptionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ElasticSanEncryptionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ElasticSanEncryptionProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ElasticSanEncryptionProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ElasticSanEncryptionProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to