DiskRestorePointAttributes Class

Definition

Disk Restore Point details.

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

Constructors

DiskRestorePointAttributes()

Initializes a new instance of DiskRestorePointAttributes.

Properties

Encryption

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.

Id

Resource Id.

(Inherited from ComputeSubResourceData)
SourceDiskRestorePointId

Gets or sets Id.

Explicit Interface Implementations

IJsonModel<ComputeSubResourceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from ComputeSubResourceData)
IJsonModel<ComputeSubResourceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from ComputeSubResourceData)
IJsonModel<DiskRestorePointAttributes>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DiskRestorePointAttributes>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ComputeSubResourceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from ComputeSubResourceData)
IPersistableModel<ComputeSubResourceData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from ComputeSubResourceData)
IPersistableModel<ComputeSubResourceData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from ComputeSubResourceData)
IPersistableModel<DiskRestorePointAttributes>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DiskRestorePointAttributes>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DiskRestorePointAttributes>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to