InMageDiskDetails Class

Definition

VMware/Physical specific Disk Details.

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

Properties

DiskConfiguration

Whether disk is dynamic disk or basic disk.

DiskId

The disk Id.

DiskName

The disk name.

DiskSizeInMB

The disk size in MB.

DiskType

Whether disk is system disk or data disk.

VolumeList

Volumes of the disk.

Explicit Interface Implementations

IJsonModel<InMageDiskDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<InMageDiskDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<InMageDiskDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<InMageDiskDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<InMageDiskDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to