GetImagesImage

data class GetImagesImage(val dataDisks: List<GetImagesImageDataDisk>, val location: String, val name: String, val osDisks: List<GetImagesImageOsDisk>, val tags: Map<String, String>, val zoneResilient: Boolean)

Constructors

Link copied to clipboard
constructor(dataDisks: List<GetImagesImageDataDisk>, location: String, name: String, osDisks: List<GetImagesImageOsDisk>, tags: Map<String, String>, zoneResilient: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

One or more data_disk blocks as defined below.

Link copied to clipboard

The supported Azure location where the Image exists.

Link copied to clipboard

The name of the Image.

Link copied to clipboard

An os_disk block as defined below.

Link copied to clipboard

A mapping of tags assigned to the Image.

Link copied to clipboard

Is zone resiliency enabled?