EncryptionImages Class

Definition

Optional. Allows users to provide customer managed keys for encrypting the OS and data disks in the gallery artifact.

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

Constructors

EncryptionImages()

Initializes a new instance of EncryptionImages.

Properties

DataDiskImages

A list of encryption specifications for data disk images.

OSDiskImage

Contains encryption settings for an OS disk image.

Explicit Interface Implementations

IJsonModel<EncryptionImages>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EncryptionImages>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EncryptionImages>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EncryptionImages>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EncryptionImages>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to