azure_mgmt_compute 0.19.3 → 0.20.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 (337) hide show
  1. checksums.yaml +4 -4
  2. data/lib/2015-06-15/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
  3. data/lib/2016-03-30/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
  4. data/lib/2016-04-30-preview/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
  5. data/lib/2017-03-30/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
  6. data/lib/2017-09-01/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
  7. data/lib/2017-12-01/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
  8. data/lib/2018-04-01/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
  9. data/lib/2018-06-01/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
  10. data/lib/2018-09-30/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
  11. data/lib/2018-10-01/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
  12. data/lib/2019-03-01/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
  13. data/lib/2019-04-01/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
  14. data/lib/2019-04-01/generated/azure_mgmt_compute/resource_skus.rb +8 -4
  15. data/lib/2019-07-01/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
  16. data/lib/2019-11-01/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
  17. data/lib/2019-12-01/generated/azure_mgmt_compute/availability_sets.rb +4 -0
  18. data/lib/2019-12-01/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
  19. data/lib/2019-12-01/generated/azure_mgmt_compute/models/gallery_artifact_version_source.rb +1 -1
  20. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine.rb +2 -2
  21. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_ipconfiguration.rb +2 -2
  22. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vmprofile.rb +2 -2
  23. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_update.rb +2 -2
  24. data/lib/2019-12-01/generated/azure_mgmt_compute/virtual_machine_scale_set_vms.rb +28 -8
  25. data/lib/2019-12-01/generated/azure_mgmt_compute/virtual_machine_scale_sets.rb +8 -6
  26. data/lib/2020-06-01/generated/azure_mgmt_compute.rb +276 -0
  27. data/lib/2020-06-01/generated/azure_mgmt_compute/availability_sets.rb +920 -0
  28. data/lib/2020-06-01/generated/azure_mgmt_compute/compute_management_client.rb +212 -0
  29. data/lib/2020-06-01/generated/azure_mgmt_compute/dedicated_host_groups.rb +861 -0
  30. data/lib/2020-06-01/generated/azure_mgmt_compute/dedicated_hosts.rb +806 -0
  31. data/lib/2020-06-01/generated/azure_mgmt_compute/images.rb +975 -0
  32. data/lib/2020-06-01/generated/azure_mgmt_compute/log_analytics.rb +341 -0
  33. data/lib/2020-06-01/generated/azure_mgmt_compute/models/additional_capabilities.rb +51 -0
  34. data/lib/2020-06-01/generated/azure_mgmt_compute/models/additional_unattend_content.rb +93 -0
  35. data/lib/2020-06-01/generated/azure_mgmt_compute/models/api_entity_reference.rb +47 -0
  36. data/lib/2020-06-01/generated/azure_mgmt_compute/models/api_error.rb +100 -0
  37. data/lib/2020-06-01/generated/azure_mgmt_compute/models/api_error_base.rb +68 -0
  38. data/lib/2020-06-01/generated/azure_mgmt_compute/models/automatic_osupgrade_policy.rb +63 -0
  39. data/lib/2020-06-01/generated/azure_mgmt_compute/models/automatic_osupgrade_properties.rb +47 -0
  40. data/lib/2020-06-01/generated/azure_mgmt_compute/models/automatic_repairs_policy.rb +64 -0
  41. data/lib/2020-06-01/generated/azure_mgmt_compute/models/availability_set.rb +189 -0
  42. data/lib/2020-06-01/generated/azure_mgmt_compute/models/availability_set_list_result.rb +100 -0
  43. data/lib/2020-06-01/generated/azure_mgmt_compute/models/availability_set_sku_types.rb +16 -0
  44. data/lib/2020-06-01/generated/azure_mgmt_compute/models/availability_set_update.rb +142 -0
  45. data/lib/2020-06-01/generated/azure_mgmt_compute/models/available_patch_summary.rb +143 -0
  46. data/lib/2020-06-01/generated/azure_mgmt_compute/models/billing_profile.rb +60 -0
  47. data/lib/2020-06-01/generated/azure_mgmt_compute/models/boot_diagnostics.rb +63 -0
  48. data/lib/2020-06-01/generated/azure_mgmt_compute/models/boot_diagnostics_instance_view.rb +78 -0
  49. data/lib/2020-06-01/generated/azure_mgmt_compute/models/caching_types.rb +17 -0
  50. data/lib/2020-06-01/generated/azure_mgmt_compute/models/component_names.rb +15 -0
  51. data/lib/2020-06-01/generated/azure_mgmt_compute/models/compute_operation_list_result.rb +56 -0
  52. data/lib/2020-06-01/generated/azure_mgmt_compute/models/compute_operation_value.rb +108 -0
  53. data/lib/2020-06-01/generated/azure_mgmt_compute/models/data_disk.rb +201 -0
  54. data/lib/2020-06-01/generated/azure_mgmt_compute/models/data_disk_image.rb +49 -0
  55. data/lib/2020-06-01/generated/azure_mgmt_compute/models/dedicated_host.rb +219 -0
  56. data/lib/2020-06-01/generated/azure_mgmt_compute/models/dedicated_host_allocatable_vm.rb +60 -0
  57. data/lib/2020-06-01/generated/azure_mgmt_compute/models/dedicated_host_available_capacity.rb +57 -0
  58. data/lib/2020-06-01/generated/azure_mgmt_compute/models/dedicated_host_group.rb +178 -0
  59. data/lib/2020-06-01/generated/azure_mgmt_compute/models/dedicated_host_group_instance_view.rb +57 -0
  60. data/lib/2020-06-01/generated/azure_mgmt_compute/models/dedicated_host_group_list_result.rb +100 -0
  61. data/lib/2020-06-01/generated/azure_mgmt_compute/models/dedicated_host_group_update.rb +141 -0
  62. data/lib/2020-06-01/generated/azure_mgmt_compute/models/dedicated_host_instance_view.rb +81 -0
  63. data/lib/2020-06-01/generated/azure_mgmt_compute/models/dedicated_host_instance_view_with_name.rb +84 -0
  64. data/lib/2020-06-01/generated/azure_mgmt_compute/models/dedicated_host_license_types.rb +17 -0
  65. data/lib/2020-06-01/generated/azure_mgmt_compute/models/dedicated_host_list_result.rb +100 -0
  66. data/lib/2020-06-01/generated/azure_mgmt_compute/models/dedicated_host_update.rb +171 -0
  67. data/lib/2020-06-01/generated/azure_mgmt_compute/models/diagnostics_profile.rb +52 -0
  68. data/lib/2020-06-01/generated/azure_mgmt_compute/models/diff_disk_options.rb +15 -0
  69. data/lib/2020-06-01/generated/azure_mgmt_compute/models/diff_disk_placement.rb +16 -0
  70. data/lib/2020-06-01/generated/azure_mgmt_compute/models/diff_disk_settings.rb +69 -0
  71. data/lib/2020-06-01/generated/azure_mgmt_compute/models/disallowed_configuration.rb +47 -0
  72. data/lib/2020-06-01/generated/azure_mgmt_compute/models/disk_create_option_types.rb +17 -0
  73. data/lib/2020-06-01/generated/azure_mgmt_compute/models/disk_encryption_set_parameters.rb +46 -0
  74. data/lib/2020-06-01/generated/azure_mgmt_compute/models/disk_encryption_settings.rb +73 -0
  75. data/lib/2020-06-01/generated/azure_mgmt_compute/models/disk_instance_view.rb +87 -0
  76. data/lib/2020-06-01/generated/azure_mgmt_compute/models/hardware_profile.rb +104 -0
  77. data/lib/2020-06-01/generated/azure_mgmt_compute/models/hyper_vgeneration_type.rb +16 -0
  78. data/lib/2020-06-01/generated/azure_mgmt_compute/models/hyper_vgeneration_types.rb +16 -0
  79. data/lib/2020-06-01/generated/azure_mgmt_compute/models/image.rb +139 -0
  80. data/lib/2020-06-01/generated/azure_mgmt_compute/models/image_data_disk.rb +108 -0
  81. data/lib/2020-06-01/generated/azure_mgmt_compute/models/image_disk.rb +126 -0
  82. data/lib/2020-06-01/generated/azure_mgmt_compute/models/image_list_result.rb +99 -0
  83. data/lib/2020-06-01/generated/azure_mgmt_compute/models/image_osdisk.rb +123 -0
  84. data/lib/2020-06-01/generated/azure_mgmt_compute/models/image_reference.rb +114 -0
  85. data/lib/2020-06-01/generated/azure_mgmt_compute/models/image_storage_profile.rb +86 -0
  86. data/lib/2020-06-01/generated/azure_mgmt_compute/models/image_update.rb +102 -0
  87. data/lib/2020-06-01/generated/azure_mgmt_compute/models/in_guest_patch_mode.rb +17 -0
  88. data/lib/2020-06-01/generated/azure_mgmt_compute/models/inner_error.rb +57 -0
  89. data/lib/2020-06-01/generated/azure_mgmt_compute/models/instance_view_status.rb +93 -0
  90. data/lib/2020-06-01/generated/azure_mgmt_compute/models/instance_view_types.rb +15 -0
  91. data/lib/2020-06-01/generated/azure_mgmt_compute/models/interval_in_mins.rb +18 -0
  92. data/lib/2020-06-01/generated/azure_mgmt_compute/models/ipversion.rb +16 -0
  93. data/lib/2020-06-01/generated/azure_mgmt_compute/models/key_vault_key_reference.rb +59 -0
  94. data/lib/2020-06-01/generated/azure_mgmt_compute/models/key_vault_secret_reference.rb +59 -0
  95. data/lib/2020-06-01/generated/azure_mgmt_compute/models/last_patch_installation_summary.rb +211 -0
  96. data/lib/2020-06-01/generated/azure_mgmt_compute/models/linux_configuration.rb +81 -0
  97. data/lib/2020-06-01/generated/azure_mgmt_compute/models/list_usages_result.rb +100 -0
  98. data/lib/2020-06-01/generated/azure_mgmt_compute/models/log_analytics_input_base.rb +102 -0
  99. data/lib/2020-06-01/generated/azure_mgmt_compute/models/log_analytics_operation_result.rb +48 -0
  100. data/lib/2020-06-01/generated/azure_mgmt_compute/models/log_analytics_output.rb +47 -0
  101. data/lib/2020-06-01/generated/azure_mgmt_compute/models/maintenance_operation_result_code_types.rb +18 -0
  102. data/lib/2020-06-01/generated/azure_mgmt_compute/models/maintenance_redeploy_status.rb +115 -0
  103. data/lib/2020-06-01/generated/azure_mgmt_compute/models/managed_disk_parameters.rb +70 -0
  104. data/lib/2020-06-01/generated/azure_mgmt_compute/models/network_interface_reference.rb +55 -0
  105. data/lib/2020-06-01/generated/azure_mgmt_compute/models/network_profile.rb +57 -0
  106. data/lib/2020-06-01/generated/azure_mgmt_compute/models/operating_system_state_types.rb +16 -0
  107. data/lib/2020-06-01/generated/azure_mgmt_compute/models/operating_system_types.rb +16 -0
  108. data/lib/2020-06-01/generated/azure_mgmt_compute/models/orchestration_service_names.rb +16 -0
  109. data/lib/2020-06-01/generated/azure_mgmt_compute/models/orchestration_service_state.rb +17 -0
  110. data/lib/2020-06-01/generated/azure_mgmt_compute/models/orchestration_service_state_action.rb +16 -0
  111. data/lib/2020-06-01/generated/azure_mgmt_compute/models/orchestration_service_state_input.rb +59 -0
  112. data/lib/2020-06-01/generated/azure_mgmt_compute/models/orchestration_service_summary.rb +61 -0
  113. data/lib/2020-06-01/generated/azure_mgmt_compute/models/osdisk.rb +191 -0
  114. data/lib/2020-06-01/generated/azure_mgmt_compute/models/osdisk_image.rb +48 -0
  115. data/lib/2020-06-01/generated/azure_mgmt_compute/models/osprofile.rb +204 -0
  116. data/lib/2020-06-01/generated/azure_mgmt_compute/models/pass_names.rb +15 -0
  117. data/lib/2020-06-01/generated/azure_mgmt_compute/models/patch_assessment_state.rb +20 -0
  118. data/lib/2020-06-01/generated/azure_mgmt_compute/models/patch_operation_status.rb +18 -0
  119. data/lib/2020-06-01/generated/azure_mgmt_compute/models/patch_settings.rb +59 -0
  120. data/lib/2020-06-01/generated/azure_mgmt_compute/models/plan.rb +86 -0
  121. data/lib/2020-06-01/generated/azure_mgmt_compute/models/protocol_types.rb +16 -0
  122. data/lib/2020-06-01/generated/azure_mgmt_compute/models/proximity_placement_group.rb +180 -0
  123. data/lib/2020-06-01/generated/azure_mgmt_compute/models/proximity_placement_group_list_result.rb +100 -0
  124. data/lib/2020-06-01/generated/azure_mgmt_compute/models/proximity_placement_group_type.rb +16 -0
  125. data/lib/2020-06-01/generated/azure_mgmt_compute/models/proximity_placement_group_update.rb +51 -0
  126. data/lib/2020-06-01/generated/azure_mgmt_compute/models/purchase_plan.rb +71 -0
  127. data/lib/2020-06-01/generated/azure_mgmt_compute/models/reboot_status.rb +19 -0
  128. data/lib/2020-06-01/generated/azure_mgmt_compute/models/recovery_walk_response.rb +60 -0
  129. data/lib/2020-06-01/generated/azure_mgmt_compute/models/request_rate_by_interval_input.rb +97 -0
  130. data/lib/2020-06-01/generated/azure_mgmt_compute/models/resource.rb +110 -0
  131. data/lib/2020-06-01/generated/azure_mgmt_compute/models/resource_identity_type.rb +18 -0
  132. data/lib/2020-06-01/generated/azure_mgmt_compute/models/retrieve_boot_diagnostics_data_result.rb +59 -0
  133. data/lib/2020-06-01/generated/azure_mgmt_compute/models/rollback_status_info.rb +74 -0
  134. data/lib/2020-06-01/generated/azure_mgmt_compute/models/rolling_upgrade_action_type.rb +16 -0
  135. data/lib/2020-06-01/generated/azure_mgmt_compute/models/rolling_upgrade_policy.rb +108 -0
  136. data/lib/2020-06-01/generated/azure_mgmt_compute/models/rolling_upgrade_progress_info.rb +88 -0
  137. data/lib/2020-06-01/generated/azure_mgmt_compute/models/rolling_upgrade_running_status.rb +88 -0
  138. data/lib/2020-06-01/generated/azure_mgmt_compute/models/rolling_upgrade_status_code.rb +18 -0
  139. data/lib/2020-06-01/generated/azure_mgmt_compute/models/rolling_upgrade_status_info.rb +141 -0
  140. data/lib/2020-06-01/generated/azure_mgmt_compute/models/run_command_document.rb +116 -0
  141. data/lib/2020-06-01/generated/azure_mgmt_compute/models/run_command_document_base.rb +92 -0
  142. data/lib/2020-06-01/generated/azure_mgmt_compute/models/run_command_input.rb +87 -0
  143. data/lib/2020-06-01/generated/azure_mgmt_compute/models/run_command_input_parameter.rb +57 -0
  144. data/lib/2020-06-01/generated/azure_mgmt_compute/models/run_command_list_result.rb +100 -0
  145. data/lib/2020-06-01/generated/azure_mgmt_compute/models/run_command_parameter_definition.rb +81 -0
  146. data/lib/2020-06-01/generated/azure_mgmt_compute/models/run_command_result.rb +56 -0
  147. data/lib/2020-06-01/generated/azure_mgmt_compute/models/scale_in_policy.rb +71 -0
  148. data/lib/2020-06-01/generated/azure_mgmt_compute/models/scheduled_events_profile.rb +49 -0
  149. data/lib/2020-06-01/generated/azure_mgmt_compute/models/security_profile.rb +52 -0
  150. data/lib/2020-06-01/generated/azure_mgmt_compute/models/setting_names.rb +16 -0
  151. data/lib/2020-06-01/generated/azure_mgmt_compute/models/sku.rb +73 -0
  152. data/lib/2020-06-01/generated/azure_mgmt_compute/models/software_update_reboot_behavior.rb +17 -0
  153. data/lib/2020-06-01/generated/azure_mgmt_compute/models/ssh_configuration.rb +56 -0
  154. data/lib/2020-06-01/generated/azure_mgmt_compute/models/ssh_public_key.rb +64 -0
  155. data/lib/2020-06-01/generated/azure_mgmt_compute/models/ssh_public_key_generate_key_pair_result.rb +73 -0
  156. data/lib/2020-06-01/generated/azure_mgmt_compute/models/ssh_public_key_resource.rb +102 -0
  157. data/lib/2020-06-01/generated/azure_mgmt_compute/models/ssh_public_key_update_resource.rb +67 -0
  158. data/lib/2020-06-01/generated/azure_mgmt_compute/models/ssh_public_keys_group_list_result.rb +100 -0
  159. data/lib/2020-06-01/generated/azure_mgmt_compute/models/status_level_types.rb +17 -0
  160. data/lib/2020-06-01/generated/azure_mgmt_compute/models/storage_account_types.rb +18 -0
  161. data/lib/2020-06-01/generated/azure_mgmt_compute/models/storage_profile.rb +89 -0
  162. data/lib/2020-06-01/generated/azure_mgmt_compute/models/sub_resource.rb +47 -0
  163. data/lib/2020-06-01/generated/azure_mgmt_compute/models/sub_resource_read_only.rb +48 -0
  164. data/lib/2020-06-01/generated/azure_mgmt_compute/models/sub_resource_with_colocation_status.rb +57 -0
  165. data/lib/2020-06-01/generated/azure_mgmt_compute/models/terminate_notification_profile.rb +62 -0
  166. data/lib/2020-06-01/generated/azure_mgmt_compute/models/throttled_requests_input.rb +83 -0
  167. data/lib/2020-06-01/generated/azure_mgmt_compute/models/update_resource.rb +54 -0
  168. data/lib/2020-06-01/generated/azure_mgmt_compute/models/upgrade_mode.rb +17 -0
  169. data/lib/2020-06-01/generated/azure_mgmt_compute/models/upgrade_operation_historical_status_info.rb +73 -0
  170. data/lib/2020-06-01/generated/azure_mgmt_compute/models/upgrade_operation_historical_status_info_properties.rb +116 -0
  171. data/lib/2020-06-01/generated/azure_mgmt_compute/models/upgrade_operation_history_status.rb +74 -0
  172. data/lib/2020-06-01/generated/azure_mgmt_compute/models/upgrade_operation_invoker.rb +17 -0
  173. data/lib/2020-06-01/generated/azure_mgmt_compute/models/upgrade_policy.rb +79 -0
  174. data/lib/2020-06-01/generated/azure_mgmt_compute/models/upgrade_state.rb +18 -0
  175. data/lib/2020-06-01/generated/azure_mgmt_compute/models/usage.rb +83 -0
  176. data/lib/2020-06-01/generated/azure_mgmt_compute/models/usage_name.rb +57 -0
  177. data/lib/2020-06-01/generated/azure_mgmt_compute/models/vault_certificate.rb +72 -0
  178. data/lib/2020-06-01/generated/azure_mgmt_compute/models/vault_secret_group.rb +69 -0
  179. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_hard_disk.rb +46 -0
  180. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine.rb +454 -0
  181. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_agent_instance_view.rb +87 -0
  182. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_assess_patches_result.rb +152 -0
  183. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_capture_parameters.rb +69 -0
  184. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_capture_result.rb +99 -0
  185. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_eviction_policy_types.rb +16 -0
  186. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_extension.rb +208 -0
  187. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_extension_handler_instance_view.rb +71 -0
  188. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_extension_image.rb +146 -0
  189. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_extension_instance_view.rb +109 -0
  190. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_extension_update.rb +147 -0
  191. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_extensions_list_result.rb +55 -0
  192. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_health_status.rb +48 -0
  193. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_identity.rb +102 -0
  194. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_identity_user_assigned_identities_value.rb +61 -0
  195. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_image.rb +155 -0
  196. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_image_resource.rb +87 -0
  197. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_instance_view.rb +258 -0
  198. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_list_result.rb +99 -0
  199. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_patch_status.rb +61 -0
  200. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_priority_types.rb +17 -0
  201. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_reimage_parameters.rb +49 -0
  202. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set.rb +332 -0
  203. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_data_disk.rb +153 -0
  204. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_extension.rb +197 -0
  205. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_extension_list_result.rb +103 -0
  206. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_extension_profile.rb +70 -0
  207. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_extension_update.rb +198 -0
  208. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_identity.rb +105 -0
  209. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_identity_user_assigned_identities_value.rb +61 -0
  210. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_instance_view.rb +113 -0
  211. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_instance_view_statuses_summary.rb +59 -0
  212. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_ip_tag.rb +58 -0
  213. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_ipconfiguration.rb +195 -0
  214. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_list_osupgrade_history.rb +104 -0
  215. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_list_result.rb +100 -0
  216. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_list_skus_result.rb +101 -0
  217. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_list_with_link_result.rb +102 -0
  218. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_managed_disk_parameters.rb +63 -0
  219. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_network_configuration.rb +137 -0
  220. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_network_configuration_dns_settings.rb +56 -0
  221. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_network_profile.rb +71 -0
  222. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_osdisk.rb +180 -0
  223. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_osprofile.rb +167 -0
  224. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_public_ipaddress_configuration.rb +120 -0
  225. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_public_ipaddress_configuration_dns_settings.rb +51 -0
  226. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_reimage_parameters.rb +65 -0
  227. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_scale_in_rules.rb +17 -0
  228. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_sku.rb +74 -0
  229. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_sku_capacity.rb +85 -0
  230. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_sku_scale_type.rb +16 -0
  231. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_storage_profile.rb +91 -0
  232. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_update.rb +210 -0
  233. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_update_ipconfiguration.rb +190 -0
  234. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_update_network_configuration.rb +136 -0
  235. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_update_network_profile.rb +72 -0
  236. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_update_osdisk.rb +122 -0
  237. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_update_osprofile.rb +92 -0
  238. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_update_public_ipaddress_configuration.rb +72 -0
  239. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_update_storage_profile.rb +80 -0
  240. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_update_vmprofile.rb +151 -0
  241. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vm.rb +397 -0
  242. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vmextensions_summary.rb +70 -0
  243. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vminstance_ids.rb +57 -0
  244. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vminstance_required_ids.rb +55 -0
  245. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vminstance_view.rb +211 -0
  246. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vmlist_result.rb +101 -0
  247. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vmnetwork_profile_configuration.rb +57 -0
  248. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vmprofile.rb +189 -0
  249. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vmprotection_policy.rb +60 -0
  250. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vmreimage_parameters.rb +44 -0
  251. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_size.rb +106 -0
  252. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_size_list_result.rb +55 -0
  253. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_size_types.rb +180 -0
  254. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_software_patch_properties.rb +173 -0
  255. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_status_code_count.rb +61 -0
  256. data/lib/2020-06-01/generated/azure_mgmt_compute/models/virtual_machine_update.rb +397 -0
  257. data/lib/2020-06-01/generated/azure_mgmt_compute/models/vm_disk_types.rb +16 -0
  258. data/lib/2020-06-01/generated/azure_mgmt_compute/models/vmscale_set_convert_to_single_placement_group_input.rb +52 -0
  259. data/lib/2020-06-01/generated/azure_mgmt_compute/models/win_rmconfiguration.rb +56 -0
  260. data/lib/2020-06-01/generated/azure_mgmt_compute/models/win_rmlistener.rb +67 -0
  261. data/lib/2020-06-01/generated/azure_mgmt_compute/models/windows_configuration.rb +127 -0
  262. data/lib/2020-06-01/generated/azure_mgmt_compute/module_definition.rb +9 -0
  263. data/lib/2020-06-01/generated/azure_mgmt_compute/operations.rb +109 -0
  264. data/lib/2020-06-01/generated/azure_mgmt_compute/proximity_placement_groups.rb +846 -0
  265. data/lib/2020-06-01/generated/azure_mgmt_compute/ssh_public_keys.rb +939 -0
  266. data/lib/2020-06-01/generated/azure_mgmt_compute/usage_operations.rb +241 -0
  267. data/lib/2020-06-01/generated/azure_mgmt_compute/virtual_machine_extension_images.rb +360 -0
  268. data/lib/2020-06-01/generated/azure_mgmt_compute/virtual_machine_extensions.rb +701 -0
  269. data/lib/2020-06-01/generated/azure_mgmt_compute/virtual_machine_images.rb +600 -0
  270. data/lib/2020-06-01/generated/azure_mgmt_compute/virtual_machine_run_commands.rb +322 -0
  271. data/lib/2020-06-01/generated/azure_mgmt_compute/virtual_machine_scale_set_extensions.rb +821 -0
  272. data/lib/2020-06-01/generated/azure_mgmt_compute/virtual_machine_scale_set_rolling_upgrades.rb +498 -0
  273. data/lib/2020-06-01/generated/azure_mgmt_compute/virtual_machine_scale_set_vmextensions.rb +709 -0
  274. data/lib/2020-06-01/generated/azure_mgmt_compute/virtual_machine_scale_set_vms.rb +2220 -0
  275. data/lib/2020-06-01/generated/azure_mgmt_compute/virtual_machine_scale_sets.rb +3290 -0
  276. data/lib/2020-06-01/generated/azure_mgmt_compute/virtual_machine_sizes.rb +122 -0
  277. data/lib/2020-06-01/generated/azure_mgmt_compute/virtual_machines.rb +3302 -0
  278. data/lib/2020-06-30/generated/azure_mgmt_compute.rb +80 -0
  279. data/lib/2020-06-30/generated/azure_mgmt_compute/compute_management_client.rb +145 -0
  280. data/lib/2020-06-30/generated/azure_mgmt_compute/disk_accesses.rb +1120 -0
  281. data/lib/2020-06-30/generated/azure_mgmt_compute/disk_encryption_sets.rb +1236 -0
  282. data/lib/2020-06-30/generated/azure_mgmt_compute/disks.rb +1294 -0
  283. data/lib/2020-06-30/generated/azure_mgmt_compute/models/access_level.rb +17 -0
  284. data/lib/2020-06-30/generated/azure_mgmt_compute/models/access_uri.rb +47 -0
  285. data/lib/2020-06-30/generated/azure_mgmt_compute/models/api_error.rb +100 -0
  286. data/lib/2020-06-30/generated/azure_mgmt_compute/models/api_error_base.rb +68 -0
  287. data/lib/2020-06-30/generated/azure_mgmt_compute/models/creation_data.rb +150 -0
  288. data/lib/2020-06-30/generated/azure_mgmt_compute/models/disk.rb +422 -0
  289. data/lib/2020-06-30/generated/azure_mgmt_compute/models/disk_access.rb +133 -0
  290. data/lib/2020-06-30/generated/azure_mgmt_compute/models/disk_access_list.rb +100 -0
  291. data/lib/2020-06-30/generated/azure_mgmt_compute/models/disk_access_update.rb +54 -0
  292. data/lib/2020-06-30/generated/azure_mgmt_compute/models/disk_create_option.rb +21 -0
  293. data/lib/2020-06-30/generated/azure_mgmt_compute/models/disk_encryption_set.rb +160 -0
  294. data/lib/2020-06-30/generated/azure_mgmt_compute/models/disk_encryption_set_identity_type.rb +15 -0
  295. data/lib/2020-06-30/generated/azure_mgmt_compute/models/disk_encryption_set_list.rb +100 -0
  296. data/lib/2020-06-30/generated/azure_mgmt_compute/models/disk_encryption_set_type.rb +16 -0
  297. data/lib/2020-06-30/generated/azure_mgmt_compute/models/disk_encryption_set_update.rb +79 -0
  298. data/lib/2020-06-30/generated/azure_mgmt_compute/models/disk_list.rb +99 -0
  299. data/lib/2020-06-30/generated/azure_mgmt_compute/models/disk_sku.rb +61 -0
  300. data/lib/2020-06-30/generated/azure_mgmt_compute/models/disk_state.rb +20 -0
  301. data/lib/2020-06-30/generated/azure_mgmt_compute/models/disk_storage_account_types.rb +18 -0
  302. data/lib/2020-06-30/generated/azure_mgmt_compute/models/disk_update.rb +225 -0
  303. data/lib/2020-06-30/generated/azure_mgmt_compute/models/encryption.rb +60 -0
  304. data/lib/2020-06-30/generated/azure_mgmt_compute/models/encryption_set_identity.rb +78 -0
  305. data/lib/2020-06-30/generated/azure_mgmt_compute/models/encryption_settings_collection.rb +85 -0
  306. data/lib/2020-06-30/generated/azure_mgmt_compute/models/encryption_settings_element.rb +62 -0
  307. data/lib/2020-06-30/generated/azure_mgmt_compute/models/encryption_type.rb +17 -0
  308. data/lib/2020-06-30/generated/azure_mgmt_compute/models/grant_access_data.rb +58 -0
  309. data/lib/2020-06-30/generated/azure_mgmt_compute/models/hyper_vgeneration.rb +16 -0
  310. data/lib/2020-06-30/generated/azure_mgmt_compute/models/image_disk_reference.rb +60 -0
  311. data/lib/2020-06-30/generated/azure_mgmt_compute/models/inner_error.rb +57 -0
  312. data/lib/2020-06-30/generated/azure_mgmt_compute/models/key_vault_and_key_reference.rb +60 -0
  313. data/lib/2020-06-30/generated/azure_mgmt_compute/models/key_vault_and_secret_reference.rb +59 -0
  314. data/lib/2020-06-30/generated/azure_mgmt_compute/models/network_access_policy.rb +17 -0
  315. data/lib/2020-06-30/generated/azure_mgmt_compute/models/operating_system_types.rb +16 -0
  316. data/lib/2020-06-30/generated/azure_mgmt_compute/models/private_endpoint.rb +47 -0
  317. data/lib/2020-06-30/generated/azure_mgmt_compute/models/private_endpoint_connection.rb +110 -0
  318. data/lib/2020-06-30/generated/azure_mgmt_compute/models/private_endpoint_connection_provisioning_state.rb +18 -0
  319. data/lib/2020-06-30/generated/azure_mgmt_compute/models/private_endpoint_service_connection_status.rb +17 -0
  320. data/lib/2020-06-30/generated/azure_mgmt_compute/models/private_link_resource.rb +123 -0
  321. data/lib/2020-06-30/generated/azure_mgmt_compute/models/private_link_resource_list_result.rb +55 -0
  322. data/lib/2020-06-30/generated/azure_mgmt_compute/models/private_link_service_connection_state.rb +72 -0
  323. data/lib/2020-06-30/generated/azure_mgmt_compute/models/resource.rb +110 -0
  324. data/lib/2020-06-30/generated/azure_mgmt_compute/models/resource_uri_list.rb +100 -0
  325. data/lib/2020-06-30/generated/azure_mgmt_compute/models/share_info_element.rb +49 -0
  326. data/lib/2020-06-30/generated/azure_mgmt_compute/models/snapshot.rb +290 -0
  327. data/lib/2020-06-30/generated/azure_mgmt_compute/models/snapshot_list.rb +99 -0
  328. data/lib/2020-06-30/generated/azure_mgmt_compute/models/snapshot_sku.rb +60 -0
  329. data/lib/2020-06-30/generated/azure_mgmt_compute/models/snapshot_storage_account_types.rb +17 -0
  330. data/lib/2020-06-30/generated/azure_mgmt_compute/models/snapshot_update.rb +145 -0
  331. data/lib/2020-06-30/generated/azure_mgmt_compute/models/source_vault.rb +47 -0
  332. data/lib/2020-06-30/generated/azure_mgmt_compute/module_definition.rb +9 -0
  333. data/lib/2020-06-30/generated/azure_mgmt_compute/snapshots.rb +1294 -0
  334. data/lib/azure_mgmt_compute.rb +15 -13
  335. data/lib/profiles/latest/modules/compute_profile_module.rb +961 -805
  336. data/lib/version.rb +1 -1
  337. metadata +311 -3
