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.v2018_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, **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. |
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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python