ImageUpdate Class
The source user image virtual hard disk. Only tags may be updated.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.compute.v2020_06_01.models._models_py3.UpdateResourceImageUpdate
Constructor
ImageUpdate(*, tags: Dict[str, str] | None = None, source_virtual_machine: _models.SubResource | None = None, storage_profile: _models.ImageStorageProfile | None = None, hyper_v_generation: str | _models.HyperVGenerationTypes | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
tags
|
Resource tags. |
source_virtual_machine
|
The source virtual machine from which Image is created. |
storage_profile
|
Specifies the storage settings for the virtual machine disks. |
hyper_v_generation
|
Gets the HyperVGenerationType of the VirtualMachine created from the image. Known values are: "V1" and "V2". |
Variables
Name | Description |
---|---|
tags
|
Resource tags. |
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
|
Gets the HyperVGenerationType of the VirtualMachine created from the image. Known values are: "V1" and "V2". |
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python