@@ -0,0 +1,180 @@
1
+ # encoding: utf-8
2
+ # Code generated by Microsoft (R) AutoRest Code Generator.
3
+ # Changes may cause incorrect behavior and will be lost if the code is
4
+ # regenerated.
5
+
6
+ module Azure::Compute::Mgmt::V2020_06_01
7
+ module Models
8
+ #
9
+ # Defines values for VirtualMachineSizeTypes
10
+ #
11
+ module VirtualMachineSizeTypes
12
+ BasicA0 = "Basic_A0"
13
+ BasicA1 = "Basic_A1"
14
+ BasicA2 = "Basic_A2"
15
+ BasicA3 = "Basic_A3"
16
+ BasicA4 = "Basic_A4"
17
+ StandardA0 = "Standard_A0"
18
+ StandardA1 = "Standard_A1"
19
+ StandardA2 = "Standard_A2"
20
+ StandardA3 = "Standard_A3"
21
+ StandardA4 = "Standard_A4"
22
+ StandardA5 = "Standard_A5"
23
+ StandardA6 = "Standard_A6"
24
+ StandardA7 = "Standard_A7"
25
+ StandardA8 = "Standard_A8"
26
+ StandardA9 = "Standard_A9"
27
+ StandardA10 = "Standard_A10"
28
+ StandardA11 = "Standard_A11"
29
+ StandardA1V2 = "Standard_A1_v2"
30
+ StandardA2V2 = "Standard_A2_v2"
31
+ StandardA4V2 = "Standard_A4_v2"
32
+ StandardA8V2 = "Standard_A8_v2"
33
+ StandardA2mV2 = "Standard_A2m_v2"
34
+ StandardA4mV2 = "Standard_A4m_v2"
35
+ StandardA8mV2 = "Standard_A8m_v2"
36
+ StandardB1s = "Standard_B1s"
37
+ StandardB1ms = "Standard_B1ms"
38
+ StandardB2s = "Standard_B2s"
39
+ StandardB2ms = "Standard_B2ms"
40
+ StandardB4ms = "Standard_B4ms"
41
+ StandardB8ms = "Standard_B8ms"
42
+ StandardD1 = "Standard_D1"
43
+ StandardD2 = "Standard_D2"
44
+ StandardD3 = "Standard_D3"
45
+ StandardD4 = "Standard_D4"
46
+ StandardD11 = "Standard_D11"
47
+ StandardD12 = "Standard_D12"
48
+ StandardD13 = "Standard_D13"
49
+ StandardD14 = "Standard_D14"
50
+ StandardD1V2 = "Standard_D1_v2"
51
+ StandardD2V2 = "Standard_D2_v2"
52
+ StandardD3V2 = "Standard_D3_v2"
53
+ StandardD4V2 = "Standard_D4_v2"
54
+ StandardD5V2 = "Standard_D5_v2"
55
+ StandardD2V3 = "Standard_D2_v3"
56
+ StandardD4V3 = "Standard_D4_v3"
57
+ StandardD8V3 = "Standard_D8_v3"
58
+ StandardD16V3 = "Standard_D16_v3"
59
+ StandardD32V3 = "Standard_D32_v3"
60
+ StandardD64V3 = "Standard_D64_v3"
61
+ StandardD2sV3 = "Standard_D2s_v3"
62
+ StandardD4sV3 = "Standard_D4s_v3"
63
+ StandardD8sV3 = "Standard_D8s_v3"
64
+ StandardD16sV3 = "Standard_D16s_v3"
65
+ StandardD32sV3 = "Standard_D32s_v3"
66
+ StandardD64sV3 = "Standard_D64s_v3"
67
+ StandardD11V2 = "Standard_D11_v2"
68
+ StandardD12V2 = "Standard_D12_v2"
69
+ StandardD13V2 = "Standard_D13_v2"
70
+ StandardD14V2 = "Standard_D14_v2"
71
+ StandardD15V2 = "Standard_D15_v2"
72
+ StandardDS1 = "Standard_DS1"
73
+ StandardDS2 = "Standard_DS2"
74
+ StandardDS3 = "Standard_DS3"
75
+ StandardDS4 = "Standard_DS4"
76
+ StandardDS11 = "Standard_DS11"
77
+ StandardDS12 = "Standard_DS12"
78
+ StandardDS13 = "Standard_DS13"
79
+ StandardDS14 = "Standard_DS14"
80
+ StandardDS1V2 = "Standard_DS1_v2"
81
+ StandardDS2V2 = "Standard_DS2_v2"
82
+ StandardDS3V2 = "Standard_DS3_v2"
83
+ StandardDS4V2 = "Standard_DS4_v2"
84
+ StandardDS5V2 = "Standard_DS5_v2"
85
+ StandardDS11V2 = "Standard_DS11_v2"
86
+ StandardDS12V2 = "Standard_DS12_v2"
87
+ StandardDS13V2 = "Standard_DS13_v2"
88
+ StandardDS14V2 = "Standard_DS14_v2"
89
+ StandardDS15V2 = "Standard_DS15_v2"
90
+ StandardDS134V2 = "Standard_DS13-4_v2"
91
+ StandardDS132V2 = "Standard_DS13-2_v2"
92
+ StandardDS148V2 = "Standard_DS14-8_v2"
93
+ StandardDS144V2 = "Standard_DS14-4_v2"
94
+ StandardE2V3 = "Standard_E2_v3"
95
+ StandardE4V3 = "Standard_E4_v3"
96
+ StandardE8V3 = "Standard_E8_v3"
97
+ StandardE16V3 = "Standard_E16_v3"
98
+ StandardE32V3 = "Standard_E32_v3"
99
+ StandardE64V3 = "Standard_E64_v3"
100
+ StandardE2sV3 = "Standard_E2s_v3"
101
+ StandardE4sV3 = "Standard_E4s_v3"
102
+ StandardE8sV3 = "Standard_E8s_v3"
103
+ StandardE16sV3 = "Standard_E16s_v3"
104
+ StandardE32sV3 = "Standard_E32s_v3"
105
+ StandardE64sV3 = "Standard_E64s_v3"
106
+ StandardE3216V3 = "Standard_E32-16_v3"
107
+ StandardE328sV3 = "Standard_E32-8s_v3"
108
+ StandardE6432sV3 = "Standard_E64-32s_v3"
109
+ StandardE6416sV3 = "Standard_E64-16s_v3"
110
+ StandardF1 = "Standard_F1"
111
+ StandardF2 = "Standard_F2"
112
+ StandardF4 = "Standard_F4"
113
+ StandardF8 = "Standard_F8"
114
+ StandardF16 = "Standard_F16"
115
+ StandardF1s = "Standard_F1s"
116
+ StandardF2s = "Standard_F2s"
117
+ StandardF4s = "Standard_F4s"
118
+ StandardF8s = "Standard_F8s"
119
+ StandardF16s = "Standard_F16s"
120
+ StandardF2sV2 = "Standard_F2s_v2"
121
+ StandardF4sV2 = "Standard_F4s_v2"
122
+ StandardF8sV2 = "Standard_F8s_v2"
123
+ StandardF16sV2 = "Standard_F16s_v2"
124
+ StandardF32sV2 = "Standard_F32s_v2"
125
+ StandardF64sV2 = "Standard_F64s_v2"
126
+ StandardF72sV2 = "Standard_F72s_v2"
127
+ StandardG1 = "Standard_G1"
128
+ StandardG2 = "Standard_G2"
129
+ StandardG3 = "Standard_G3"
130
+ StandardG4 = "Standard_G4"
131
+ StandardG5 = "Standard_G5"
132
+ StandardGS1 = "Standard_GS1"
133
+ StandardGS2 = "Standard_GS2"
134
+ StandardGS3 = "Standard_GS3"
135
+ StandardGS4 = "Standard_GS4"
136
+ StandardGS5 = "Standard_GS5"
137
+ StandardGS48 = "Standard_GS4-8"
138
+ StandardGS44 = "Standard_GS4-4"
139
+ StandardGS516 = "Standard_GS5-16"
140
+ StandardGS58 = "Standard_GS5-8"
141
+ StandardH8 = "Standard_H8"
142
+ StandardH16 = "Standard_H16"
143
+ StandardH8m = "Standard_H8m"
144
+ StandardH16m = "Standard_H16m"
145
+ StandardH16r = "Standard_H16r"
146
+ StandardH16mr = "Standard_H16mr"
147
+ StandardL4s = "Standard_L4s"
148
+ StandardL8s = "Standard_L8s"
149
+ StandardL16s = "Standard_L16s"
150
+ StandardL32s = "Standard_L32s"
151
+ StandardM64s = "Standard_M64s"
152
+ StandardM64ms = "Standard_M64ms"
153
+ StandardM128s = "Standard_M128s"
154
+ StandardM128ms = "Standard_M128ms"
155
+ StandardM6432ms = "Standard_M64-32ms"
156
+ StandardM6416ms = "Standard_M64-16ms"
157
+ StandardM12864ms = "Standard_M128-64ms"
158
+ StandardM12832ms = "Standard_M128-32ms"
159
+ StandardNC6 = "Standard_NC6"
160
+ StandardNC12 = "Standard_NC12"
161
+ StandardNC24 = "Standard_NC24"
162
+ StandardNC24r = "Standard_NC24r"
163
+ StandardNC6sV2 = "Standard_NC6s_v2"
164
+ StandardNC12sV2 = "Standard_NC12s_v2"
165
+ StandardNC24sV2 = "Standard_NC24s_v2"
166
+ StandardNC24rsV2 = "Standard_NC24rs_v2"
167
+ StandardNC6sV3 = "Standard_NC6s_v3"
168
+ StandardNC12sV3 = "Standard_NC12s_v3"
169
+ StandardNC24sV3 = "Standard_NC24s_v3"
170
+ StandardNC24rsV3 = "Standard_NC24rs_v3"
171
+ StandardND6s = "Standard_ND6s"
172
+ StandardND12s = "Standard_ND12s"
173
+ StandardND24s = "Standard_ND24s"
174
+ StandardND24rs = "Standard_ND24rs"
175
+ StandardNV6 = "Standard_NV6"
176
+ StandardNV12 = "Standard_NV12"
177
+ StandardNV24 = "Standard_NV24"
178
+ end
179
+ end
180
+ end
@@ -0,0 +1,173 @@
1
+ # encoding: utf-8
2
+ # Code generated by Microsoft (R) AutoRest Code Generator.
3
+ # Changes may cause incorrect behavior and will be lost if the code is
4
+ # regenerated.
5
+
6
+ module Azure::Compute::Mgmt::V2020_06_01
7
+ module Models
8
+ #
9
+ # Describes the properties of a Virtual Machine software patch.
10
+ #
11
+ class VirtualMachineSoftwarePatchProperties
12
+
13
+ include MsRestAzure
14
+
15
+ # @return [String] A unique identifier for the patch.
16
+ attr_accessor :patch_id
17
+
18
+ # @return [String] The friendly name of the patch.
19
+ attr_accessor :name
20
+
21
+ # @return [String] The version number of the patch. This property applies
22
+ # only to Linux patches.
23
+ attr_accessor :version
24
+
25
+ # @return [String] The KBID of the patch. Only applies to Windows
26
+ # patches.
27
+ attr_accessor :kbid
28
+
29
+ # @return [Array<String>] The classification(s) of the patch as provided
30
+ # by the patch publisher.
31
+ attr_accessor :classifications
32
+
33
+ # @return [SoftwareUpdateRebootBehavior] Describes the reboot
34
+ # requirements of the patch. Possible values include: 'NeverReboots',
35
+ # 'AlwaysRequiresReboot', 'CanRequestReboot'
36
+ attr_accessor :reboot_behavior
37
+
38
+ # @return [String] The activity ID of the operation that produced this
39
+ # result. It is used to correlate across CRP and extension logs.
40
+ attr_accessor :activity_id
41
+
42
+ # @return [DateTime] The UTC timestamp when the repository published this
43
+ # patch.
44
+ attr_accessor :published_date
45
+
46
+ # @return [DateTime] The UTC timestamp of the last update to this patch
47
+ # record.
48
+ attr_accessor :last_modified_date_time
49
+
50
+ # @return [PatchAssessmentState] Describes the outcome of an install
51
+ # operation for a given patch. Possible values include: 'Installed',
52
+ # 'Failed', 'Excluded', 'NotSelected', 'Pending', 'Available'
53
+ attr_accessor :assessment_state
54
+
55
+
56
+ #
57
+ # Mapper for VirtualMachineSoftwarePatchProperties class as Ruby Hash.
58
+ # This will be used for serialization/deserialization.
59
+ #
60
+ def self.mapper()
61
+ {
62
+ client_side_validation: true,
63
+ required: false,
64
+ serialized_name: 'VirtualMachineSoftwarePatchProperties',
65
+ type: {
66
+ name: 'Composite',
67
+ class_name: 'VirtualMachineSoftwarePatchProperties',
68
+ model_properties: {
69
+ patch_id: {
70
+ client_side_validation: true,
71
+ required: false,
72
+ read_only: true,
73
+ serialized_name: 'patchId',
74
+ type: {
75
+ name: 'String'
76
+ }
77
+ },
78
+ name: {
79
+ client_side_validation: true,
80
+ required: false,
81
+ read_only: true,
82
+ serialized_name: 'name',
83
+ type: {
84
+ name: 'String'
85
+ }
86
+ },
87
+ version: {
88
+ client_side_validation: true,
89
+ required: false,
90
+ read_only: true,
91
+ serialized_name: 'version',
92
+ type: {
93
+ name: 'String'
94
+ }
95
+ },
96
+ kbid: {
97
+ client_side_validation: true,
98
+ required: false,
99
+ read_only: true,
100
+ serialized_name: 'kbid',
101
+ type: {
102
+ name: 'String'
103
+ }
104
+ },
105
+ classifications: {
106
+ client_side_validation: true,
107
+ required: false,
108
+ read_only: true,
109
+ serialized_name: 'classifications',
110
+ type: {
111
+ name: 'Sequence',
112
+ element: {
113
+ client_side_validation: true,
114
+ required: false,
115
+ serialized_name: 'StringElementType',
116
+ type: {
117
+ name: 'String'
118
+ }
119
+ }
120
+ }
121
+ },
122
+ reboot_behavior: {
123
+ client_side_validation: true,
124
+ required: false,
125
+ read_only: true,
126
+ serialized_name: 'rebootBehavior',
127
+ type: {
128
+ name: 'String'
129
+ }
130
+ },
131
+ activity_id: {
132
+ client_side_validation: true,
133
+ required: false,
134
+ read_only: true,
135
+ serialized_name: 'activityId',
136
+ type: {
137
+ name: 'String'
138
+ }
139
+ },
140
+ published_date: {
141
+ client_side_validation: true,
142
+ required: false,
143
+ read_only: true,
144
+ serialized_name: 'publishedDate',
145
+ type: {
146
+ name: 'DateTime'
147
+ }
148
+ },
149
+ last_modified_date_time: {
150
+ client_side_validation: true,
151
+ required: false,
152
+ read_only: true,
153
+ serialized_name: 'lastModifiedDateTime',
154
+ type: {
155
+ name: 'DateTime'
156
+ }
157
+ },
158
+ assessment_state: {
159
+ client_side_validation: true,
160
+ required: false,
161
+ read_only: true,
162
+ serialized_name: 'assessmentState',
163
+ type: {
164
+ name: 'String'
165
+ }
166
+ }
167
+ }
168
+ }
169
+ }
170
+ end
171
+ end
172
+ end
173
+ end
@@ -0,0 +1,61 @@
1
+ # encoding: utf-8
2
+ # Code generated by Microsoft (R) AutoRest Code Generator.
3
+ # Changes may cause incorrect behavior and will be lost if the code is
4
+ # regenerated.
5
+
6
+ module Azure::Compute::Mgmt::V2020_06_01
7
+ module Models
8
+ #
9
+ # The status code and count of the virtual machine scale set instance view
10
+ # status summary.
11
+ #
12
+ class VirtualMachineStatusCodeCount
13
+
14
+ include MsRestAzure
15
+
16
+ # @return [String] The instance view status code.
17
+ attr_accessor :code
18
+
19
+ # @return [Integer] The number of instances having a particular status
20
+ # code.
21
+ attr_accessor :count
22
+
23
+
24
+ #
25
+ # Mapper for VirtualMachineStatusCodeCount class as Ruby Hash.
26
+ # This will be used for serialization/deserialization.
27
+ #
28
+ def self.mapper()
29
+ {
30
+ client_side_validation: true,
31
+ required: false,
32
+ serialized_name: 'VirtualMachineStatusCodeCount',
33
+ type: {
34
+ name: 'Composite',
35
+ class_name: 'VirtualMachineStatusCodeCount',
36
+ model_properties: {
37
+ code: {
38
+ client_side_validation: true,
39
+ required: false,
40
+ read_only: true,
41
+ serialized_name: 'code',
42
+ type: {
43
+ name: 'String'
44
+ }
45
+ },
46
+ count: {
47
+ client_side_validation: true,
48
+ required: false,
49
+ read_only: true,
50
+ serialized_name: 'count',
51
+ type: {
52
+ name: 'Number'
53
+ }
54
+ }
55
+ }
56
+ }
57
+ }
58
+ end
59
+ end
60
+ end
61
+ end
@@ -0,0 +1,397 @@
1
+ # encoding: utf-8
2
+ # Code generated by Microsoft (R) AutoRest Code Generator.
3
+ # Changes may cause incorrect behavior and will be lost if the code is
4
+ # regenerated.
5
+
6
+ module Azure::Compute::Mgmt::V2020_06_01
7
+ module Models
8
+ #
9
+ # Describes a Virtual Machine Update.
10
+ #
11
+ class VirtualMachineUpdate < UpdateResource
12
+
13
+ include MsRestAzure
14
+
15
+ # @return [Plan] Specifies information about the marketplace image used
16
+ # to create the virtual machine. This element is only used for
17
+ # marketplace images. Before you can use a marketplace image from an API,
18
+ # you must enable the image for programmatic use. In the Azure portal,
19
+ # find the marketplace image that you want to use and then click **Want
20
+ # to deploy programmatically, Get Started ->**. Enter any required
21
+ # information and then click **Save**.
22
+ attr_accessor :plan
23
+
24
+ # @return [HardwareProfile] Specifies the hardware settings for the
25
+ # virtual machine.
26
+ attr_accessor :hardware_profile
27
+
28
+ # @return [StorageProfile] Specifies the storage settings for the virtual
29
+ # machine disks.
30
+ attr_accessor :storage_profile
31
+
32
+ # @return [AdditionalCapabilities] Specifies additional capabilities
33
+ # enabled or disabled on the virtual machine.
34
+ attr_accessor :additional_capabilities
35
+
36
+ # @return [OSProfile] Specifies the operating system settings used while
37
+ # creating the virtual machine. Some of the settings cannot be changed
38
+ # once VM is provisioned.
39
+ attr_accessor :os_profile
40
+
41
+ # @return [NetworkProfile] Specifies the network interfaces of the
42
+ # virtual machine.
43
+ attr_accessor :network_profile
44
+
45
+ # @return [SecurityProfile] Specifies the Security related profile
46
+ # settings for the virtual machine.
47
+ attr_accessor :security_profile
48
+
49
+ # @return [DiagnosticsProfile] Specifies the boot diagnostic settings
50
+ # state. <br><br>Minimum api-version: 2015-06-15.
51
+ attr_accessor :diagnostics_profile
52
+
53
+ # @return [SubResource] Specifies information about the availability set
54
+ # that the virtual machine should be assigned to. Virtual machines
55
+ # specified in the same availability set are allocated to different nodes
56
+ # to maximize availability. For more information about availability sets,
57
+ # see [Manage the availability of virtual
58
+ # machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-manage-availability?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json).
59
+ # <br><br> For more information on Azure planned maintenance, see
60
+ # [Planned maintenance for virtual machines in
61
+ # Azure](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-planned-maintenance?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
62
+ # <br><br> Currently, a VM can only be added to availability set at
63
+ # creation time. The availability set to which the VM is being added
64
+ # should be under the same resource group as the availability set
65
+ # resource. An existing VM cannot be added to an availability set.
66
+ # <br><br>This property cannot exist along with a non-null
67
+ # properties.virtualMachineScaleSet reference.
68
+ attr_accessor :availability_set
69
+
70
+ # @return [SubResource] Specifies information about the virtual machine
71
+ # scale set that the virtual machine should be assigned to. Virtual
72
+ # machines specified in the same virtual machine scale set are allocated
73
+ # to different nodes to maximize availability. Currently, a VM can only
74
+ # be added to virtual machine scale set at creation time. An existing VM
75
+ # cannot be added to a virtual machine scale set. <br><br>This property
76
+ # cannot exist along with a non-null properties.availabilitySet
77
+ # reference. <br><br>Minimum api‐version: 2019‐03‐01
78
+ attr_accessor :virtual_machine_scale_set
79
+
80
+ # @return [SubResource] Specifies information about the proximity
81
+ # placement group that the virtual machine should be assigned to.
82
+ # <br><br>Minimum api-version: 2018-04-01.
83
+ attr_accessor :proximity_placement_group
84
+
85
+ # @return [VirtualMachinePriorityTypes] Specifies the priority for the
86
+ # virtual machine. <br><br>Minimum api-version: 2019-03-01. Possible
87
+ # values include: 'Regular', 'Low', 'Spot'
88
+ attr_accessor :priority
89
+
90
+ # @return [VirtualMachineEvictionPolicyTypes] Specifies the eviction
91
+ # policy for the Azure Spot virtual machine and Azure Spot scale set.
92
+ # <br><br>For Azure Spot virtual machines, both 'Deallocate' and 'Delete'
93
+ # are supported and the minimum api-version is 2019-03-01. <br><br>For
94
+ # Azure Spot scale sets, both 'Deallocate' and 'Delete' are supported and
95
+ # the minimum api-version is 2017-10-30-preview. Possible values include:
96
+ # 'Deallocate', 'Delete'
97
+ attr_accessor :eviction_policy
98
+
99
+ # @return [BillingProfile] Specifies the billing related details of a
100
+ # Azure Spot virtual machine. <br><br>Minimum api-version: 2019-03-01.
101
+ attr_accessor :billing_profile
102
+
103
+ # @return [SubResource] Specifies information about the dedicated host
104
+ # that the virtual machine resides in. <br><br>Minimum api-version:
105
+ # 2018-10-01.
106
+ attr_accessor :host
107
+
108
+ # @return [SubResource] Specifies information about the dedicated host
109
+ # group that the virtual machine resides in. <br><br>Minimum api-version:
110
+ # 2020-06-01. <br><br>NOTE: User cannot specify both host and hostGroup
111
+ # properties.
112
+ attr_accessor :host_group
113
+
114
+ # @return [String] The provisioning state, which only appears in the
115
+ # response.
116
+ attr_accessor :provisioning_state
117
+
118
+ # @return [VirtualMachineInstanceView] The virtual machine instance view.
119
+ attr_accessor :instance_view
120
+
121
+ # @return [String] Specifies that the image or disk that is being used
122
+ # was licensed on-premises. This element is only used for images that
123
+ # contain the Windows Server operating system. <br><br> Possible values
124
+ # are: <br><br> Windows_Client <br><br> Windows_Server <br><br> If this
125
+ # element is included in a request for an update, the value must match
126
+ # the initial value. This value cannot be updated. <br><br> For more
127
+ # information, see [Azure Hybrid Use Benefit for Windows
128
+ # Server](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-hybrid-use-benefit-licensing?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
129
+ # <br><br> Minimum api-version: 2015-06-15
130
+ attr_accessor :license_type
131
+
132
+ # @return [String] Specifies the VM unique ID which is a 128-bits
133
+ # identifier that is encoded and stored in all Azure IaaS VMs SMBIOS and
134
+ # can be read using platform BIOS commands.
135
+ attr_accessor :vm_id
136
+
137
+ # @return [String] Specifies the time alloted for all extensions to
138
+ # start. The time duration should be between 15 minutes and 120 minutes
139
+ # (inclusive) and should be specified in ISO 8601 format. The default
140
+ # value is 90 minutes (PT1H30M). <br><br> Minimum api-version: 2020-06-01
141
+ attr_accessor :extensions_time_budget
142
+
143
+ # @return [VirtualMachineIdentity] The identity of the virtual machine,
144
+ # if configured.
145
+ attr_accessor :identity
146
+
147
+ # @return [Array<String>] The virtual machine zones.
148
+ attr_accessor :zones
149
+
150
+
151
+ #
152
+ # Mapper for VirtualMachineUpdate class as Ruby Hash.
153
+ # This will be used for serialization/deserialization.
154
+ #
155
+ def self.mapper()
156
+ {
157
+ client_side_validation: true,
158
+ required: false,
159
+ serialized_name: 'VirtualMachineUpdate',
160
+ type: {
161
+ name: 'Composite',
162
+ class_name: 'VirtualMachineUpdate',
163
+ model_properties: {
164
+ tags: {
165
+ client_side_validation: true,
166
+ required: false,
167
+ serialized_name: 'tags',
168
+ type: {
169
+ name: 'Dictionary',
170
+ value: {
171
+ client_side_validation: true,
172
+ required: false,
173
+ serialized_name: 'StringElementType',
174
+ type: {
175
+ name: 'String'
176
+ }
177
+ }
178
+ }
179
+ },
180
+ plan: {
181
+ client_side_validation: true,
182
+ required: false,
183
+ serialized_name: 'plan',
184
+ type: {
185
+ name: 'Composite',
186
+ class_name: 'Plan'
187
+ }
188
+ },
189
+ hardware_profile: {
190
+ client_side_validation: true,
191
+ required: false,
192
+ serialized_name: 'properties.hardwareProfile',
193
+ type: {
194
+ name: 'Composite',
195
+ class_name: 'HardwareProfile'
196
+ }
197
+ },
198
+ storage_profile: {
199
+ client_side_validation: true,
200
+ required: false,
201
+ serialized_name: 'properties.storageProfile',
202
+ type: {
203
+ name: 'Composite',
204
+ class_name: 'StorageProfile'
205
+ }
206
+ },
207
+ additional_capabilities: {
208
+ client_side_validation: true,
209
+ required: false,
210
+ serialized_name: 'properties.additionalCapabilities',
211
+ type: {
212
+ name: 'Composite',
213
+ class_name: 'AdditionalCapabilities'
214
+ }
215
+ },
216
+ os_profile: {
217
+ client_side_validation: true,
218
+ required: false,
219
+ serialized_name: 'properties.osProfile',
220
+ type: {
221
+ name: 'Composite',
222
+ class_name: 'OSProfile'
223
+ }
224
+ },
225
+ network_profile: {
226
+ client_side_validation: true,
227
+ required: false,
228
+ serialized_name: 'properties.networkProfile',
229
+ type: {
230
+ name: 'Composite',
231
+ class_name: 'NetworkProfile'
232
+ }
233
+ },
234
+ security_profile: {
235
+ client_side_validation: true,
236
+ required: false,
237
+ serialized_name: 'properties.securityProfile',
238
+ type: {
239
+ name: 'Composite',
240
+ class_name: 'SecurityProfile'
241
+ }
242
+ },
243
+ diagnostics_profile: {
244
+ client_side_validation: true,
245
+ required: false,
246
+ serialized_name: 'properties.diagnosticsProfile',
247
+ type: {
248
+ name: 'Composite',
249
+ class_name: 'DiagnosticsProfile'
250
+ }
251
+ },
252
+ availability_set: {
253
+ client_side_validation: true,
254
+ required: false,
255
+ serialized_name: 'properties.availabilitySet',
256
+ type: {
257
+ name: 'Composite',
258
+ class_name: 'SubResource'
259
+ }
260
+ },
261
+ virtual_machine_scale_set: {
262
+ client_side_validation: true,
263
+ required: false,
264
+ serialized_name: 'properties.virtualMachineScaleSet',
265
+ type: {
266
+ name: 'Composite',
267
+ class_name: 'SubResource'
268
+ }
269
+ },
270
+ proximity_placement_group: {
271
+ client_side_validation: true,
272
+ required: false,
273
+ serialized_name: 'properties.proximityPlacementGroup',
274
+ type: {
275
+ name: 'Composite',
276
+ class_name: 'SubResource'
277
+ }
278
+ },
279
+ priority: {
280
+ client_side_validation: true,
281
+ required: false,
282
+ serialized_name: 'properties.priority',
283
+ type: {
284
+ name: 'String'
285
+ }
286
+ },
287
+ eviction_policy: {
288
+ client_side_validation: true,
289
+ required: false,
290
+ serialized_name: 'properties.evictionPolicy',
291
+ type: {
292
+ name: 'String'
293
+ }
294
+ },
295
+ billing_profile: {
296
+ client_side_validation: true,
297
+ required: false,
298
+ serialized_name: 'properties.billingProfile',
299
+ type: {
300
+ name: 'Composite',
301
+ class_name: 'BillingProfile'
302
+ }
303
+ },
304
+ host: {
305
+ client_side_validation: true,
306
+ required: false,
307
+ serialized_name: 'properties.host',
308
+ type: {
309
+ name: 'Composite',
310
+ class_name: 'SubResource'
311
+ }
312
+ },
313
+ host_group: {
314
+ client_side_validation: true,
315
+ required: false,
316
+ serialized_name: 'properties.hostGroup',
317
+ type: {
318
+ name: 'Composite',
319
+ class_name: 'SubResource'
320
+ }
321
+ },
322
+ provisioning_state: {
323
+ client_side_validation: true,
324
+ required: false,
325
+ read_only: true,
326
+ serialized_name: 'properties.provisioningState',
327
+ type: {
328
+ name: 'String'
329
+ }
330
+ },
331
+ instance_view: {
332
+ client_side_validation: true,
333
+ required: false,
334
+ read_only: true,
335
+ serialized_name: 'properties.instanceView',
336
+ type: {
337
+ name: 'Composite',
338
+ class_name: 'VirtualMachineInstanceView'
339
+ }
340
+ },
341
+ license_type: {
342
+ client_side_validation: true,
343
+ required: false,
344
+ serialized_name: 'properties.licenseType',
345
+ type: {
346
+ name: 'String'
347
+ }
348
+ },
349
+ vm_id: {
350
+ client_side_validation: true,
351
+ required: false,
352
+ read_only: true,
353
+ serialized_name: 'properties.vmId',
354
+ type: {
355
+ name: 'String'
356
+ }
357
+ },
358
+ extensions_time_budget: {
359
+ client_side_validation: true,
360
+ required: false,
361
+ serialized_name: 'properties.extensionsTimeBudget',
362
+ type: {
363
+ name: 'String'
364
+ }
365
+ },
366
+ identity: {
367
+ client_side_validation: true,
368
+ required: false,
369
+ serialized_name: 'identity',
370
+ type: {
371
+ name: 'Composite',
372
+ class_name: 'VirtualMachineIdentity'
373
+ }
374
+ },
375
+ zones: {
376
+ client_side_validation: true,
377
+ required: false,
378
+ serialized_name: 'zones',
379
+ type: {
380
+ name: 'Sequence',
381
+ element: {
382
+ client_side_validation: true,
383
+ required: false,
384
+ serialized_name: 'StringElementType',
385
+ type: {
386
+ name: 'String'
387
+ }
388
+ }
389
+ }
390
+ }
391
+ }
392
+ }
393
+ }
394
+ end
395
+ end
396
+ end
397
+ end