LargeInstanceDisk Class

Definition

Specifies the disk information fo the Azure Large Instance.

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

Properties

DiskSizeGB

Specifies the size of an empty data disk in gigabytes.

Lun

Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM.

Name

The disk name.

Explicit Interface Implementations

IJsonModel<LargeInstanceDisk>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LargeInstanceDisk>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LargeInstanceDisk>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LargeInstanceDisk>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LargeInstanceDisk>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to