ImageProperties Class
Describes the properties of an Image.
Constructor
ImageProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
source_virtual_machine
|
The source virtual machine from which Image is created. |
|
storage_profile
|
Specifies the storage settings for the virtual machine disks. |
|
provisioning_state
|
The provisioning state. |
|
hyper_v_generation
|
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. Known values are: "V1" and "V2". |
Attributes
hyper_v_generation
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. Known values are: "V1" and "V2".
hyper_v_generation: str | _models.HyperVGenerationTypes | None
provisioning_state
The provisioning state.
provisioning_state: str | None
source_virtual_machine
The source virtual machine from which Image is created.
source_virtual_machine: _models.SubResource | None
storage_profile
Specifies the storage settings for the virtual machine disks.
storage_profile: _models.ImageStorageProfile | None