DiskInstanceView Class

Definition

The instance view of the disk.

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

Properties

EncryptionSettings

Specifies the encryption settings for the OS Disk. <br><br> Minimum api-version: 2015-06-15.

Name

The disk name.

Statuses

The resource status information.

Explicit Interface Implementations

IJsonModel<DiskInstanceView>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DiskInstanceView>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DiskInstanceView>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DiskInstanceView>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DiskInstanceView>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to