DiskInstanceView Class

The instance view of the disk.

Inheritance
azure.mgmt.compute._serialization.Model
DiskInstanceView

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
str

The disk name.

encryption_settings

Specifies the encryption settings for the OS Disk. <br>``<br> Minimum api-version: 2015-06-15.

statuses

The resource status information.

Variables

Name Description
name
str

The disk name.

encryption_settings

Specifies the encryption settings for the OS Disk. <br>``<br> Minimum api-version: 2015-06-15.

statuses

The resource status information.