Package version:

Interface ImageStorageProfile

Describes a storage profile.

interface ImageStorageProfile {
    dataDisks?: ImageDataDisk[];
    osDisk?: ImageOSDisk;
    zoneResilient?: boolean;
}

Properties

dataDisks?: ImageDataDisk[]

Specifies the parameters that are used to add a data disk to a virtual machine.

For more information about disks, see About disks and VHDs for Azure virtual machines.

osDisk?: ImageOSDisk

Specifies information about the operating system disk used by the virtual machine.

For more information about disks, see About disks and VHDs for Azure virtual machines.

zoneResilient?: boolean

Specifies whether an image is zone resilient or not. Default is false. Zone resilient images can be created only in regions that provide Zone Redundant Storage (ZRS).