DiskInstanceView Class
The instance view of the disk.
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. |
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Python