ImagePropertiesOutput interface
Describes the properties of an Image.
Properties
| hyper |
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. |
| provisioning |
The provisioning state. |
| source |
The source virtual machine from which Image is created. |
| storage |
Specifies the storage settings for the virtual machine disks. |
Property Details
hyperVGeneration
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.
hyperVGeneration?: "V1" | "V2"
Property Value
"V1" | "V2"
provisioningState
The provisioning state.
provisioningState?: string
Property Value
string
sourceVirtualMachine
The source virtual machine from which Image is created.
sourceVirtualMachine?: SubResourceOutput
Property Value
storageProfile
Specifies the storage settings for the virtual machine disks.
storageProfile?: ImageStorageProfileOutput