RestorePointSourceVmStorageProfile Class

Definition

Describes the storage profile.

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

Constructors

RestorePointSourceVmStorageProfile()

Initializes a new instance of RestorePointSourceVmStorageProfile.

Properties

DataDiskList

Gets the data disks of the VM captured at the time of the restore point creation.

DataDisks

Gets the data disks of the VM captured at the time of the restore point creation.

DiskControllerType

Gets the disk controller type of the VM captured at the time of the restore point creation.

OSDisk

Gets the OS disk of the VM captured at the time of the restore point creation.

Explicit Interface Implementations

IJsonModel<RestorePointSourceVmStorageProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RestorePointSourceVmStorageProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RestorePointSourceVmStorageProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RestorePointSourceVmStorageProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RestorePointSourceVmStorageProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to