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.
|
statuses
|
The resource status information. |
Variables
Name | Description |
---|---|
name
|
The disk name. |
encryption_settings
|
Specifies the encryption settings for the OS Disk.
|
statuses
|
The resource status information. |
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