GetImageResult

data class GetImageResult(val extendedLocation: ExtendedLocationResponse? = null, val hyperVGeneration: String? = null, val id: String, val location: String, val name: String, val provisioningState: String, val sourceVirtualMachine: SubResourceResponse? = null, val storageProfile: ImageStorageProfileResponse? = null, val tags: Map<String, String>? = null, val type: String)

The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist.

Constructors

Link copied to clipboard
constructor(extendedLocation: ExtendedLocationResponse? = null, hyperVGeneration: String? = null, id: String, location: String, name: String, provisioningState: String, sourceVirtualMachine: SubResourceResponse? = null, storageProfile: ImageStorageProfileResponse? = null, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The extended location of the Image.

Link copied to clipboard

Specifies the HyperVGenerationType of the VirtualMachine created from the image. From API Version 2019-03-01 if the image source is a blob, then we need the user to specify the value, if the source is managed resource like disk or snapshot, we may require the user to specify the property if we cannot deduce it from the source managed resource.

Link copied to clipboard
val id: String

Resource Id

Link copied to clipboard

Resource location

Link copied to clipboard

Resource name

Link copied to clipboard

The provisioning state.

Link copied to clipboard

The source virtual machine from which Image is created.

Link copied to clipboard

Specifies the storage settings for the virtual machine disks.

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

Resource tags

Link copied to clipboard

Resource type