다음을 통해 공유


RestorePointEncryption Class

Definition

Encryption at rest settings for disk restore point. It is an optional property that can be specified in the input while creating a restore point.

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

Constructors

RestorePointEncryption()

Initializes a new instance of RestorePointEncryption.

Properties

DiskEncryptionSetId

Gets or sets Id.

EncryptionType

The type of key used to encrypt the data of the disk restore point.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<RestorePointEncryption>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RestorePointEncryption>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RestorePointEncryption>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RestorePointEncryption>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RestorePointEncryption>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to