Package version:

Interface StorageProfileUpdate

Defines the resource update properties.

interface StorageProfileUpdate {
    disks?: VirtualDiskUpdate[];
}

Properties

Properties

Gets or sets the list of virtual disks associated with the virtual machine.