ImageStorageProfileResponse

data class ImageStorageProfileResponse(val dataDisks: List<ImageDataDiskResponse>? = null, val osDisk: ImageOSDiskResponse? = null, val zoneResilient: Boolean? = null)

Describes a storage profile.

Constructors

Link copied to clipboard
constructor(dataDisks: List<ImageDataDiskResponse>? = null, osDisk: ImageOSDiskResponse? = null, zoneResilient: Boolean? = null)

Types

Link copied to clipboard
object Companion

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
val zoneResilient: Boolean? = null

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).