VmssDataDisk interface
Managed data disk description.
Properties
disk |
Managed data disk letter. It can not use the reserved letter C or D and it can not change after created. |
disk |
Disk size for each vm in the node type in GBs. |
disk |
Managed data disk type. Specifies the storage account type for the managed disk |
lun | Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM. Lun 0 is reserved for the service fabric data disk. |
Property Details
diskLetter
Managed data disk letter. It can not use the reserved letter C or D and it can not change after created.
diskLetter: string
Property Value
string
diskSizeGB
Disk size for each vm in the node type in GBs.
diskSizeGB: number
Property Value
number
diskType
Managed data disk type. Specifies the storage account type for the managed disk
diskType: string
Property Value
string
lun
Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM. Lun 0 is reserved for the service fabric data disk.
lun: number
Property Value
number
Azure SDK for JavaScript