VirtualMachineScaleSetUpdateStorageProfile Class

Definition

Describes a virtual machine scale set storage profile.

public class VirtualMachineScaleSetUpdateStorageProfile
type VirtualMachineScaleSetUpdateStorageProfile = class
Public Class VirtualMachineScaleSetUpdateStorageProfile
Inheritance
VirtualMachineScaleSetUpdateStorageProfile

Constructors

VirtualMachineScaleSetUpdateStorageProfile()

Initializes a new instance of the VirtualMachineScaleSetUpdateStorageProfile class.

VirtualMachineScaleSetUpdateStorageProfile(ImageReference, VirtualMachineScaleSetUpdateOSDisk, IList<VirtualMachineScaleSetDataDisk>, String)

Initializes a new instance of the VirtualMachineScaleSetUpdateStorageProfile class.

Properties

DataDisks

Gets or sets the data disks.

DiskControllerType
ImageReference

Gets or sets the image reference.

OsDisk

Gets or sets the OS disk.

Applies to