Share via


VirtualMachineScaleSetManagedDisk Class

Definition

Describes the parameters of a ScaleSet managed disk.

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

Constructors

VirtualMachineScaleSetManagedDisk()

Initializes a new instance of VirtualMachineScaleSetManagedDisk.

Properties

DiskEncryptionSetId

Gets or sets Id.

SecurityProfile

Specifies the security profile for the managed disk.

StorageAccountType

Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk.

Explicit Interface Implementations

IJsonModel<VirtualMachineScaleSetManagedDisk>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VirtualMachineScaleSetManagedDisk>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VirtualMachineScaleSetManagedDisk>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VirtualMachineScaleSetManagedDisk>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VirtualMachineScaleSetManagedDisk>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to