DiskImageEncryption Class
This is the disk image encryption base class.
- Inheritance
-
azure.mgmt.compute._serialization.ModelDiskImageEncryption
Constructor
DiskImageEncryption(*, disk_encryption_set_id: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
disk_encryption_set_id
|
A relative URI containing the resource ID of the disk encryption set. |
Variables
Name | Description |
---|---|
disk_encryption_set_id
|
A relative URI containing the resource ID of the disk encryption set. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python