@pulumi/azure-native 2.2.1-alpha.1690908073 → 2.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (635) hide show
  1. package/avs/addon.js +2 -2
  2. package/avs/authorization.js +2 -2
  3. package/avs/cloudLink.js +2 -2
  4. package/avs/cluster.js +2 -2
  5. package/avs/datastore.js +2 -2
  6. package/avs/globalReachConnection.js +2 -2
  7. package/avs/hcxEnterpriseSite.js +2 -2
  8. package/avs/index.d.ts +2 -1
  9. package/avs/index.js +4 -2
  10. package/avs/placementPolicy.js +2 -2
  11. package/avs/privateCloud.js +2 -2
  12. package/avs/scriptExecution.js +2 -2
  13. package/avs/v20200320/cluster.js +2 -2
  14. package/avs/v20210101preview/addon.js +2 -2
  15. package/avs/v20210101preview/workloadNetworkDhcp.js +2 -2
  16. package/avs/v20210601/cluster.js +2 -2
  17. package/avs/v20220501/addon.js +2 -2
  18. package/avs/v20220501/authorization.js +2 -2
  19. package/avs/v20220501/cloudLink.js +2 -2
  20. package/avs/v20220501/cluster.js +2 -2
  21. package/avs/v20220501/datastore.js +2 -2
  22. package/avs/v20220501/globalReachConnection.js +2 -2
  23. package/avs/v20220501/hcxEnterpriseSite.js +2 -2
  24. package/avs/v20220501/placementPolicy.js +2 -2
  25. package/avs/v20220501/privateCloud.js +2 -2
  26. package/avs/v20220501/scriptExecution.js +2 -2
  27. package/avs/v20220501/workloadNetworkDhcp.js +2 -2
  28. package/avs/v20220501/workloadNetworkDnsService.js +2 -2
  29. package/avs/v20220501/workloadNetworkDnsZone.js +2 -2
  30. package/avs/v20220501/workloadNetworkPortMirroring.js +2 -2
  31. package/avs/v20220501/workloadNetworkPublicIP.js +2 -2
  32. package/avs/v20220501/workloadNetworkSegment.js +2 -2
  33. package/avs/v20220501/workloadNetworkVMGroup.js +2 -2
  34. package/avs/v20230301/addon.d.ts +63 -0
  35. package/avs/v20230301/addon.js +71 -0
  36. package/avs/v20230301/authorization.d.ts +73 -0
  37. package/avs/v20230301/authorization.js +77 -0
  38. package/avs/v20230301/cloudLink.d.ts +65 -0
  39. package/avs/v20230301/cloudLink.js +73 -0
  40. package/avs/v20230301/cluster.d.ts +87 -0
  41. package/avs/v20230301/cluster.js +82 -0
  42. package/avs/v20230301/datastore.d.ts +83 -0
  43. package/avs/v20230301/datastore.js +82 -0
  44. package/avs/v20230301/getAddon.d.ts +59 -0
  45. package/avs/v20230301/getAddon.js +27 -0
  46. package/avs/v20230301/getAuthorization.d.ts +70 -0
  47. package/avs/v20230301/getAuthorization.js +27 -0
  48. package/avs/v20230301/getCloudLink.d.ts +62 -0
  49. package/avs/v20230301/getCloudLink.js +27 -0
  50. package/avs/v20230301/getCluster.d.ts +75 -0
  51. package/avs/v20230301/getCluster.js +27 -0
  52. package/avs/v20230301/getDatastore.d.ts +79 -0
  53. package/avs/v20230301/getDatastore.js +28 -0
  54. package/avs/v20230301/getGlobalReachConnection.d.ts +78 -0
  55. package/avs/v20230301/getGlobalReachConnection.js +27 -0
  56. package/avs/v20230301/getHcxEnterpriseSite.d.ts +62 -0
  57. package/avs/v20230301/getHcxEnterpriseSite.js +27 -0
  58. package/avs/v20230301/getPlacementPolicy.d.ts +67 -0
  59. package/avs/v20230301/getPlacementPolicy.js +28 -0
  60. package/avs/v20230301/getPrivateCloud.d.ts +145 -0
  61. package/avs/v20230301/getPrivateCloud.js +26 -0
  62. package/avs/v20230301/getScriptExecution.d.ts +117 -0
  63. package/avs/v20230301/getScriptExecution.js +27 -0
  64. package/avs/v20230301/getScriptExecutionLogs.d.ts +117 -0
  65. package/avs/v20230301/getScriptExecutionLogs.js +27 -0
  66. package/avs/v20230301/getWorkloadNetworkDhcp.d.ts +59 -0
  67. package/avs/v20230301/getWorkloadNetworkDhcp.js +27 -0
  68. package/avs/v20230301/getWorkloadNetworkDnsService.d.ts +86 -0
  69. package/avs/v20230301/getWorkloadNetworkDnsService.js +27 -0
  70. package/avs/v20230301/getWorkloadNetworkDnsZone.d.ts +82 -0
  71. package/avs/v20230301/getWorkloadNetworkDnsZone.js +27 -0
  72. package/avs/v20230301/getWorkloadNetworkPortMirroring.d.ts +82 -0
  73. package/avs/v20230301/getWorkloadNetworkPortMirroring.js +27 -0
  74. package/avs/v20230301/getWorkloadNetworkPublicIP.d.ts +70 -0
  75. package/avs/v20230301/getWorkloadNetworkPublicIP.js +27 -0
  76. package/avs/v20230301/getWorkloadNetworkSegment.d.ts +83 -0
  77. package/avs/v20230301/getWorkloadNetworkSegment.js +27 -0
  78. package/avs/v20230301/getWorkloadNetworkVMGroup.d.ts +74 -0
  79. package/avs/v20230301/getWorkloadNetworkVMGroup.js +27 -0
  80. package/avs/v20230301/globalReachConnection.d.ts +89 -0
  81. package/avs/v20230301/globalReachConnection.js +81 -0
  82. package/avs/v20230301/hcxEnterpriseSite.d.ts +61 -0
  83. package/avs/v20230301/hcxEnterpriseSite.js +73 -0
  84. package/avs/v20230301/index.d.ts +112 -0
  85. package/avs/v20230301/index.js +163 -0
  86. package/avs/v20230301/listClusterZones.d.ts +47 -0
  87. package/avs/v20230301/listClusterZones.js +27 -0
  88. package/avs/v20230301/listPrivateCloudAdminCredentials.d.ts +50 -0
  89. package/avs/v20230301/listPrivateCloudAdminCredentials.js +26 -0
  90. package/avs/v20230301/placementPolicy.d.ts +67 -0
  91. package/avs/v20230301/placementPolicy.js +75 -0
  92. package/avs/v20230301/privateCloud.d.ts +204 -0
  93. package/avs/v20230301/privateCloud.js +123 -0
  94. package/avs/v20230301/scriptExecution.d.ts +151 -0
  95. package/avs/v20230301/scriptExecution.js +102 -0
  96. package/avs/v20230301/workloadNetworkDhcp.d.ts +63 -0
  97. package/avs/v20230301/workloadNetworkDhcp.js +71 -0
  98. package/avs/v20230301/workloadNetworkDnsService.d.ts +110 -0
  99. package/avs/v20230301/workloadNetworkDnsService.js +85 -0
  100. package/avs/v20230301/workloadNetworkDnsZone.d.ts +105 -0
  101. package/avs/v20230301/workloadNetworkDnsZone.js +83 -0
  102. package/avs/v20230301/workloadNetworkPortMirroring.d.ts +102 -0
  103. package/avs/v20230301/workloadNetworkPortMirroring.js +83 -0
  104. package/avs/v20230301/workloadNetworkPublicIP.d.ts +77 -0
  105. package/avs/v20230301/workloadNetworkPublicIP.js +77 -0
  106. package/avs/v20230301/workloadNetworkSegment.d.ts +99 -0
  107. package/avs/v20230301/workloadNetworkSegment.js +83 -0
  108. package/avs/v20230301/workloadNetworkVMGroup.d.ts +85 -0
  109. package/avs/v20230301/workloadNetworkVMGroup.js +79 -0
  110. package/avs/workloadNetworkDhcp.js +2 -2
  111. package/avs/workloadNetworkDnsService.js +2 -2
  112. package/avs/workloadNetworkDnsZone.js +2 -2
  113. package/avs/workloadNetworkPortMirroring.js +2 -2
  114. package/avs/workloadNetworkPublicIP.js +2 -2
  115. package/avs/workloadNetworkSegment.js +2 -2
  116. package/avs/workloadNetworkVMGroup.js +2 -2
  117. package/compute/availabilitySet.js +2 -2
  118. package/compute/capacityReservation.js +2 -2
  119. package/compute/capacityReservationGroup.js +2 -2
  120. package/compute/dedicatedHost.js +2 -2
  121. package/compute/dedicatedHostGroup.js +2 -2
  122. package/compute/disk.js +2 -2
  123. package/compute/diskAccess.js +2 -2
  124. package/compute/diskAccessAPrivateEndpointConnection.js +2 -2
  125. package/compute/diskEncryptionSet.js +2 -2
  126. package/compute/image.js +2 -2
  127. package/compute/index.d.ts +3 -1
  128. package/compute/index.js +6 -2
  129. package/compute/proximityPlacementGroup.js +2 -2
  130. package/compute/restorePoint.js +2 -2
  131. package/compute/restorePointCollection.js +2 -2
  132. package/compute/snapshot.js +2 -2
  133. package/compute/sshPublicKey.js +2 -2
  134. package/compute/v20211101/restorePoint.js +2 -2
  135. package/compute/v20211101/virtualMachineExtension.js +2 -2
  136. package/compute/v20211101/virtualMachineScaleSetExtension.js +2 -2
  137. package/compute/v20211101/virtualMachineScaleSetVMExtension.js +2 -2
  138. package/compute/v20220702/disk.js +2 -2
  139. package/compute/v20220702/diskAccess.js +2 -2
  140. package/compute/v20220702/diskAccessAPrivateEndpointConnection.js +2 -2
  141. package/compute/v20220702/diskEncryptionSet.js +2 -2
  142. package/compute/v20220702/snapshot.js +2 -2
  143. package/compute/v20221101/restorePoint.js +2 -2
  144. package/compute/v20230102/disk.js +2 -2
  145. package/compute/v20230102/diskAccess.js +2 -2
  146. package/compute/v20230102/diskAccessAPrivateEndpointConnection.js +2 -2
  147. package/compute/v20230102/diskEncryptionSet.js +2 -2
  148. package/compute/v20230102/snapshot.js +2 -2
  149. package/compute/v20230301/availabilitySet.js +2 -2
  150. package/compute/v20230301/capacityReservation.js +2 -2
  151. package/compute/v20230301/capacityReservationGroup.js +2 -2
  152. package/compute/v20230301/dedicatedHost.js +2 -2
  153. package/compute/v20230301/dedicatedHostGroup.js +2 -2
  154. package/compute/v20230301/image.js +2 -2
  155. package/compute/v20230301/proximityPlacementGroup.js +2 -2
  156. package/compute/v20230301/restorePoint.js +2 -2
  157. package/compute/v20230301/restorePointCollection.js +2 -2
  158. package/compute/v20230301/sshPublicKey.js +2 -2
  159. package/compute/v20230301/virtualMachine.js +2 -2
  160. package/compute/v20230301/virtualMachineExtension.js +2 -2
  161. package/compute/v20230301/virtualMachineRunCommandByVirtualMachine.js +2 -2
  162. package/compute/v20230301/virtualMachineScaleSet.js +2 -2
  163. package/compute/v20230301/virtualMachineScaleSetExtension.js +2 -2
  164. package/compute/v20230301/virtualMachineScaleSetVM.js +2 -2
  165. package/compute/v20230301/virtualMachineScaleSetVMExtension.js +2 -2
  166. package/compute/v20230301/virtualMachineScaleSetVMRunCommand.js +2 -2
  167. package/compute/v20230402/disk.d.ts +324 -0
  168. package/compute/v20230402/disk.js +146 -0
  169. package/compute/v20230402/diskAccess.d.ts +91 -0
  170. package/compute/v20230402/diskAccess.js +77 -0
  171. package/compute/v20230402/diskAccessAPrivateEndpointConnection.d.ts +71 -0
  172. package/compute/v20230402/diskAccessAPrivateEndpointConnection.js +78 -0
  173. package/compute/v20230402/diskEncryptionSet.d.ts +128 -0
  174. package/compute/v20230402/diskEncryptionSet.js +87 -0
  175. package/compute/v20230402/getDisk.d.ts +205 -0
  176. package/compute/v20230402/getDisk.js +26 -0
  177. package/compute/v20230402/getDiskAccess.d.ts +73 -0
  178. package/compute/v20230402/getDiskAccess.js +26 -0
  179. package/compute/v20230402/getDiskAccessAPrivateEndpointConnection.d.ts +67 -0
  180. package/compute/v20230402/getDiskAccessAPrivateEndpointConnection.js +27 -0
  181. package/compute/v20230402/getDiskEncryptionSet.d.ts +93 -0
  182. package/compute/v20230402/getDiskEncryptionSet.js +26 -0
  183. package/compute/v20230402/getSnapshot.d.ts +161 -0
  184. package/compute/v20230402/getSnapshot.js +26 -0
  185. package/compute/v20230402/index.d.ts +31 -0
  186. package/compute/v20230402/index.js +69 -0
  187. package/compute/v20230402/snapshot.d.ts +252 -0
  188. package/compute/v20230402/snapshot.js +124 -0
  189. package/compute/v20230701/availabilitySet.d.ts +115 -0
  190. package/compute/v20230701/availabilitySet.js +81 -0
  191. package/compute/v20230701/capacityReservation.d.ts +119 -0
  192. package/compute/v20230701/capacityReservation.js +94 -0
  193. package/compute/v20230701/capacityReservationGroup.d.ts +90 -0
  194. package/compute/v20230701/capacityReservationGroup.js +77 -0
  195. package/compute/v20230701/dedicatedHost.d.ts +132 -0
  196. package/compute/v20230701/dedicatedHost.js +96 -0
  197. package/compute/v20230701/dedicatedHostGroup.d.ts +111 -0
  198. package/compute/v20230701/dedicatedHostGroup.js +84 -0
  199. package/compute/v20230701/getAvailabilitySet.d.ts +81 -0
  200. package/compute/v20230701/getAvailabilitySet.js +26 -0
  201. package/compute/v20230701/getCapacityReservation.d.ts +109 -0
  202. package/compute/v20230701/getCapacityReservation.js +28 -0
  203. package/compute/v20230701/getCapacityReservationGroup.d.ts +81 -0
  204. package/compute/v20230701/getCapacityReservationGroup.js +27 -0
  205. package/compute/v20230701/getDedicatedHost.d.ts +113 -0
  206. package/compute/v20230701/getDedicatedHost.js +28 -0
  207. package/compute/v20230701/getDedicatedHostGroup.d.ts +89 -0
  208. package/compute/v20230701/getDedicatedHostGroup.js +27 -0
  209. package/compute/v20230701/getImage.d.ts +85 -0
  210. package/compute/v20230701/getImage.js +27 -0
  211. package/compute/v20230701/getLogAnalyticExportRequestRateByInterval.d.ts +104 -0
  212. package/compute/v20230701/getLogAnalyticExportRequestRateByInterval.js +34 -0
  213. package/compute/v20230701/getLogAnalyticExportThrottledRequests.d.ts +95 -0
  214. package/compute/v20230701/getLogAnalyticExportThrottledRequests.js +33 -0
  215. package/compute/v20230701/getProximityPlacementGroup.d.ts +93 -0
  216. package/compute/v20230701/getProximityPlacementGroup.js +27 -0
  217. package/compute/v20230701/getRestorePoint.d.ts +91 -0
  218. package/compute/v20230701/getRestorePoint.js +28 -0
  219. package/compute/v20230701/getRestorePointCollection.d.ts +81 -0
  220. package/compute/v20230701/getRestorePointCollection.js +27 -0
  221. package/compute/v20230701/getSshPublicKey.d.ts +60 -0
  222. package/compute/v20230701/getSshPublicKey.js +26 -0
  223. package/compute/v20230701/getVirtualMachine.d.ts +189 -0
  224. package/compute/v20230701/getVirtualMachine.js +27 -0
  225. package/compute/v20230701/getVirtualMachineExtension.d.ts +121 -0
  226. package/compute/v20230701/getVirtualMachineExtension.js +28 -0
  227. package/compute/v20230701/getVirtualMachineRunCommandByVirtualMachine.d.ts +129 -0
  228. package/compute/v20230701/getVirtualMachineRunCommandByVirtualMachine.js +28 -0
  229. package/compute/v20230701/getVirtualMachineScaleSet.d.ts +161 -0
  230. package/compute/v20230701/getVirtualMachineScaleSet.js +27 -0
  231. package/compute/v20230701/getVirtualMachineScaleSetExtension.d.ts +107 -0
  232. package/compute/v20230701/getVirtualMachineScaleSetExtension.js +28 -0
  233. package/compute/v20230701/getVirtualMachineScaleSetVM.d.ts +169 -0
  234. package/compute/v20230701/getVirtualMachineScaleSetVM.js +28 -0
  235. package/compute/v20230701/getVirtualMachineScaleSetVMExtension.d.ts +123 -0
  236. package/compute/v20230701/getVirtualMachineScaleSetVMExtension.js +29 -0
  237. package/compute/v20230701/getVirtualMachineScaleSetVMRunCommand.d.ts +137 -0
  238. package/compute/v20230701/getVirtualMachineScaleSetVMRunCommand.js +29 -0
  239. package/compute/v20230701/image.d.ts +108 -0
  240. package/compute/v20230701/image.js +79 -0
  241. package/compute/v20230701/index.d.ts +115 -0
  242. package/compute/v20230701/index.js +167 -0
  243. package/compute/v20230701/proximityPlacementGroup.d.ts +116 -0
  244. package/compute/v20230701/proximityPlacementGroup.js +83 -0
  245. package/compute/v20230701/restorePoint.d.ts +104 -0
  246. package/compute/v20230701/restorePoint.js +83 -0
  247. package/compute/v20230701/restorePointCollection.d.ts +91 -0
  248. package/compute/v20230701/restorePointCollection.js +77 -0
  249. package/compute/v20230701/sshPublicKey.d.ts +77 -0
  250. package/compute/v20230701/sshPublicKey.js +71 -0
  251. package/compute/v20230701/virtualMachine.d.ts +300 -0
  252. package/compute/v20230701/virtualMachine.js +131 -0
  253. package/{hybridcompute/v20230425preview/machineExtension.d.ts → compute/v20230701/virtualMachineExtension.d.ts} +54 -34
  254. package/compute/v20230701/virtualMachineExtension.js +97 -0
  255. package/{hybridcompute/v20230425preview/machineRunCommand.d.ts → compute/v20230701/virtualMachineRunCommandByVirtualMachine.d.ts} +49 -45
  256. package/compute/v20230701/virtualMachineRunCommandByVirtualMachine.js +102 -0
  257. package/compute/v20230701/virtualMachineScaleSet.d.ts +252 -0
  258. package/compute/v20230701/virtualMachineScaleSet.js +117 -0
  259. package/compute/v20230701/virtualMachineScaleSetExtension.d.ts +147 -0
  260. package/compute/v20230701/virtualMachineScaleSetExtension.js +91 -0
  261. package/compute/v20230701/virtualMachineScaleSetVM.d.ts +227 -0
  262. package/compute/v20230701/virtualMachineScaleSetVM.js +120 -0
  263. package/compute/v20230701/virtualMachineScaleSetVMExtension.d.ts +163 -0
  264. package/compute/v20230701/virtualMachineScaleSetVMExtension.js +99 -0
  265. package/{hybridcompute/machineRunCommand.d.ts → compute/v20230701/virtualMachineScaleSetVMRunCommand.d.ts} +54 -47
  266. package/compute/v20230701/virtualMachineScaleSetVMRunCommand.js +106 -0
  267. package/compute/virtualMachine.js +2 -2
  268. package/compute/virtualMachineExtension.js +2 -2
  269. package/compute/virtualMachineRunCommandByVirtualMachine.js +2 -2
  270. package/compute/virtualMachineScaleSet.js +2 -2
  271. package/compute/virtualMachineScaleSetExtension.js +2 -2
  272. package/compute/virtualMachineScaleSetVM.js +2 -2
  273. package/compute/virtualMachineScaleSetVMExtension.js +2 -2
  274. package/compute/virtualMachineScaleSetVMRunCommand.js +2 -2
  275. package/containerservice/agentPool.js +2 -2
  276. package/containerservice/index.d.ts +2 -1
  277. package/containerservice/index.js +4 -2
  278. package/containerservice/maintenanceConfiguration.js +2 -2
  279. package/containerservice/managedCluster.js +2 -2
  280. package/containerservice/privateEndpointConnection.js +2 -2
  281. package/containerservice/snapshot.js +2 -2
  282. package/containerservice/v20190601/managedCluster.js +2 -2
  283. package/containerservice/v20200601/agentPool.js +2 -2
  284. package/containerservice/v20210201/agentPool.js +2 -2
  285. package/containerservice/v20210501/managedCluster.js +2 -2
  286. package/containerservice/v20210801/agentPool.js +2 -2
  287. package/containerservice/v20220402preview/agentPool.js +2 -2
  288. package/containerservice/v20230401/agentPool.js +2 -2
  289. package/containerservice/v20230401/maintenanceConfiguration.js +2 -2
  290. package/containerservice/v20230401/managedCluster.js +2 -2
  291. package/containerservice/v20230401/privateEndpointConnection.js +2 -2
  292. package/containerservice/v20230401/snapshot.js +2 -2
  293. package/containerservice/v20230502preview/agentPool.js +2 -2
  294. package/containerservice/v20230502preview/maintenanceConfiguration.js +2 -2
  295. package/containerservice/v20230502preview/managedCluster.js +2 -2
  296. package/containerservice/v20230502preview/privateEndpointConnection.js +2 -2
  297. package/containerservice/v20230502preview/snapshot.js +2 -2
  298. package/containerservice/v20230601/agentPool.js +2 -2
  299. package/containerservice/v20230601/maintenanceConfiguration.js +2 -2
  300. package/containerservice/v20230601/managedCluster.js +2 -2
  301. package/containerservice/v20230601/privateEndpointConnection.js +2 -2
  302. package/containerservice/v20230601/snapshot.js +2 -2
  303. package/containerservice/v20230602preview/agentPool.js +2 -2
  304. package/containerservice/v20230602preview/maintenanceConfiguration.js +2 -2
  305. package/containerservice/v20230602preview/managedCluster.js +2 -2
  306. package/containerservice/v20230602preview/privateEndpointConnection.js +2 -2
  307. package/containerservice/v20230602preview/snapshot.js +2 -2
  308. package/containerservice/v20230701/agentPool.d.ts +376 -0
  309. package/containerservice/v20230701/agentPool.js +149 -0
  310. package/containerservice/v20230701/getAgentPool.d.ts +219 -0
  311. package/containerservice/v20230701/getAgentPool.js +27 -0
  312. package/containerservice/v20230701/getMaintenanceConfiguration.d.ts +71 -0
  313. package/containerservice/v20230701/getMaintenanceConfiguration.js +27 -0
  314. package/containerservice/v20230701/getManagedCluster.d.ts +225 -0
  315. package/containerservice/v20230701/getManagedCluster.js +26 -0
  316. package/{hybridcompute/v20230425preview → containerservice/v20230701}/getPrivateEndpointConnection.d.ts +17 -13
  317. package/containerservice/v20230701/getPrivateEndpointConnection.js +27 -0
  318. package/containerservice/v20230701/getSnapshot.d.ts +93 -0
  319. package/containerservice/v20230701/getSnapshot.js +26 -0
  320. package/containerservice/v20230701/index.d.ts +40 -0
  321. package/containerservice/v20230701/index.js +78 -0
  322. package/containerservice/v20230701/listManagedClusterAdminCredentials.d.ts +47 -0
  323. package/containerservice/v20230701/listManagedClusterAdminCredentials.js +27 -0
  324. package/containerservice/v20230701/listManagedClusterMonitoringUserCredentials.d.ts +47 -0
  325. package/containerservice/v20230701/listManagedClusterMonitoringUserCredentials.js +27 -0
  326. package/containerservice/v20230701/listManagedClusterUserCredentials.d.ts +55 -0
  327. package/containerservice/v20230701/listManagedClusterUserCredentials.js +28 -0
  328. package/containerservice/v20230701/maintenanceConfiguration.d.ts +83 -0
  329. package/containerservice/v20230701/maintenanceConfiguration.js +78 -0
  330. package/containerservice/v20230701/managedCluster.d.ts +376 -0
  331. package/containerservice/v20230701/managedCluster.js +152 -0
  332. package/{hybridcompute/v20230425preview → containerservice/v20230701}/privateEndpointConnection.d.ts +18 -10
  333. package/containerservice/v20230701/privateEndpointConnection.js +78 -0
  334. package/containerservice/v20230701/snapshot.d.ts +116 -0
  335. package/containerservice/v20230701/snapshot.js +87 -0
  336. package/containerstorage/getPool.d.ts +19 -23
  337. package/containerstorage/getPool.js +3 -3
  338. package/containerstorage/{getVolumeSnapshot.d.ts → getSnapshot.d.ts} +15 -23
  339. package/containerstorage/getSnapshot.js +29 -0
  340. package/containerstorage/getVolume.d.ts +6 -10
  341. package/containerstorage/getVolume.js +3 -3
  342. package/containerstorage/index.d.ts +8 -8
  343. package/containerstorage/index.js +11 -11
  344. package/containerstorage/pool.d.ts +32 -43
  345. package/containerstorage/pool.js +10 -24
  346. package/containerstorage/{volumeSnapshot.d.ts → snapshot.d.ts} +18 -39
  347. package/containerstorage/snapshot.js +81 -0
  348. package/containerstorage/{v20230301preview → v20230701preview}/getPool.d.ts +18 -22
  349. package/containerstorage/{v20230301preview → v20230701preview}/getPool.js +2 -2
  350. package/containerstorage/{v20230301preview/getVolumeSnapshot.d.ts → v20230701preview/getSnapshot.d.ts} +14 -22
  351. package/containerstorage/v20230701preview/getSnapshot.js +27 -0
  352. package/containerstorage/{v20230301preview → v20230701preview}/getVolume.d.ts +5 -9
  353. package/containerstorage/{v20230301preview → v20230701preview}/getVolume.js +2 -2
  354. package/containerstorage/{v20230301preview → v20230701preview}/index.d.ts +7 -7
  355. package/containerstorage/v20230701preview/index.js +55 -0
  356. package/containerstorage/{v20230301preview → v20230701preview}/pool.d.ts +32 -43
  357. package/containerstorage/v20230701preview/pool.js +89 -0
  358. package/containerstorage/{v20230301preview/volumeSnapshot.d.ts → v20230701preview/snapshot.d.ts} +18 -39
  359. package/containerstorage/v20230701preview/snapshot.js +80 -0
  360. package/containerstorage/{v20230301preview → v20230701preview}/volume.d.ts +5 -22
  361. package/containerstorage/{v20230301preview → v20230701preview}/volume.js +6 -17
  362. package/containerstorage/volume.d.ts +5 -22
  363. package/containerstorage/volume.js +7 -18
  364. package/databox/index.d.ts +2 -1
  365. package/databox/index.js +4 -2
  366. package/databox/job.js +2 -2
  367. package/databox/v20221201/job.js +2 -2
  368. package/databox/v20230301/getJob.d.ts +141 -0
  369. package/databox/v20230301/getJob.js +27 -0
  370. package/databox/v20230301/index.d.ts +10 -0
  371. package/databox/v20230301/index.js +44 -0
  372. package/databox/v20230301/job.d.ts +172 -0
  373. package/databox/v20230301/job.js +115 -0
  374. package/databox/v20230301/listJobCredentials.d.ts +43 -0
  375. package/databox/v20230301/listJobCredentials.js +26 -0
  376. package/desktopvirtualization/application.js +2 -2
  377. package/desktopvirtualization/applicationGroup.js +2 -2
  378. package/desktopvirtualization/getScalingPlanPersonalSchedule.d.ts +165 -0
  379. package/desktopvirtualization/getScalingPlanPersonalSchedule.js +29 -0
  380. package/desktopvirtualization/hostPool.js +2 -2
  381. package/desktopvirtualization/index.d.ts +8 -1
  382. package/desktopvirtualization/index.js +11 -2
  383. package/desktopvirtualization/msixpackage.js +2 -2
  384. package/desktopvirtualization/privateEndpointConnectionByHostPool.js +2 -2
  385. package/desktopvirtualization/privateEndpointConnectionByWorkspace.js +2 -2
  386. package/desktopvirtualization/scalingPlan.js +2 -2
  387. package/desktopvirtualization/scalingPlanPersonalSchedule.d.ts +269 -0
  388. package/desktopvirtualization/scalingPlanPersonalSchedule.js +125 -0
  389. package/desktopvirtualization/scalingPlanPooledSchedule.js +2 -2
  390. package/desktopvirtualization/v20210201preview/scalingPlan.js +2 -2
  391. package/desktopvirtualization/v20220210preview/scalingPlan.js +2 -2
  392. package/desktopvirtualization/v20220401preview/applicationGroup.js +2 -2
  393. package/desktopvirtualization/v20220401preview/hostPool.js +2 -2
  394. package/desktopvirtualization/v20220909/application.js +2 -2
  395. package/desktopvirtualization/v20220909/applicationGroup.js +2 -2
  396. package/desktopvirtualization/v20220909/hostPool.js +2 -2
  397. package/desktopvirtualization/v20220909/msixpackage.js +2 -2
  398. package/desktopvirtualization/v20220909/scalingPlan.js +2 -2
  399. package/desktopvirtualization/v20220909/scalingPlanPooledSchedule.js +2 -2
  400. package/desktopvirtualization/v20220909/workspace.js +2 -2
  401. package/desktopvirtualization/v20221014preview/application.js +2 -2
  402. package/desktopvirtualization/v20221014preview/applicationGroup.js +2 -2
  403. package/desktopvirtualization/v20221014preview/hostPool.js +2 -2
  404. package/desktopvirtualization/v20221014preview/msixpackage.js +2 -2
  405. package/desktopvirtualization/v20221014preview/privateEndpointConnectionByHostPool.js +2 -2
  406. package/desktopvirtualization/v20221014preview/privateEndpointConnectionByWorkspace.js +2 -2
  407. package/desktopvirtualization/v20221014preview/scalingPlan.js +2 -2
  408. package/desktopvirtualization/v20221014preview/scalingPlanPooledSchedule.js +2 -2
  409. package/desktopvirtualization/v20221014preview/workspace.js +2 -2
  410. package/desktopvirtualization/v20230707preview/application.d.ts +159 -0
  411. package/desktopvirtualization/v20230707preview/application.js +102 -0
  412. package/desktopvirtualization/v20230707preview/applicationGroup.d.ts +154 -0
  413. package/desktopvirtualization/v20230707preview/applicationGroup.js +105 -0
  414. package/desktopvirtualization/v20230707preview/getApplication.d.ts +115 -0
  415. package/desktopvirtualization/v20230707preview/getApplication.js +27 -0
  416. package/desktopvirtualization/v20230707preview/getApplicationGroup.d.ts +108 -0
  417. package/desktopvirtualization/v20230707preview/getApplicationGroup.js +26 -0
  418. package/desktopvirtualization/v20230707preview/getHostPool.d.ts +168 -0
  419. package/desktopvirtualization/v20230707preview/getHostPool.js +26 -0
  420. package/desktopvirtualization/v20230707preview/getMSIXPackage.d.ts +103 -0
  421. package/desktopvirtualization/v20230707preview/getMSIXPackage.js +27 -0
  422. package/desktopvirtualization/v20230707preview/getPrivateEndpointConnectionByHostPool.d.ts +71 -0
  423. package/desktopvirtualization/v20230707preview/getPrivateEndpointConnectionByHostPool.js +27 -0
  424. package/desktopvirtualization/v20230707preview/getPrivateEndpointConnectionByWorkspace.d.ts +71 -0
  425. package/desktopvirtualization/v20230707preview/getPrivateEndpointConnectionByWorkspace.js +27 -0
  426. package/desktopvirtualization/v20230707preview/getScalingPlan.d.ts +108 -0
  427. package/desktopvirtualization/v20230707preview/getScalingPlan.js +26 -0
  428. package/desktopvirtualization/v20230707preview/getScalingPlanPersonalSchedule.d.ts +163 -0
  429. package/desktopvirtualization/v20230707preview/getScalingPlanPersonalSchedule.js +27 -0
  430. package/desktopvirtualization/v20230707preview/getScalingPlanPooledSchedule.d.ts +127 -0
  431. package/desktopvirtualization/v20230707preview/getScalingPlanPooledSchedule.js +27 -0
  432. package/desktopvirtualization/v20230707preview/getWorkspace.d.ts +104 -0
  433. package/desktopvirtualization/v20230707preview/getWorkspace.js +26 -0
  434. package/desktopvirtualization/v20230707preview/hostPool.d.ts +270 -0
  435. package/desktopvirtualization/v20230707preview/hostPool.js +138 -0
  436. package/desktopvirtualization/v20230707preview/index.d.ts +61 -0
  437. package/desktopvirtualization/v20230707preview/index.js +104 -0
  438. package/desktopvirtualization/v20230707preview/msixpackage.d.ts +147 -0
  439. package/desktopvirtualization/v20230707preview/msixpackage.js +93 -0
  440. package/desktopvirtualization/v20230707preview/privateEndpointConnectionByHostPool.d.ts +75 -0
  441. package/desktopvirtualization/v20230707preview/privateEndpointConnectionByHostPool.js +80 -0
  442. package/desktopvirtualization/v20230707preview/privateEndpointConnectionByWorkspace.d.ts +75 -0
  443. package/desktopvirtualization/v20230707preview/privateEndpointConnectionByWorkspace.js +80 -0
  444. package/desktopvirtualization/v20230707preview/scalingPlan.d.ts +162 -0
  445. package/desktopvirtualization/v20230707preview/scalingPlan.js +103 -0
  446. package/desktopvirtualization/v20230707preview/scalingPlanPersonalSchedule.d.ts +268 -0
  447. package/desktopvirtualization/v20230707preview/scalingPlanPersonalSchedule.js +124 -0
  448. package/desktopvirtualization/v20230707preview/scalingPlanPooledSchedule.d.ts +196 -0
  449. package/desktopvirtualization/v20230707preview/scalingPlanPooledSchedule.js +105 -0
  450. package/desktopvirtualization/v20230707preview/workspace.d.ts +146 -0
  451. package/desktopvirtualization/v20230707preview/workspace.js +97 -0
  452. package/desktopvirtualization/workspace.js +2 -2
  453. package/hdinsight/clusterPool.d.ts +136 -0
  454. package/hdinsight/clusterPool.js +95 -0
  455. package/hdinsight/getClusterPool.d.ts +103 -0
  456. package/hdinsight/getClusterPool.js +28 -0
  457. package/hdinsight/index.d.ts +8 -1
  458. package/hdinsight/index.js +11 -2
  459. package/hdinsight/v20230601preview/cluster.d.ts +115 -0
  460. package/hdinsight/v20230601preview/cluster.js +95 -0
  461. package/hdinsight/v20230601preview/clusterPool.d.ts +135 -0
  462. package/hdinsight/v20230601preview/clusterPool.js +94 -0
  463. package/hdinsight/v20230601preview/getCluster.d.ts +93 -0
  464. package/hdinsight/v20230601preview/getCluster.js +27 -0
  465. package/hdinsight/v20230601preview/getClusterPool.d.ts +101 -0
  466. package/hdinsight/v20230601preview/getClusterPool.js +26 -0
  467. package/hdinsight/v20230601preview/index.d.ts +13 -0
  468. package/hdinsight/v20230601preview/index.js +48 -0
  469. package/hybridcompute/index.d.ts +1 -8
  470. package/hybridcompute/index.js +2 -11
  471. package/hybridcompute/machine.js +2 -2
  472. package/hybridcompute/machineExtension.js +2 -2
  473. package/hybridcompute/privateEndpointConnection.js +2 -2
  474. package/hybridcompute/privateLinkScope.js +2 -2
  475. package/hybridcompute/v20200802/machine.js +2 -2
  476. package/hybridcompute/v20200815preview/machine.js +2 -2
  477. package/hybridcompute/v20200815preview/machineExtension.js +2 -2
  478. package/hybridcompute/v20200815preview/privateEndpointConnection.js +2 -2
  479. package/hybridcompute/v20200815preview/privateLinkScope.js +2 -2
  480. package/hybridcompute/v20220510preview/machine.js +2 -2
  481. package/hybridcompute/v20220510preview/machineExtension.js +2 -2
  482. package/hybridcompute/v20221227/machine.js +2 -2
  483. package/hybridcompute/v20221227/machineExtension.js +2 -2
  484. package/hybridcompute/v20221227/privateEndpointConnection.js +2 -2
  485. package/hybridcompute/v20221227/privateLinkScope.js +2 -2
  486. package/index.d.ts +3 -1
  487. package/index.js +8 -4
  488. package/managednetworkfabric/v20230615/accessControlList.d.ts +8 -0
  489. package/managednetworkfabric/v20230615/accessControlList.js +4 -1
  490. package/managednetworkfabric/v20230615/getAccessControlList.d.ts +4 -0
  491. package/managednetworkfabric/v20230615/getAccessControlList.js +1 -1
  492. package/managednetworkfabric/v20230615/getRoutePolicy.d.ts +4 -0
  493. package/managednetworkfabric/v20230615/getRoutePolicy.js +1 -1
  494. package/managednetworkfabric/v20230615/routePolicy.d.ts +8 -0
  495. package/managednetworkfabric/v20230615/routePolicy.js +4 -2
  496. package/maps/account.js +2 -2
  497. package/maps/creator.js +2 -2
  498. package/maps/index.d.ts +2 -1
  499. package/maps/index.js +4 -2
  500. package/maps/v20180501/account.js +2 -2
  501. package/maps/v20200201preview/creator.js +2 -2
  502. package/maps/v20210201/account.js +2 -2
  503. package/maps/v20210201/creator.js +2 -2
  504. package/maps/v20211201preview/account.js +2 -2
  505. package/maps/v20211201preview/creator.js +2 -2
  506. package/maps/v20230601/account.d.ts +108 -0
  507. package/maps/v20230601/account.js +83 -0
  508. package/{hybridcompute/v20230425preview/privateLinkScope.d.ts → maps/v20230601/creator.d.ts} +29 -25
  509. package/maps/v20230601/creator.js +80 -0
  510. package/maps/v20230601/getAccount.d.ts +77 -0
  511. package/maps/v20230601/getAccount.js +26 -0
  512. package/maps/v20230601/getCreator.d.ts +73 -0
  513. package/maps/v20230601/getCreator.js +27 -0
  514. package/maps/v20230601/index.d.ts +19 -0
  515. package/maps/v20230601/index.js +54 -0
  516. package/maps/v20230601/listAccountKeys.d.ts +50 -0
  517. package/maps/v20230601/listAccountKeys.js +26 -0
  518. package/maps/v20230601/listAccountSas.d.ts +95 -0
  519. package/maps/v20230601/listAccountSas.js +40 -0
  520. package/mobilepacketcore/getNetworkFunction.d.ts +99 -0
  521. package/mobilepacketcore/getNetworkFunction.js +28 -0
  522. package/mobilepacketcore/index.d.ts +9 -0
  523. package/mobilepacketcore/index.js +44 -0
  524. package/mobilepacketcore/networkFunction.d.ts +136 -0
  525. package/mobilepacketcore/networkFunction.js +99 -0
  526. package/mobilepacketcore/v20230515preview/getNetworkFunction.d.ts +97 -0
  527. package/mobilepacketcore/v20230515preview/getNetworkFunction.js +26 -0
  528. package/mobilepacketcore/v20230515preview/index.d.ts +7 -0
  529. package/mobilepacketcore/v20230515preview/index.js +41 -0
  530. package/mobilepacketcore/v20230515preview/networkFunction.d.ts +135 -0
  531. package/mobilepacketcore/v20230515preview/networkFunction.js +98 -0
  532. package/package.json +2 -2
  533. package/resourceconnector/listApplianceKeys.d.ts +8 -0
  534. package/resourceconnector/listApplianceKeys.js +2 -1
  535. package/resourceconnector/v20221027/listApplianceKeys.d.ts +8 -0
  536. package/resourceconnector/v20221027/listApplianceKeys.js +2 -1
  537. package/storagetasks/getStorageTask.d.ts +91 -0
  538. package/storagetasks/getStorageTask.js +28 -0
  539. package/storagetasks/index.d.ts +9 -0
  540. package/storagetasks/index.js +44 -0
  541. package/storagetasks/storageTask.d.ts +120 -0
  542. package/storagetasks/storageTask.js +95 -0
  543. package/storagetasks/v20230101/getStorageTask.d.ts +89 -0
  544. package/storagetasks/v20230101/getStorageTask.js +26 -0
  545. package/storagetasks/v20230101/index.d.ts +7 -0
  546. package/storagetasks/v20230101/index.js +41 -0
  547. package/storagetasks/v20230101/storageTask.d.ts +119 -0
  548. package/storagetasks/v20230101/storageTask.js +94 -0
  549. package/tsconfig.tsbuildinfo +1 -1
  550. package/types/enums/avs/index.d.ts +2 -1
  551. package/types/enums/avs/index.js +4 -2
  552. package/types/enums/avs/v20230301/index.d.ts +135 -0
  553. package/types/enums/avs/v20230301/index.js +77 -0
  554. package/types/enums/compute/index.d.ts +3 -1
  555. package/types/enums/compute/index.js +7 -3
  556. package/types/enums/compute/v20230402/index.d.ts +266 -0
  557. package/types/enums/compute/v20230402/index.js +208 -0
  558. package/types/enums/compute/v20230701/index.d.ts +584 -0
  559. package/types/enums/compute/v20230701/index.js +401 -0
  560. package/types/enums/containerservice/index.d.ts +2 -1
  561. package/types/enums/containerservice/index.js +4 -2
  562. package/types/enums/containerservice/v20230701/index.d.ts +517 -0
  563. package/types/enums/containerservice/v20230701/index.js +383 -0
  564. package/types/enums/containerstorage/index.d.ts +72 -10
  565. package/types/enums/containerstorage/index.js +59 -9
  566. package/types/enums/containerstorage/v20230701preview/index.d.ts +90 -0
  567. package/types/enums/containerstorage/v20230701preview/index.js +76 -0
  568. package/types/enums/databox/index.d.ts +2 -1
  569. package/types/enums/databox/index.js +4 -2
  570. package/types/enums/databox/v20230301/index.d.ts +247 -0
  571. package/types/enums/databox/v20230301/index.js +196 -0
  572. package/types/enums/desktopvirtualization/index.d.ts +36 -1
  573. package/types/enums/desktopvirtualization/index.js +26 -2
  574. package/types/enums/desktopvirtualization/v20230707preview/index.d.ts +216 -0
  575. package/types/enums/desktopvirtualization/v20230707preview/index.js +137 -0
  576. package/types/enums/hdinsight/index.d.ts +2 -1
  577. package/types/enums/hdinsight/index.js +4 -2
  578. package/types/enums/hdinsight/v20230601preview/index.d.ts +53 -0
  579. package/types/enums/hdinsight/v20230601preview/index.js +38 -0
  580. package/types/enums/hybridcompute/index.d.ts +1 -2
  581. package/types/enums/hybridcompute/index.js +2 -4
  582. package/types/enums/index.d.ts +3 -1
  583. package/types/enums/index.js +7 -3
  584. package/types/enums/managednetworkfabric/index.d.ts +3 -3
  585. package/types/enums/managednetworkfabric/v20230615/index.d.ts +4 -4
  586. package/types/enums/maps/index.d.ts +2 -1
  587. package/types/enums/maps/index.js +4 -2
  588. package/types/enums/maps/v20230601/index.d.ts +53 -0
  589. package/types/enums/maps/v20230601/index.js +35 -0
  590. package/types/enums/mobilepacketcore/index.d.ts +100 -0
  591. package/types/enums/mobilepacketcore/index.js +95 -0
  592. package/types/enums/mobilepacketcore/v20230515preview/index.d.ts +98 -0
  593. package/types/enums/mobilepacketcore/v20230515preview/index.js +92 -0
  594. package/types/enums/resourceconnector/index.d.ts +0 -2
  595. package/types/enums/resourceconnector/index.js +1 -3
  596. package/types/enums/resourceconnector/v20221027/index.d.ts +0 -2
  597. package/types/enums/resourceconnector/v20221027/index.js +1 -3
  598. package/types/enums/storagetasks/index.d.ts +39 -0
  599. package/types/enums/storagetasks/index.js +30 -0
  600. package/types/enums/storagetasks/v20230101/index.d.ts +37 -0
  601. package/types/enums/storagetasks/v20230101/index.js +27 -0
  602. package/types/input.d.ts +8228 -2058
  603. package/types/input.js +370 -20
  604. package/types/output.d.ts +31666 -22843
  605. package/types/output.js +370 -20
  606. package/containerstorage/getVolumeSnapshot.js +0 -29
  607. package/containerstorage/v20230301preview/getVolumeSnapshot.js +0 -27
  608. package/containerstorage/v20230301preview/index.js +0 -55
  609. package/containerstorage/v20230301preview/pool.js +0 -103
  610. package/containerstorage/v20230301preview/volumeSnapshot.js +0 -93
  611. package/containerstorage/volumeSnapshot.js +0 -94
  612. package/hybridcompute/getMachineRunCommand.d.ts +0 -123
  613. package/hybridcompute/getMachineRunCommand.js +0 -29
  614. package/hybridcompute/machineRunCommand.js +0 -103
  615. package/hybridcompute/v20230425preview/getMachine.d.ts +0 -199
  616. package/hybridcompute/v20230425preview/getMachine.js +0 -27
  617. package/hybridcompute/v20230425preview/getMachineExtension.d.ts +0 -105
  618. package/hybridcompute/v20230425preview/getMachineExtension.js +0 -27
  619. package/hybridcompute/v20230425preview/getMachineRunCommand.d.ts +0 -121
  620. package/hybridcompute/v20230425preview/getMachineRunCommand.js +0 -27
  621. package/hybridcompute/v20230425preview/getPrivateEndpointConnection.js +0 -27
  622. package/hybridcompute/v20230425preview/getPrivateLinkScope.d.ts +0 -65
  623. package/hybridcompute/v20230425preview/getPrivateLinkScope.js +0 -26
  624. package/hybridcompute/v20230425preview/index.d.ts +0 -31
  625. package/hybridcompute/v20230425preview/index.js +0 -69
  626. package/hybridcompute/v20230425preview/machine.d.ts +0 -258
  627. package/hybridcompute/v20230425preview/machine.js +0 -135
  628. package/hybridcompute/v20230425preview/machineExtension.js +0 -93
  629. package/hybridcompute/v20230425preview/machineRunCommand.js +0 -102
  630. package/hybridcompute/v20230425preview/privateEndpointConnection.js +0 -73
  631. package/hybridcompute/v20230425preview/privateLinkScope.js +0 -73
  632. package/types/enums/containerstorage/v20230301preview/index.d.ts +0 -28
  633. package/types/enums/containerstorage/v20230301preview/index.js +0 -26
  634. package/types/enums/hybridcompute/v20230425preview/index.d.ts +0 -58
  635. package/types/enums/hybridcompute/v20230425preview/index.js +0 -40
