@@ -911,42 +911,42 @@ The image reference object contains the following information about the OS image
911
911
912
912
Data | Description
913
913
--------| -----------------
914
- id | This parameter is the resource ID
915
- offer | This parameter is the offer of the platform or marketplace image
916
- publisher | This parameter is the image publisher
917
- sku | This parameter is the image sku
918
- version | This parameter is the version of the platform or marketplace image
914
+ id | Resource ID
915
+ offer | Offer of the platform or marketplace image
916
+ publisher | Image publisher
917
+ sku | Image sku
918
+ version | Version of the platform or marketplace image
919
919
920
920
The OS disk object contains the following information about the OS disk used by the VM:
921
921
922
922
Data | Description
923
923
--------| -----------------
924
- caching | This parameter is the caching requirements
925
- createOption | This parameter is information about how the VM was created
926
- diffDiskSettings | This parameter is the ephemeral disk settings
927
- diskSizeGB | This parameter is the size of the disk in GB
928
- image | This parameter is the source user image virtual hard disk
929
- lun | This parameter is the logical unit number of the disk
930
- managedDisk | This parameter is the managed disk parameters
931
- name | This parameter is the disk name
932
- vhd | This parameter is the virtual hard disk
933
- writeAcceleratorEnabled | This parameter specifies whether or not writeAccelerator is enabled on the disk
934
-
935
- The data disks array contains a list of data disks attached to the VM. Each data disk object contains the following image :
924
+ caching | Caching requirements
925
+ createOption | Information about how the VM was created
926
+ diffDiskSettings | Ephemeral disk settings
927
+ diskSizeGB | Size of the disk in GB
928
+ image | Source user image virtual hard disk
929
+ lun | Logical unit number of the disk
930
+ managedDisk | Managed disk parameters
931
+ name | Disk name
932
+ vhd | Virtual hard disk
933
+ writeAcceleratorEnabled | Whether or not writeAccelerator is enabled on the disk
934
+
935
+ The data disks array contains a list of data disks attached to the VM. Each data disk object contains the following information :
936
936
937
937
Data | Description
938
938
--------| -----------------
939
- caching | This parameter is the caching requirements
940
- createOption | This parameter is information about how the VM was created
941
- diffDiskSettings | This parameter is the ephemeral disk settings
942
- diskSizeGB | This parameter is the size of the disk in GB
943
- encryptionSettings | This parameter is the encryption settings for the disk
944
- image | This parameter is the source user image virtual hard disk
945
- managedDisk | This parameter is the managed disk parameters
946
- name | This parameter is the disk name
947
- osType | This parameter s the type of OS included in the disk
948
- vhd | This parameter is the virtual hard disk
949
- writeAcceleratorEnabled | This parameter specifies whether or not writeAccelerator is enabled on the disk
939
+ caching | Caching requirements
940
+ createOption | Information about how the VM was created
941
+ diffDiskSettings | Ephemeral disk settings
942
+ diskSizeGB | Size of the disk in GB
943
+ encryptionSettings | Encryption settings for the disk
944
+ image | Source user image virtual hard disk
945
+ managedDisk | Managed disk parameters
946
+ name | Disk name
947
+ osType | Type of OS included in the disk
948
+ vhd | Virtual hard disk
949
+ writeAcceleratorEnabled | Whether or not writeAccelerator is enabled on the disk
950
950
951
951
The following is an example of how to query the VM' s storage information.
952
952
0 commit comments