ImageStorageProfile interface
Describes a storage profile.
Properties
data |
Specifies the parameters that are used to add a data disk to a virtual machine. |
os |
Specifies information about the operating system disk used by the virtual machine. |
zone |
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). |
Property Details
dataDisks
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.
dataDisks?: ImageDataDisk[]
Property Value
osDisk
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.
osDisk?: ImageOSDisk
Property Value
zoneResilient
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).
zoneResilient?: boolean
Property Value
boolean