ManagedDisk Class

Definition

The ManagedDisk.

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

Constructors

ManagedDisk()

Initializes a new instance of ManagedDisk.

Properties

SecurityEncryptionType

Specifies the EncryptionType of the managed disk. It is set to VMGuestStateOnly for encryption of just the VMGuestState blob, and NonPersistedTPM for not persisting firmware state in the VMGuestState blob. Note: It can be set for only Confidential VMs and required when using Confidential VMs.

StorageAccountType

The storage account type for use in creating data disks or OS disk.

Explicit Interface Implementations

IJsonModel<ManagedDisk>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ManagedDisk>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ManagedDisk>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagedDisk>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ManagedDisk>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to