Package version:

Interface DiskInstanceView

The instance view of the disk.

interface DiskInstanceView {
    encryptionSettings?: DiskEncryptionSettings[];
    name?: string;
    statuses?: InstanceViewStatus[];
}

Properties

encryptionSettings?: DiskEncryptionSettings[]

Specifies the encryption settings for the OS Disk.

Minimum api-version: 2015-06-15

name?: string

The disk name.

statuses?: InstanceViewStatus[]

The resource status information.