SnapshotUpdate Class
Snapshot update resource.
- Inheritance
-
azure.mgmt.compute._serialization.ModelSnapshotUpdate
Constructor
SnapshotUpdate(*, tags: Dict[str, str] | None = None, sku: _models.SnapshotSku | None = None, os_type: str | _models.OperatingSystemTypes | None = None, disk_size_gb: int | None = None, encryption_settings_collection: _models.EncryptionSettingsCollection | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
tags
|
Resource tags. |
sku
|
The snapshots sku name. Can be Standard_LRS, Premium_LRS, or Standard_ZRS. |
os_type
|
the Operating System type. Known values are: "Windows" and "Linux". |
disk_size_gb
|
If creationData.createOption is Empty, this field is mandatory and it indicates the size of the disk to create. If this field is present for updates or creation with other options, it indicates a resize. Resizes are only allowed if the disk is not attached to a running VM, and can only increase the disk's size. |
encryption_settings_collection
|
Encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot. |
Variables
Name | Description |
---|---|
tags
|
Resource tags. |
sku
|
The snapshots sku name. Can be Standard_LRS, Premium_LRS, or Standard_ZRS. |
os_type
|
the Operating System type. Known values are: "Windows" and "Linux". |
disk_size_gb
|
If creationData.createOption is Empty, this field is mandatory and it indicates the size of the disk to create. If this field is present for updates or creation with other options, it indicates a resize. Resizes are only allowed if the disk is not attached to a running VM, and can only increase the disk's size. |
encryption_settings_collection
|
Encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot. |
Azure SDK for Python