Package version:

Interface VirtualMachineScaleSetUpdateStorageProfile

Describes a virtual machine scale set storage profile.

interface VirtualMachineScaleSetUpdateStorageProfile {
    dataDisks?: VirtualMachineScaleSetDataDisk[];
    diskControllerType?: string;
    imageReference?: ImageReference;
    osDisk?: VirtualMachineScaleSetUpdateOSDisk;
}

Properties

The data disks.

diskControllerType?: string
imageReference?: ImageReference

The image reference.

The OS disk.