DiskImageEncryption Class

Definition

This is the disk image encryption base class.

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

Constructors

DiskImageEncryption()

Initializes a new instance of DiskImageEncryption.

Properties

DiskEncryptionSetId

A relative URI containing the resource ID of the disk encryption set.

Explicit Interface Implementations

IJsonModel<DiskImageEncryption>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DiskImageEncryption>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DiskImageEncryption>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DiskImageEncryption>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DiskImageEncryption>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to