ScVmmVirtualDiskUpdate Class

Definition

Virtual disk model.

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

Constructors

ScVmmVirtualDiskUpdate()

Initializes a new instance of ScVmmVirtualDiskUpdate.

Properties

Bus

Gets or sets the disk bus.

BusType

Gets or sets the disk bus type.

DiskId

Gets or sets the disk id.

DiskSizeGB

Gets or sets the disk total size.

Lun

Gets or sets the disk lun.

Name

Gets or sets the name of the disk.

StorageQosPolicy

The QoS policy for the disk.

VhdType

Gets or sets the disk vhd type.

Explicit Interface Implementations

IJsonModel<ScVmmVirtualDiskUpdate>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ScVmmVirtualDiskUpdate>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ScVmmVirtualDiskUpdate>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ScVmmVirtualDiskUpdate>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ScVmmVirtualDiskUpdate>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to