DiskInstanceView Class
The instance view of the disk.
- Inheritance
-
azure.mgmt.compute._serialization.ModelDiskInstanceView
Constructor
DiskInstanceView(*, name: str | None = None, encryption_settings: List[_models.DiskEncryptionSettings] | None = None, statuses: List[_models.InstanceViewStatus] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The disk name. |
encryption_settings
|
Specifies the encryption settings for the OS Disk. Minimum api-version: 2015-06-15. |
statuses
|
The resource status information. |
Variables
Name | Description |
---|---|
name
|
The disk name. |
encryption_settings
|
Specifies the encryption settings for the OS Disk. Minimum api-version: 2015-06-15. |
statuses
|
The resource status information. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python