GetVirtualMachineImageTemplateResult

data class GetVirtualMachineImageTemplateResult(val buildTimeoutInMinutes: Int? = null, val customize: List<Any>? = null, val distribute: List<Any>, val id: String, val identity: ImageTemplateIdentityResponse, val lastRunStatus: ImageTemplateLastRunStatusResponse, val location: String, val name: String, val provisioningError: ProvisioningErrorResponse, val provisioningState: String, val source: Any, val tags: Map<String, String>? = null, val type: String, val vmProfile: ImageTemplateVmProfileResponse? = null)

Image template is an ARM resource managed by Microsoft.VirtualMachineImages provider

Constructors

Link copied to clipboard
constructor(buildTimeoutInMinutes: Int? = null, customize: List<Any>? = null, distribute: List<Any>, id: String, identity: ImageTemplateIdentityResponse, lastRunStatus: ImageTemplateLastRunStatusResponse, location: String, name: String, provisioningError: ProvisioningErrorResponse, provisioningState: String, source: Any, tags: Map<String, String>? = null, type: String, vmProfile: ImageTemplateVmProfileResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Maximum duration to wait while building the image template. Omit or specify 0 to use the default (4 hours).

Link copied to clipboard
val customize: List<Any>? = null

Specifies the properties used to describe the customization steps of the image, like Image source etc

Link copied to clipboard

The distribution targets where the image output needs to go to.

Link copied to clipboard
val id: String

Resource Id

Link copied to clipboard

The identity of the image template, if configured.

Link copied to clipboard

State of 'run' that is currently executing or was last executed.

Link copied to clipboard

Resource location

Link copied to clipboard

Resource name

Link copied to clipboard

Provisioning error, if any

Link copied to clipboard

Provisioning state of the resource

Link copied to clipboard
val source: Any

Specifies the properties used to describe the source image.

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

Resource tags

Link copied to clipboard

Resource type

Link copied to clipboard

Describes how virtual machine is set up to build images