DiskUpdate interface
Disk update resource.
Properties
disk |
The number of IOPS allowed for this disk; only settable for UltraSSD disks. One operation can transfer between 4k and 256k bytes. |
disk |
The bandwidth allowed for this disk; only settable for UltraSSD disks. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10. |
disk |
If creationData.createOption is Empty, this field is mandatory and it indicates the size of the disk to create. If this field is present for updates or creation with other options, it indicates a resize. Resizes are only allowed if the disk is not attached to a running VM, and can only increase the disk's size. |
encryption | Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys. |
encryption |
Encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot. |
os |
the Operating System type. |
sku | The disks sku name. Can be Standard_LRS, Premium_LRS, StandardSSD_LRS, or UltraSSD_LRS. |
tags | Resource tags |
Property Details
diskIopsReadWrite
The number of IOPS allowed for this disk; only settable for UltraSSD disks. One operation can transfer between 4k and 256k bytes.
diskIopsReadWrite?: number
Property Value
number
diskMBpsReadWrite
The bandwidth allowed for this disk; only settable for UltraSSD disks. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10.
diskMBpsReadWrite?: number
Property Value
number
diskSizeGB
If creationData.createOption is Empty, this field is mandatory and it indicates the size of the disk to create. If this field is present for updates or creation with other options, it indicates a resize. Resizes are only allowed if the disk is not attached to a running VM, and can only increase the disk's size.
diskSizeGB?: number
Property Value
number
encryption
Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys.
encryption?: Encryption
Property Value
encryptionSettingsCollection
Encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.
encryptionSettingsCollection?: EncryptionSettingsCollection
Property Value
osType
sku
The disks sku name. Can be Standard_LRS, Premium_LRS, StandardSSD_LRS, or UltraSSD_LRS.
sku?: DiskSku
Property Value
tags
Resource tags
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}