Virtual Machine Image Template Args
Image template is an ARM resource managed by Microsoft.VirtualMachineImages provider Uses Azure REST API version 2022-07-01. In version 1.x of the Azure Native provider, it used API version 2020-02-14. Other available API versions: 2023-07-01, 2024-02-01.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:virtualmachineimages:VirtualMachineImageTemplate myImageTemplate /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VirtualMachineImages/imageTemplates/{imageTemplateName}
Constructors
Properties
Maximum duration to wait while building the image template (includes all customizations, optimization, validations, and distributions). Omit or specify 0 to use the default (4 hours).
The distribution targets where the image output needs to go to.
The identity of the image template, if configured.
The name of the image Template
Specifies optimization to be performed on image.
The name of the resource group.
The staging resource group id in the same subscription as the image template that will be used to build the image. If this field is empty, a resource group with a random name will be created. If the resource group specified in this field doesn't exist, it will be created with the same name. If the resource group specified exists, it must be empty and in the same region as the image template. The resource group created will be deleted during template deletion if this field is empty or the resource group specified doesn't exist, but if the resource group specified exists the resources created in the resource group will be deleted during template deletion and the resource group itself will remain.
Configuration options and list of validations to be performed on the resulting image.
Describes how virtual machine is set up to build images