Image Storage Profile Args
data class ImageStorageProfileArgs(val dataDisks: Output<List<ImageDataDiskArgs>>? = null, val osDisk: Output<ImageOSDiskArgs>? = null, val zoneResilient: Output<Boolean>? = null) : ConvertibleToJava<ImageStorageProfileArgs>
Describes a storage profile.
Constructors
Link copied to clipboard
constructor(dataDisks: Output<List<ImageDataDiskArgs>>? = null, osDisk: Output<ImageOSDiskArgs>? = null, zoneResilient: Output<Boolean>? = null)
Properties
Link copied to clipboard
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.
Link copied to clipboard
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.
Link copied to clipboard
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).