Image

class Image : KotlinCustomResource

Import

Images can be imported using the resource id, e.g.

$ pulumi import azure:compute/image:Image example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/Microsoft.Compute/images/image1

Properties

Link copied to clipboard

One or more data_disk elements as defined below.

Link copied to clipboard
val hyperVGeneration: Output<String>?

The HyperVGenerationType of the VirtualMachine created from the image as V1, V2. The default is V1. Changing this forces a new resource to be created.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val location: Output<String>

Specified the supported Azure location where the resource exists. Changing this forces a new resource to be created. Changing this forces a new resource to be created.

Link copied to clipboard
val name: Output<String>

Specifies the name of the image. Changing this forces a new resource to be created.

Link copied to clipboard
val osDisk: Output<ImageOsDisk>?

One or more os_disk elements as defined below. Changing this forces a new resource to be created.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The name of the resource group in which to create. Changing this forces a new resource to be created. the image. Changing this forces a new resource to be created.

Link copied to clipboard

The Virtual Machine ID from which to create the image.

Link copied to clipboard
val tags: Output<Map<String, String>>?

A mapping of tags to assign to the resource.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val zoneResilient: Output<Boolean>?

Is zone resiliency enabled? Defaults to false. Changing this forces a new resource to be created.