@@ -0,0 +1,584 @@
1
+ export declare const CachingTypes: {
2
+ readonly None: "None";
3
+ readonly ReadOnly: "ReadOnly";
4
+ readonly ReadWrite: "ReadWrite";
5
+ };
6
+ /**
7
+ * Specifies the caching requirements. Possible values are: **None,** **ReadOnly,** **ReadWrite.** The defaulting behavior is: **None for Standard storage. ReadOnly for Premium storage.**
8
+ */
9
+ export type CachingTypes = (typeof CachingTypes)[keyof typeof CachingTypes];
10
+ export declare const ComponentNames: {
11
+ readonly Microsoft_Windows_Shell_Setup: "Microsoft-Windows-Shell-Setup";
12
+ };
13
+ /**
14
+ * The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup.
15
+ */
16
+ export type ComponentNames = (typeof ComponentNames)[keyof typeof ComponentNames];
17
+ export declare const ConsistencyModeTypes: {
18
+ readonly CrashConsistent: "CrashConsistent";
19
+ readonly FileSystemConsistent: "FileSystemConsistent";
20
+ readonly ApplicationConsistent: "ApplicationConsistent";
21
+ };
22
+ /**
23
+ * ConsistencyMode of the RestorePoint. Can be specified in the input while creating a restore point. For now, only CrashConsistent is accepted as a valid input. Please refer to https://aka.ms/RestorePoints for more details.
24
+ */
25
+ export type ConsistencyModeTypes = (typeof ConsistencyModeTypes)[keyof typeof ConsistencyModeTypes];
26
+ export declare const DedicatedHostLicenseTypes: {
27
+ readonly None: "None";
28
+ readonly Windows_Server_Hybrid: "Windows_Server_Hybrid";
29
+ readonly Windows_Server_Perpetual: "Windows_Server_Perpetual";
30
+ };
31
+ /**
32
+ * Specifies the software license type that will be applied to the VMs deployed on the dedicated host. Possible values are: **None,** **Windows_Server_Hybrid,** **Windows_Server_Perpetual.** The default value is: **None.**
33
+ */
34
+ export type DedicatedHostLicenseTypes = (typeof DedicatedHostLicenseTypes)[keyof typeof DedicatedHostLicenseTypes];
35
+ export declare const DeleteOptions: {
36
+ readonly Delete: "Delete";
37
+ readonly Detach: "Detach";
38
+ };
39
+ /**
40
+ * Specify what happens to the public IP when the VM is deleted
41
+ */
42
+ export type DeleteOptions = (typeof DeleteOptions)[keyof typeof DeleteOptions];
43
+ export declare const DiffDiskOptions: {
44
+ readonly Local: "Local";
45
+ };
46
+ /**
47
+ * Specifies the ephemeral disk settings for operating system disk.
48
+ */
49
+ export type DiffDiskOptions = (typeof DiffDiskOptions)[keyof typeof DiffDiskOptions];
50
+ export declare const DiffDiskPlacement: {
51
+ readonly CacheDisk: "CacheDisk";
52
+ readonly ResourceDisk: "ResourceDisk";
53
+ };
54
+ /**
55
+ * Specifies the ephemeral disk placement for operating system disk. Possible values are: **CacheDisk,** **ResourceDisk.** The defaulting behavior is: **CacheDisk** if one is configured for the VM size otherwise **ResourceDisk** is used. Refer to the VM size documentation for Windows VM at https://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check which VM sizes exposes a cache disk.
56
+ */
57
+ export type DiffDiskPlacement = (typeof DiffDiskPlacement)[keyof typeof DiffDiskPlacement];
58
+ export declare const DiskControllerTypes: {
59
+ readonly SCSI: "SCSI";
60
+ readonly NVMe: "NVMe";
61
+ };
62
+ /**
63
+ * Specifies the disk controller type configured for the VM. **Note:** This property will be set to the default disk controller type if not specified provided virtual machine is being created with 'hyperVGeneration' set to V2 based on the capabilities of the operating system disk and VM size from the the specified minimum api version. You need to deallocate the VM before updating its disk controller type unless you are updating the VM size in the VM configuration which implicitly deallocates and reallocates the VM. Minimum api-version: 2022-08-01.
64
+ */
65
+ export type DiskControllerTypes = (typeof DiskControllerTypes)[keyof typeof DiskControllerTypes];
66
+ export declare const DiskCreateOptionTypes: {
67
+ readonly FromImage: "FromImage";
68
+ readonly Empty: "Empty";
69
+ readonly Attach: "Attach";
70
+ };
71
+ /**
72
+ * Specifies how the virtual machine should be created. Possible values are: **Attach.** This value is used when you are using a specialized disk to create the virtual machine. **FromImage.** This value is used when you are using an image to create the virtual machine. If you are using a platform image, you should also use the imageReference element described above. If you are using a marketplace image, you should also use the plan element previously described.
73
+ */
74
+ export type DiskCreateOptionTypes = (typeof DiskCreateOptionTypes)[keyof typeof DiskCreateOptionTypes];
75
+ export declare const DiskDeleteOptionTypes: {
76
+ readonly Delete: "Delete";
77
+ readonly Detach: "Detach";
78
+ };
79
+ /**
80
+ * Specifies whether OS Disk should be deleted or detached upon VM deletion. Possible values are: **Delete.** If this value is used, the OS disk is deleted when VM is deleted. **Detach.** If this value is used, the os disk is retained after VM is deleted. The default value is set to **Detach**. For an ephemeral OS Disk, the default value is set to **Delete**. The user cannot change the delete option for an ephemeral OS Disk.
81
+ */
82
+ export type DiskDeleteOptionTypes = (typeof DiskDeleteOptionTypes)[keyof typeof DiskDeleteOptionTypes];
83
+ export declare const DiskDetachOptionTypes: {
84
+ readonly ForceDetach: "ForceDetach";
85
+ };
86
+ /**
87
+ * Specifies the detach behavior to be used while detaching a disk or which is already in the process of detachment from the virtual machine. Supported values: **ForceDetach.** detachOption: **ForceDetach** is applicable only for managed data disks. If a previous detachment attempt of the data disk did not complete due to an unexpected failure from the virtual machine and the disk is still not released then use force-detach as a last resort option to detach the disk forcibly from the VM. All writes might not have been flushed when using this detach behavior. **This feature is still in preview** mode and is not supported for VirtualMachineScaleSet. To force-detach a data disk update toBeDetached to 'true' along with setting detachOption: 'ForceDetach'.
88
+ */
89
+ export type DiskDetachOptionTypes = (typeof DiskDetachOptionTypes)[keyof typeof DiskDetachOptionTypes];
90
+ export declare const DomainNameLabelScopeTypes: {
91
+ readonly TenantReuse: "TenantReuse";
92
+ readonly SubscriptionReuse: "SubscriptionReuse";
93
+ readonly ResourceGroupReuse: "ResourceGroupReuse";
94
+ readonly NoReuse: "NoReuse";
95
+ };
96
+ /**
97
+ * The Domain name label scope.The concatenation of the hashed domain name label that generated according to the policy from domain name label scope and vm index will be the domain name labels of the PublicIPAddress resources that will be created
98
+ */
99
+ export type DomainNameLabelScopeTypes = (typeof DomainNameLabelScopeTypes)[keyof typeof DomainNameLabelScopeTypes];
100
+ export declare const ExtendedLocationTypes: {
101
+ readonly EdgeZone: "EdgeZone";
102
+ };
103
+ /**
104
+ * The type of the extended location.
105
+ */
106
+ export type ExtendedLocationTypes = (typeof ExtendedLocationTypes)[keyof typeof ExtendedLocationTypes];
107
+ export declare const HyperVGenerationTypes: {
108
+ readonly V1: "V1";
109
+ readonly V2: "V2";
110
+ };
111
+ /**
112
+ * Specifies the HyperVGenerationType of the VirtualMachine created from the image. From API Version 2019-03-01 if the image source is a blob, then we need the user to specify the value, if the source is managed resource like disk or snapshot, we may require the user to specify the property if we cannot deduce it from the source managed resource.
113
+ */
114
+ export type HyperVGenerationTypes = (typeof HyperVGenerationTypes)[keyof typeof HyperVGenerationTypes];
115
+ export declare const IPVersion: {
116
+ readonly IPv4: "IPv4";
117
+ readonly IPv6: "IPv6";
118
+ };
119
+ /**
120
+ * Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
121
+ */
122
+ export type IPVersion = (typeof IPVersion)[keyof typeof IPVersion];
123
+ export declare const IPVersions: {
124
+ readonly IPv4: "IPv4";
125
+ readonly IPv6: "IPv6";
126
+ };
127
+ /**
128
+ * Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
129
+ */
130
+ export type IPVersions = (typeof IPVersions)[keyof typeof IPVersions];
131
+ export declare const IntervalInMins: {
132
+ readonly ThreeMins: "ThreeMins";
133
+ readonly FiveMins: "FiveMins";
134
+ readonly ThirtyMins: "ThirtyMins";
135
+ readonly SixtyMins: "SixtyMins";
136
+ };
137
+ /**
138
+ * Interval value in minutes used to create LogAnalytics call rate logs.
139
+ */
140
+ export type IntervalInMins = (typeof IntervalInMins)[keyof typeof IntervalInMins];
141
+ export declare const LinuxPatchAssessmentMode: {
142
+ readonly ImageDefault: "ImageDefault";
143
+ readonly AutomaticByPlatform: "AutomaticByPlatform";
144
+ };
145
+ /**
146
+ * Specifies the mode of VM Guest Patch Assessment for the IaaS virtual machine.<br /><br /> Possible values are:<br /><br /> **ImageDefault** - You control the timing of patch assessments on a virtual machine. <br /><br /> **AutomaticByPlatform** - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
147
+ */
148
+ export type LinuxPatchAssessmentMode = (typeof LinuxPatchAssessmentMode)[keyof typeof LinuxPatchAssessmentMode];
149
+ export declare const LinuxVMGuestPatchAutomaticByPlatformRebootSetting: {
150
+ readonly Unknown: "Unknown";
151
+ readonly IfRequired: "IfRequired";
152
+ readonly Never: "Never";
153
+ readonly Always: "Always";
154
+ };
155
+ /**
156
+ * Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
157
+ */
158
+ export type LinuxVMGuestPatchAutomaticByPlatformRebootSetting = (typeof LinuxVMGuestPatchAutomaticByPlatformRebootSetting)[keyof typeof LinuxVMGuestPatchAutomaticByPlatformRebootSetting];
159
+ export declare const LinuxVMGuestPatchMode: {
160
+ readonly ImageDefault: "ImageDefault";
161
+ readonly AutomaticByPlatform: "AutomaticByPlatform";
162
+ };
163
+ /**
164
+ * Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible.<br /><br /> Possible values are:<br /><br /> **ImageDefault** - The virtual machine's default patching configuration is used. <br /><br /> **AutomaticByPlatform** - The virtual machine will be automatically updated by the platform. The property provisionVMAgent must be true
165
+ */
166
+ export type LinuxVMGuestPatchMode = (typeof LinuxVMGuestPatchMode)[keyof typeof LinuxVMGuestPatchMode];
167
+ export declare const NetworkApiVersion: {
168
+ readonly NetworkApiVersion_2020_11_01: "2020-11-01";
169
+ };
170
+ /**
171
+ * specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations
172
+ */
173
+ export type NetworkApiVersion = (typeof NetworkApiVersion)[keyof typeof NetworkApiVersion];
174
+ export declare const NetworkInterfaceAuxiliaryMode: {
175
+ readonly None: "None";
176
+ readonly AcceleratedConnections: "AcceleratedConnections";
177
+ readonly Floating: "Floating";
178
+ };
179
+ /**
180
+ * Specifies whether the Auxiliary mode is enabled for the Network Interface resource.
181
+ */
182
+ export type NetworkInterfaceAuxiliaryMode = (typeof NetworkInterfaceAuxiliaryMode)[keyof typeof NetworkInterfaceAuxiliaryMode];
183
+ export declare const NetworkInterfaceAuxiliarySku: {
184
+ readonly None: "None";
185
+ readonly A1: "A1";
186
+ readonly A2: "A2";
187
+ readonly A4: "A4";
188
+ readonly A8: "A8";
189
+ };
190
+ /**
191
+ * Specifies whether the Auxiliary sku is enabled for the Network Interface resource.
192
+ */
193
+ export type NetworkInterfaceAuxiliarySku = (typeof NetworkInterfaceAuxiliarySku)[keyof typeof NetworkInterfaceAuxiliarySku];
194
+ export declare const OperatingSystemStateTypes: {
195
+ /**
196
+ * Generalized image. Needs to be provisioned during deployment time.
197
+ */
198
+ readonly Generalized: "Generalized";
199
+ /**
200
+ * Specialized image. Contains already provisioned OS Disk.
201
+ */
202
+ readonly Specialized: "Specialized";
203
+ };
204
+ /**
205
+ * The OS State. For managed images, use Generalized.
206
+ */
207
+ export type OperatingSystemStateTypes = (typeof OperatingSystemStateTypes)[keyof typeof OperatingSystemStateTypes];
208
+ export declare const OperatingSystemTypes: {
209
+ readonly Windows: "Windows";
210
+ readonly Linux: "Linux";
211
+ };
212
+ /**
213
+ * This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: **Windows,** **Linux.**
214
+ */
215
+ export type OperatingSystemTypes = (typeof OperatingSystemTypes)[keyof typeof OperatingSystemTypes];
216
+ export declare const OrchestrationMode: {
217
+ readonly Uniform: "Uniform";
218
+ readonly Flexible: "Flexible";
219
+ };
220
+ /**
221
+ * Specifies the orchestration mode for the virtual machine scale set.
222
+ */
223
+ export type OrchestrationMode = (typeof OrchestrationMode)[keyof typeof OrchestrationMode];
224
+ export declare const PassNames: {
225
+ readonly OobeSystem: "OobeSystem";
226
+ };
227
+ /**
228
+ * The pass name. Currently, the only allowable value is OobeSystem.
229
+ */
230
+ export type PassNames = (typeof PassNames)[keyof typeof PassNames];
231
+ export declare const ProtocolTypes: {
232
+ readonly Http: "Http";
233
+ readonly Https: "Https";
234
+ };
235
+ /**
236
+ * Specifies the protocol of WinRM listener. Possible values are: **http,** **https.**
237
+ */
238
+ export type ProtocolTypes = (typeof ProtocolTypes)[keyof typeof ProtocolTypes];
239
+ export declare const ProximityPlacementGroupType: {
240
+ readonly Standard: "Standard";
241
+ readonly Ultra: "Ultra";
242
+ };
243
+ /**
244
+ * Specifies the type of the proximity placement group. Possible values are: **Standard** : Co-locate resources within an Azure region or Availability Zone. **Ultra** : For future use.
245
+ */
246
+ export type ProximityPlacementGroupType = (typeof ProximityPlacementGroupType)[keyof typeof ProximityPlacementGroupType];
247
+ export declare const PublicIPAddressSkuName: {
248
+ readonly Basic: "Basic";
249
+ readonly Standard: "Standard";
250
+ };
251
+ /**
252
+ * Specify public IP sku name
253
+ */
254
+ export type PublicIPAddressSkuName = (typeof PublicIPAddressSkuName)[keyof typeof PublicIPAddressSkuName];
255
+ export declare const PublicIPAddressSkuTier: {
256
+ readonly Regional: "Regional";
257
+ readonly Global: "Global";
258
+ };
259
+ /**
260
+ * Specify public IP sku tier
261
+ */
262
+ export type PublicIPAddressSkuTier = (typeof PublicIPAddressSkuTier)[keyof typeof PublicIPAddressSkuTier];
263
+ export declare const PublicIPAllocationMethod: {
264
+ readonly Dynamic: "Dynamic";
265
+ readonly Static: "Static";
266
+ };
267
+ /**
268
+ * Specify the public IP allocation type
269
+ */
270
+ export type PublicIPAllocationMethod = (typeof PublicIPAllocationMethod)[keyof typeof PublicIPAllocationMethod];
271
+ export declare const RepairAction: {
272
+ readonly Replace: "Replace";
273
+ readonly Restart: "Restart";
274
+ readonly Reimage: "Reimage";
275
+ };
276
+ /**
277
+ * Type of repair action (replace, restart, reimage) that will be used for repairing unhealthy virtual machines in the scale set. Default value is replace.
278
+ */
279
+ export type RepairAction = (typeof RepairAction)[keyof typeof RepairAction];
280
+ export declare const ResourceIdentityType: {
281
+ readonly SystemAssigned: "SystemAssigned";
282
+ readonly UserAssigned: "UserAssigned";
283
+ readonly SystemAssigned_UserAssigned: "SystemAssigned, UserAssigned";
284
+ readonly None: "None";
285
+ };
286
+ /**
287
+ * The type of identity used for the virtual machine. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the virtual machine.
288
+ */
289
+ export type ResourceIdentityType = (typeof ResourceIdentityType)[keyof typeof ResourceIdentityType];
290
+ export declare const RestorePointEncryptionType: {
291
+ /**
292
+ * Disk Restore Point is encrypted at rest with Platform managed key.
293
+ */
294
+ readonly EncryptionAtRestWithPlatformKey: "EncryptionAtRestWithPlatformKey";
295
+ /**
296
+ * Disk Restore Point is encrypted at rest with Customer managed key that can be changed and revoked by a customer.
297
+ */
298
+ readonly EncryptionAtRestWithCustomerKey: "EncryptionAtRestWithCustomerKey";
299
+ /**
300
+ * Disk Restore Point is encrypted at rest with 2 layers of encryption. One of the keys is Customer managed and the other key is Platform managed.
301
+ */
302
+ readonly EncryptionAtRestWithPlatformAndCustomerKeys: "EncryptionAtRestWithPlatformAndCustomerKeys";
303
+ };
304
+ /**
305
+ * The type of key used to encrypt the data of the disk restore point.
306
+ */
307
+ export type RestorePointEncryptionType = (typeof RestorePointEncryptionType)[keyof typeof RestorePointEncryptionType];
308
+ export declare const SecurityEncryptionTypes: {
309
+ readonly VMGuestStateOnly: "VMGuestStateOnly";
310
+ readonly DiskWithVMGuestState: "DiskWithVMGuestState";
311
+ };
312
+ /**
313
+ * Specifies the EncryptionType of the managed disk. It is set to DiskWithVMGuestState for encryption of the managed disk along with VMGuestState blob, and VMGuestStateOnly for encryption of just the VMGuestState blob. **Note:** It can be set for only Confidential VMs.
314
+ */
315
+ export type SecurityEncryptionTypes = (typeof SecurityEncryptionTypes)[keyof typeof SecurityEncryptionTypes];
316
+ export declare const SecurityTypes: {
317
+ readonly TrustedLaunch: "TrustedLaunch";
318
+ readonly ConfidentialVM: "ConfidentialVM";
319
+ };
320
+ /**
321
+ * Specifies the SecurityType of the virtual machine. It has to be set to any specified value to enable UefiSettings. The default behavior is: UefiSettings will not be enabled unless this property is set.
322
+ */
323
+ export type SecurityTypes = (typeof SecurityTypes)[keyof typeof SecurityTypes];
324
+ export declare const SettingNames: {
325
+ readonly AutoLogon: "AutoLogon";
326
+ readonly FirstLogonCommands: "FirstLogonCommands";
327
+ };
328
+ /**
329
+ * Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon.
330
+ */
331
+ export type SettingNames = (typeof SettingNames)[keyof typeof SettingNames];
332
+ export declare const StatusLevelTypes: {
333
+ readonly Info: "Info";
334
+ readonly Warning: "Warning";
335
+ readonly Error: "Error";
336
+ };
337
+ /**
338
+ * The level code.
339
+ */
340
+ export type StatusLevelTypes = (typeof StatusLevelTypes)[keyof typeof StatusLevelTypes];
341
+ export declare const StorageAccountTypes: {
342
+ readonly Standard_LRS: "Standard_LRS";
343
+ readonly Premium_LRS: "Premium_LRS";
344
+ readonly StandardSSD_LRS: "StandardSSD_LRS";
345
+ readonly UltraSSD_LRS: "UltraSSD_LRS";
346
+ readonly Premium_ZRS: "Premium_ZRS";
347
+ readonly StandardSSD_ZRS: "StandardSSD_ZRS";
348
+ readonly PremiumV2_LRS: "PremiumV2_LRS";
349
+ };
350
+ /**
351
+ * Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk.
352
+ */
353
+ export type StorageAccountTypes = (typeof StorageAccountTypes)[keyof typeof StorageAccountTypes];
354
+ export declare const UpgradeMode: {
355
+ readonly Automatic: "Automatic";
356
+ readonly Manual: "Manual";
357
+ readonly Rolling: "Rolling";
358
+ };
359
+ /**
360
+ * Specifies the mode of an upgrade to virtual machines in the scale set.<br /><br /> Possible values are:<br /><br /> **Manual** - You control the application of updates to virtual machines in the scale set. You do this by using the manualUpgrade action.<br /><br /> **Automatic** - All virtual machines in the scale set are automatically updated at the same time.
361
+ */
362
+ export type UpgradeMode = (typeof UpgradeMode)[keyof typeof UpgradeMode];
363
+ export declare const VirtualMachineEvictionPolicyTypes: {
364
+ readonly Deallocate: "Deallocate";
365
+ readonly Delete: "Delete";
366
+ };
367
+ /**
368
+ * Specifies the eviction policy for the Azure Spot virtual machine and Azure Spot scale set. For Azure Spot virtual machines, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2019-03-01. For Azure Spot scale sets, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2017-10-30-preview.
369
+ */
370
+ export type VirtualMachineEvictionPolicyTypes = (typeof VirtualMachineEvictionPolicyTypes)[keyof typeof VirtualMachineEvictionPolicyTypes];
371
+ export declare const VirtualMachinePriorityTypes: {
372
+ readonly Regular: "Regular";
373
+ readonly Low: "Low";
374
+ readonly Spot: "Spot";
375
+ };
376
+ /**
377
+ * Specifies the priority for the virtual machines in the scale set. Minimum api-version: 2017-10-30-preview.
378
+ */
379
+ export type VirtualMachinePriorityTypes = (typeof VirtualMachinePriorityTypes)[keyof typeof VirtualMachinePriorityTypes];
380
+ export declare const VirtualMachineScaleSetScaleInRules: {
381
+ readonly Default: "Default";
382
+ readonly OldestVM: "OldestVM";
383
+ readonly NewestVM: "NewestVM";
384
+ };
385
+ export type VirtualMachineScaleSetScaleInRules = (typeof VirtualMachineScaleSetScaleInRules)[keyof typeof VirtualMachineScaleSetScaleInRules];
386
+ export declare const VirtualMachineSizeTypes: {
387
+ readonly Basic_A0: "Basic_A0";
388
+ readonly Basic_A1: "Basic_A1";
389
+ readonly Basic_A2: "Basic_A2";
390
+ readonly Basic_A3: "Basic_A3";
391
+ readonly Basic_A4: "Basic_A4";
392
+ readonly Standard_A0: "Standard_A0";
393
+ readonly Standard_A1: "Standard_A1";
394
+ readonly Standard_A2: "Standard_A2";
395
+ readonly Standard_A3: "Standard_A3";
396
+ readonly Standard_A4: "Standard_A4";
397
+ readonly Standard_A5: "Standard_A5";
398
+ readonly Standard_A6: "Standard_A6";
399
+ readonly Standard_A7: "Standard_A7";
400
+ readonly Standard_A8: "Standard_A8";
401
+ readonly Standard_A9: "Standard_A9";
402
+ readonly Standard_A10: "Standard_A10";
403
+ readonly Standard_A11: "Standard_A11";
404
+ readonly Standard_A1_v2: "Standard_A1_v2";
405
+ readonly Standard_A2_v2: "Standard_A2_v2";
406
+ readonly Standard_A4_v2: "Standard_A4_v2";
407
+ readonly Standard_A8_v2: "Standard_A8_v2";
408
+ readonly Standard_A2m_v2: "Standard_A2m_v2";
409
+ readonly Standard_A4m_v2: "Standard_A4m_v2";
410
+ readonly Standard_A8m_v2: "Standard_A8m_v2";
411
+ readonly Standard_B1s: "Standard_B1s";
412
+ readonly Standard_B1ms: "Standard_B1ms";
413
+ readonly Standard_B2s: "Standard_B2s";
414
+ readonly Standard_B2ms: "Standard_B2ms";
415
+ readonly Standard_B4ms: "Standard_B4ms";
416
+ readonly Standard_B8ms: "Standard_B8ms";
417
+ readonly Standard_D1: "Standard_D1";
418
+ readonly Standard_D2: "Standard_D2";
419
+ readonly Standard_D3: "Standard_D3";
420
+ readonly Standard_D4: "Standard_D4";
421
+ readonly Standard_D11: "Standard_D11";
422
+ readonly Standard_D12: "Standard_D12";
423
+ readonly Standard_D13: "Standard_D13";
424
+ readonly Standard_D14: "Standard_D14";
425
+ readonly Standard_D1_v2: "Standard_D1_v2";
426
+ readonly Standard_D2_v2: "Standard_D2_v2";
427
+ readonly Standard_D3_v2: "Standard_D3_v2";
428
+ readonly Standard_D4_v2: "Standard_D4_v2";
429
+ readonly Standard_D5_v2: "Standard_D5_v2";
430
+ readonly Standard_D2_v3: "Standard_D2_v3";
431
+ readonly Standard_D4_v3: "Standard_D4_v3";
432
+ readonly Standard_D8_v3: "Standard_D8_v3";
433
+ readonly Standard_D16_v3: "Standard_D16_v3";
434
+ readonly Standard_D32_v3: "Standard_D32_v3";
435
+ readonly Standard_D64_v3: "Standard_D64_v3";
436
+ readonly Standard_D2s_v3: "Standard_D2s_v3";
437
+ readonly Standard_D4s_v3: "Standard_D4s_v3";
438
+ readonly Standard_D8s_v3: "Standard_D8s_v3";
439
+ readonly Standard_D16s_v3: "Standard_D16s_v3";
440
+ readonly Standard_D32s_v3: "Standard_D32s_v3";
441
+ readonly Standard_D64s_v3: "Standard_D64s_v3";
442
+ readonly Standard_D11_v2: "Standard_D11_v2";
443
+ readonly Standard_D12_v2: "Standard_D12_v2";
444
+ readonly Standard_D13_v2: "Standard_D13_v2";
445
+ readonly Standard_D14_v2: "Standard_D14_v2";
446
+ readonly Standard_D15_v2: "Standard_D15_v2";
447
+ readonly Standard_DS1: "Standard_DS1";
448
+ readonly Standard_DS2: "Standard_DS2";
449
+ readonly Standard_DS3: "Standard_DS3";
450
+ readonly Standard_DS4: "Standard_DS4";
451
+ readonly Standard_DS11: "Standard_DS11";
452
+ readonly Standard_DS12: "Standard_DS12";
453
+ readonly Standard_DS13: "Standard_DS13";
454
+ readonly Standard_DS14: "Standard_DS14";
455
+ readonly Standard_DS1_v2: "Standard_DS1_v2";
456
+ readonly Standard_DS2_v2: "Standard_DS2_v2";
457
+ readonly Standard_DS3_v2: "Standard_DS3_v2";
458
+ readonly Standard_DS4_v2: "Standard_DS4_v2";
459
+ readonly Standard_DS5_v2: "Standard_DS5_v2";
460
+ readonly Standard_DS11_v2: "Standard_DS11_v2";
461
+ readonly Standard_DS12_v2: "Standard_DS12_v2";
462
+ readonly Standard_DS13_v2: "Standard_DS13_v2";
463
+ readonly Standard_DS14_v2: "Standard_DS14_v2";
464
+ readonly Standard_DS15_v2: "Standard_DS15_v2";
465
+ readonly Standard_DS13_4_v2: "Standard_DS13-4_v2";
466
+ readonly Standard_DS13_2_v2: "Standard_DS13-2_v2";
467
+ readonly Standard_DS14_8_v2: "Standard_DS14-8_v2";
468
+ readonly Standard_DS14_4_v2: "Standard_DS14-4_v2";
469
+ readonly Standard_E2_v3: "Standard_E2_v3";
470
+ readonly Standard_E4_v3: "Standard_E4_v3";
471
+ readonly Standard_E8_v3: "Standard_E8_v3";
472
+ readonly Standard_E16_v3: "Standard_E16_v3";
473
+ readonly Standard_E32_v3: "Standard_E32_v3";
474
+ readonly Standard_E64_v3: "Standard_E64_v3";
475
+ readonly Standard_E2s_v3: "Standard_E2s_v3";
476
+ readonly Standard_E4s_v3: "Standard_E4s_v3";
477
+ readonly Standard_E8s_v3: "Standard_E8s_v3";
478
+ readonly Standard_E16s_v3: "Standard_E16s_v3";
479
+ readonly Standard_E32s_v3: "Standard_E32s_v3";
480
+ readonly Standard_E64s_v3: "Standard_E64s_v3";
481
+ readonly Standard_E32_16_v3: "Standard_E32-16_v3";
482
+ readonly Standard_E32_8s_v3: "Standard_E32-8s_v3";
483
+ readonly Standard_E64_32s_v3: "Standard_E64-32s_v3";
484
+ readonly Standard_E64_16s_v3: "Standard_E64-16s_v3";
485
+ readonly Standard_F1: "Standard_F1";
486
+ readonly Standard_F2: "Standard_F2";
487
+ readonly Standard_F4: "Standard_F4";
488
+ readonly Standard_F8: "Standard_F8";
489
+ readonly Standard_F16: "Standard_F16";
490
+ readonly Standard_F1s: "Standard_F1s";
491
+ readonly Standard_F2s: "Standard_F2s";
492
+ readonly Standard_F4s: "Standard_F4s";
493
+ readonly Standard_F8s: "Standard_F8s";
494
+ readonly Standard_F16s: "Standard_F16s";
495
+ readonly Standard_F2s_v2: "Standard_F2s_v2";
496
+ readonly Standard_F4s_v2: "Standard_F4s_v2";
497
+ readonly Standard_F8s_v2: "Standard_F8s_v2";
498
+ readonly Standard_F16s_v2: "Standard_F16s_v2";
499
+ readonly Standard_F32s_v2: "Standard_F32s_v2";
500
+ readonly Standard_F64s_v2: "Standard_F64s_v2";
501
+ readonly Standard_F72s_v2: "Standard_F72s_v2";
502
+ readonly Standard_G1: "Standard_G1";
503
+ readonly Standard_G2: "Standard_G2";
504
+ readonly Standard_G3: "Standard_G3";
505
+ readonly Standard_G4: "Standard_G4";
506
+ readonly Standard_G5: "Standard_G5";
507
+ readonly Standard_GS1: "Standard_GS1";
508
+ readonly Standard_GS2: "Standard_GS2";
509
+ readonly Standard_GS3: "Standard_GS3";
510
+ readonly Standard_GS4: "Standard_GS4";
511
+ readonly Standard_GS5: "Standard_GS5";
512
+ readonly Standard_GS4_8: "Standard_GS4-8";
513
+ readonly Standard_GS4_4: "Standard_GS4-4";
514
+ readonly Standard_GS5_16: "Standard_GS5-16";
515
+ readonly Standard_GS5_8: "Standard_GS5-8";
516
+ readonly Standard_H8: "Standard_H8";
517
+ readonly Standard_H16: "Standard_H16";
518
+ readonly Standard_H8m: "Standard_H8m";
519
+ readonly Standard_H16m: "Standard_H16m";
520
+ readonly Standard_H16r: "Standard_H16r";
521
+ readonly Standard_H16mr: "Standard_H16mr";
522
+ readonly Standard_L4s: "Standard_L4s";
523
+ readonly Standard_L8s: "Standard_L8s";
524
+ readonly Standard_L16s: "Standard_L16s";
525
+ readonly Standard_L32s: "Standard_L32s";
526
+ readonly Standard_M64s: "Standard_M64s";
527
+ readonly Standard_M64ms: "Standard_M64ms";
528
+ readonly Standard_M128s: "Standard_M128s";
529
+ readonly Standard_M128ms: "Standard_M128ms";
530
+ readonly Standard_M64_32ms: "Standard_M64-32ms";
531
+ readonly Standard_M64_16ms: "Standard_M64-16ms";
532
+ readonly Standard_M128_64ms: "Standard_M128-64ms";
533
+ readonly Standard_M128_32ms: "Standard_M128-32ms";
534
+ readonly Standard_NC6: "Standard_NC6";
535
+ readonly Standard_NC12: "Standard_NC12";
536
+ readonly Standard_NC24: "Standard_NC24";
537
+ readonly Standard_NC24r: "Standard_NC24r";
538
+ readonly Standard_NC6s_v2: "Standard_NC6s_v2";
539
+ readonly Standard_NC12s_v2: "Standard_NC12s_v2";
540
+ readonly Standard_NC24s_v2: "Standard_NC24s_v2";
541
+ readonly Standard_NC24rs_v2: "Standard_NC24rs_v2";
542
+ readonly Standard_NC6s_v3: "Standard_NC6s_v3";
543
+ readonly Standard_NC12s_v3: "Standard_NC12s_v3";
544
+ readonly Standard_NC24s_v3: "Standard_NC24s_v3";
545
+ readonly Standard_NC24rs_v3: "Standard_NC24rs_v3";
546
+ readonly Standard_ND6s: "Standard_ND6s";
547
+ readonly Standard_ND12s: "Standard_ND12s";
548
+ readonly Standard_ND24s: "Standard_ND24s";
549
+ readonly Standard_ND24rs: "Standard_ND24rs";
550
+ readonly Standard_NV6: "Standard_NV6";
551
+ readonly Standard_NV12: "Standard_NV12";
552
+ readonly Standard_NV24: "Standard_NV24";
553
+ };
554
+ /**
555
+ * Specifies the size of the virtual machine. The enum data type is currently deprecated and will be removed by December 23rd 2023. The recommended way to get the list of available sizes is using these APIs: [List all available virtual machine sizes in an availability set](https://docs.microsoft.com/rest/api/compute/availabilitysets/listavailablesizes), [List all available virtual machine sizes in a region]( https://docs.microsoft.com/rest/api/compute/resourceskus/list), [List all available virtual machine sizes for resizing](https://docs.microsoft.com/rest/api/compute/virtualmachines/listavailablesizes). For more information about virtual machine sizes, see [Sizes for virtual machines](https://docs.microsoft.com/azure/virtual-machines/sizes). The available VM sizes depend on region and availability set.
556
+ */
557
+ export type VirtualMachineSizeTypes = (typeof VirtualMachineSizeTypes)[keyof typeof VirtualMachineSizeTypes];
558
+ export declare const WindowsPatchAssessmentMode: {
559
+ readonly ImageDefault: "ImageDefault";
560
+ readonly AutomaticByPlatform: "AutomaticByPlatform";
561
+ };
562
+ /**
563
+ * Specifies the mode of VM Guest patch assessment for the IaaS virtual machine.<br /><br /> Possible values are:<br /><br /> **ImageDefault** - You control the timing of patch assessments on a virtual machine.<br /><br /> **AutomaticByPlatform** - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
564
+ */
565
+ export type WindowsPatchAssessmentMode = (typeof WindowsPatchAssessmentMode)[keyof typeof WindowsPatchAssessmentMode];
566
+ export declare const WindowsVMGuestPatchAutomaticByPlatformRebootSetting: {
567
+ readonly Unknown: "Unknown";
568
+ readonly IfRequired: "IfRequired";
569
+ readonly Never: "Never";
570
+ readonly Always: "Always";
571
+ };
572
+ /**
573
+ * Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
574
+ */
575
+ export type WindowsVMGuestPatchAutomaticByPlatformRebootSetting = (typeof WindowsVMGuestPatchAutomaticByPlatformRebootSetting)[keyof typeof WindowsVMGuestPatchAutomaticByPlatformRebootSetting];
576
+ export declare const WindowsVMGuestPatchMode: {
577
+ readonly Manual: "Manual";
578
+ readonly AutomaticByOS: "AutomaticByOS";
579
+ readonly AutomaticByPlatform: "AutomaticByPlatform";
580
+ };
581
+ /**
582
+ * Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible.<br /><br /> Possible values are:<br /><br /> **Manual** - You control the application of patches to a virtual machine. You do this by applying patches manually inside the VM. In this mode, automatic updates are disabled; the property WindowsConfiguration.enableAutomaticUpdates must be false<br /><br /> **AutomaticByOS** - The virtual machine will automatically be updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates must be true. <br /><br /> **AutomaticByPlatform** - the virtual machine will automatically updated by the platform. The properties provisionVMAgent and WindowsConfiguration.enableAutomaticUpdates must be true
583
+ */
584
+ export type WindowsVMGuestPatchMode = (typeof WindowsVMGuestPatchMode)[keyof typeof WindowsVMGuestPatchMode];