azure_mgmt_compute 0.19.1 → 0.19.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (305) 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-07-01/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
  15. data/lib/2019-11-01/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
  16. data/lib/2019-12-01/generated/azure_mgmt_compute.rb +310 -0
  17. data/lib/2019-12-01/generated/azure_mgmt_compute/availability_sets.rb +916 -0
  18. data/lib/2019-12-01/generated/azure_mgmt_compute/compute_management_client.rb +232 -0
  19. data/lib/2019-12-01/generated/azure_mgmt_compute/dedicated_host_groups.rb +852 -0
  20. data/lib/2019-12-01/generated/azure_mgmt_compute/dedicated_hosts.rb +806 -0
  21. data/lib/2019-12-01/generated/azure_mgmt_compute/galleries.rb +988 -0
  22. data/lib/2019-12-01/generated/azure_mgmt_compute/gallery_application_versions.rb +915 -0
  23. data/lib/2019-12-01/generated/azure_mgmt_compute/gallery_applications.rb +856 -0
  24. data/lib/2019-12-01/generated/azure_mgmt_compute/gallery_image_versions.rb +911 -0
  25. data/lib/2019-12-01/generated/azure_mgmt_compute/gallery_images.rb +856 -0
  26. data/lib/2019-12-01/generated/azure_mgmt_compute/images.rb +975 -0
  27. data/lib/2019-12-01/generated/azure_mgmt_compute/log_analytics.rb +341 -0
  28. data/lib/2019-12-01/generated/azure_mgmt_compute/models/additional_capabilities.rb +51 -0
  29. data/lib/2019-12-01/generated/azure_mgmt_compute/models/additional_unattend_content.rb +93 -0
  30. data/lib/2019-12-01/generated/azure_mgmt_compute/models/aggregated_replication_state.rb +18 -0
  31. data/lib/2019-12-01/generated/azure_mgmt_compute/models/api_entity_reference.rb +47 -0
  32. data/lib/2019-12-01/generated/azure_mgmt_compute/models/api_error.rb +100 -0
  33. data/lib/2019-12-01/generated/azure_mgmt_compute/models/api_error_base.rb +68 -0
  34. data/lib/2019-12-01/generated/azure_mgmt_compute/models/automatic_osupgrade_policy.rb +63 -0
  35. data/lib/2019-12-01/generated/azure_mgmt_compute/models/automatic_osupgrade_properties.rb +47 -0
  36. data/lib/2019-12-01/generated/azure_mgmt_compute/models/automatic_repairs_policy.rb +64 -0
  37. data/lib/2019-12-01/generated/azure_mgmt_compute/models/availability_set.rb +189 -0
  38. data/lib/2019-12-01/generated/azure_mgmt_compute/models/availability_set_list_result.rb +100 -0
  39. data/lib/2019-12-01/generated/azure_mgmt_compute/models/availability_set_sku_types.rb +16 -0
  40. data/lib/2019-12-01/generated/azure_mgmt_compute/models/availability_set_update.rb +142 -0
  41. data/lib/2019-12-01/generated/azure_mgmt_compute/models/billing_profile.rb +60 -0
  42. data/lib/2019-12-01/generated/azure_mgmt_compute/models/boot_diagnostics.rb +62 -0
  43. data/lib/2019-12-01/generated/azure_mgmt_compute/models/boot_diagnostics_instance_view.rb +74 -0
  44. data/lib/2019-12-01/generated/azure_mgmt_compute/models/caching_types.rb +17 -0
  45. data/lib/2019-12-01/generated/azure_mgmt_compute/models/component_names.rb +15 -0
  46. data/lib/2019-12-01/generated/azure_mgmt_compute/models/compute_operation_list_result.rb +56 -0
  47. data/lib/2019-12-01/generated/azure_mgmt_compute/models/compute_operation_value.rb +108 -0
  48. data/lib/2019-12-01/generated/azure_mgmt_compute/models/data_disk.rb +201 -0
  49. data/lib/2019-12-01/generated/azure_mgmt_compute/models/data_disk_image.rb +49 -0
  50. data/lib/2019-12-01/generated/azure_mgmt_compute/models/data_disk_image_encryption.rb +57 -0
  51. data/lib/2019-12-01/generated/azure_mgmt_compute/models/dedicated_host.rb +220 -0
  52. data/lib/2019-12-01/generated/azure_mgmt_compute/models/dedicated_host_allocatable_vm.rb +60 -0
  53. data/lib/2019-12-01/generated/azure_mgmt_compute/models/dedicated_host_available_capacity.rb +57 -0
  54. data/lib/2019-12-01/generated/azure_mgmt_compute/models/dedicated_host_group.rb +148 -0
  55. data/lib/2019-12-01/generated/azure_mgmt_compute/models/dedicated_host_group_list_result.rb +100 -0
  56. data/lib/2019-12-01/generated/azure_mgmt_compute/models/dedicated_host_group_update.rb +111 -0
  57. data/lib/2019-12-01/generated/azure_mgmt_compute/models/dedicated_host_instance_view.rb +81 -0
  58. data/lib/2019-12-01/generated/azure_mgmt_compute/models/dedicated_host_license_types.rb +17 -0
  59. data/lib/2019-12-01/generated/azure_mgmt_compute/models/dedicated_host_list_result.rb +100 -0
  60. data/lib/2019-12-01/generated/azure_mgmt_compute/models/dedicated_host_update.rb +172 -0
  61. data/lib/2019-12-01/generated/azure_mgmt_compute/models/diagnostics_profile.rb +52 -0
  62. data/lib/2019-12-01/generated/azure_mgmt_compute/models/diff_disk_options.rb +15 -0
  63. data/lib/2019-12-01/generated/azure_mgmt_compute/models/diff_disk_placement.rb +16 -0
  64. data/lib/2019-12-01/generated/azure_mgmt_compute/models/diff_disk_settings.rb +69 -0
  65. data/lib/2019-12-01/generated/azure_mgmt_compute/models/disallowed.rb +54 -0
  66. data/lib/2019-12-01/generated/azure_mgmt_compute/models/disk_create_option_types.rb +17 -0
  67. data/lib/2019-12-01/generated/azure_mgmt_compute/models/disk_encryption_set_parameters.rb +46 -0
  68. data/lib/2019-12-01/generated/azure_mgmt_compute/models/disk_encryption_settings.rb +73 -0
  69. data/lib/2019-12-01/generated/azure_mgmt_compute/models/disk_image_encryption.rb +47 -0
  70. data/lib/2019-12-01/generated/azure_mgmt_compute/models/disk_instance_view.rb +87 -0
  71. data/lib/2019-12-01/generated/azure_mgmt_compute/models/encryption_images.rb +69 -0
  72. data/lib/2019-12-01/generated/azure_mgmt_compute/models/gallery.rb +125 -0
  73. data/lib/2019-12-01/generated/azure_mgmt_compute/models/gallery_application.rb +161 -0
  74. data/lib/2019-12-01/generated/azure_mgmt_compute/models/gallery_application_list.rb +100 -0
  75. data/lib/2019-12-01/generated/azure_mgmt_compute/models/gallery_application_update.rb +153 -0
  76. data/lib/2019-12-01/generated/azure_mgmt_compute/models/gallery_application_version.rb +127 -0
  77. data/lib/2019-12-01/generated/azure_mgmt_compute/models/gallery_application_version_list.rb +101 -0
  78. data/lib/2019-12-01/generated/azure_mgmt_compute/models/gallery_application_version_publishing_profile.rb +130 -0
  79. data/lib/2019-12-01/generated/azure_mgmt_compute/models/gallery_application_version_update.rb +119 -0
  80. data/lib/2019-12-01/generated/azure_mgmt_compute/models/gallery_artifact_publishing_profile_base.rb +120 -0
  81. data/lib/2019-12-01/generated/azure_mgmt_compute/models/gallery_artifact_source.rb +47 -0
  82. data/lib/2019-12-01/generated/azure_mgmt_compute/models/gallery_artifact_version_source.rb +47 -0
  83. data/lib/2019-12-01/generated/azure_mgmt_compute/models/gallery_data_disk_image.rb +76 -0
  84. data/lib/2019-12-01/generated/azure_mgmt_compute/models/gallery_disk_image.rb +74 -0
  85. data/lib/2019-12-01/generated/azure_mgmt_compute/models/gallery_identifier.rb +48 -0
  86. data/lib/2019-12-01/generated/azure_mgmt_compute/models/gallery_image.rb +251 -0
  87. data/lib/2019-12-01/generated/azure_mgmt_compute/models/gallery_image_identifier.rb +68 -0
  88. data/lib/2019-12-01/generated/azure_mgmt_compute/models/gallery_image_list.rb +100 -0
  89. data/lib/2019-12-01/generated/azure_mgmt_compute/models/gallery_image_update.rb +243 -0
  90. data/lib/2019-12-01/generated/azure_mgmt_compute/models/gallery_image_version.rb +139 -0
  91. data/lib/2019-12-01/generated/azure_mgmt_compute/models/gallery_image_version_list.rb +100 -0
  92. data/lib/2019-12-01/generated/azure_mgmt_compute/models/gallery_image_version_publishing_profile.rb +93 -0
  93. data/lib/2019-12-01/generated/azure_mgmt_compute/models/gallery_image_version_storage_profile.rb +79 -0
  94. data/lib/2019-12-01/generated/azure_mgmt_compute/models/gallery_image_version_update.rb +131 -0
  95. data/lib/2019-12-01/generated/azure_mgmt_compute/models/gallery_list.rb +99 -0
  96. data/lib/2019-12-01/generated/azure_mgmt_compute/models/gallery_osdisk_image.rb +62 -0
  97. data/lib/2019-12-01/generated/azure_mgmt_compute/models/gallery_update.rb +117 -0
  98. data/lib/2019-12-01/generated/azure_mgmt_compute/models/hardware_profile.rb +104 -0
  99. data/lib/2019-12-01/generated/azure_mgmt_compute/models/host_caching.rb +17 -0
  100. data/lib/2019-12-01/generated/azure_mgmt_compute/models/hyper_vgeneration.rb +16 -0
  101. data/lib/2019-12-01/generated/azure_mgmt_compute/models/hyper_vgeneration_type.rb +16 -0
  102. data/lib/2019-12-01/generated/azure_mgmt_compute/models/hyper_vgeneration_types.rb +16 -0
  103. data/lib/2019-12-01/generated/azure_mgmt_compute/models/image.rb +139 -0
  104. data/lib/2019-12-01/generated/azure_mgmt_compute/models/image_data_disk.rb +108 -0
  105. data/lib/2019-12-01/generated/azure_mgmt_compute/models/image_disk.rb +126 -0
  106. data/lib/2019-12-01/generated/azure_mgmt_compute/models/image_list_result.rb +99 -0
  107. data/lib/2019-12-01/generated/azure_mgmt_compute/models/image_osdisk.rb +123 -0
  108. data/lib/2019-12-01/generated/azure_mgmt_compute/models/image_purchase_plan.rb +69 -0
  109. data/lib/2019-12-01/generated/azure_mgmt_compute/models/image_reference.rb +114 -0
  110. data/lib/2019-12-01/generated/azure_mgmt_compute/models/image_storage_profile.rb +86 -0
  111. data/lib/2019-12-01/generated/azure_mgmt_compute/models/image_update.rb +102 -0
  112. data/lib/2019-12-01/generated/azure_mgmt_compute/models/inner_error.rb +57 -0
  113. data/lib/2019-12-01/generated/azure_mgmt_compute/models/instance_view_status.rb +93 -0
  114. data/lib/2019-12-01/generated/azure_mgmt_compute/models/instance_view_types.rb +15 -0
  115. data/lib/2019-12-01/generated/azure_mgmt_compute/models/interval_in_mins.rb +18 -0
  116. data/lib/2019-12-01/generated/azure_mgmt_compute/models/ipversion.rb +16 -0
  117. data/lib/2019-12-01/generated/azure_mgmt_compute/models/key_vault_key_reference.rb +59 -0
  118. data/lib/2019-12-01/generated/azure_mgmt_compute/models/key_vault_secret_reference.rb +59 -0
  119. data/lib/2019-12-01/generated/azure_mgmt_compute/models/linux_configuration.rb +81 -0
  120. data/lib/2019-12-01/generated/azure_mgmt_compute/models/list_usages_result.rb +100 -0
  121. data/lib/2019-12-01/generated/azure_mgmt_compute/models/log_analytics_input_base.rb +102 -0
  122. data/lib/2019-12-01/generated/azure_mgmt_compute/models/log_analytics_operation_result.rb +48 -0
  123. data/lib/2019-12-01/generated/azure_mgmt_compute/models/log_analytics_output.rb +47 -0
  124. data/lib/2019-12-01/generated/azure_mgmt_compute/models/maintenance_operation_result_code_types.rb +18 -0
  125. data/lib/2019-12-01/generated/azure_mgmt_compute/models/maintenance_redeploy_status.rb +115 -0
  126. data/lib/2019-12-01/generated/azure_mgmt_compute/models/managed_artifact.rb +46 -0
  127. data/lib/2019-12-01/generated/azure_mgmt_compute/models/managed_disk_parameters.rb +70 -0
  128. data/lib/2019-12-01/generated/azure_mgmt_compute/models/network_interface_reference.rb +55 -0
  129. data/lib/2019-12-01/generated/azure_mgmt_compute/models/network_profile.rb +57 -0
  130. data/lib/2019-12-01/generated/azure_mgmt_compute/models/operating_system_state_types.rb +16 -0
  131. data/lib/2019-12-01/generated/azure_mgmt_compute/models/operating_system_types.rb +16 -0
  132. data/lib/2019-12-01/generated/azure_mgmt_compute/models/orchestration_service_names.rb +16 -0
  133. data/lib/2019-12-01/generated/azure_mgmt_compute/models/orchestration_service_state.rb +17 -0
  134. data/lib/2019-12-01/generated/azure_mgmt_compute/models/orchestration_service_state_action.rb +16 -0
  135. data/lib/2019-12-01/generated/azure_mgmt_compute/models/orchestration_service_state_input.rb +59 -0
  136. data/lib/2019-12-01/generated/azure_mgmt_compute/models/orchestration_service_summary.rb +61 -0
  137. data/lib/2019-12-01/generated/azure_mgmt_compute/models/osdisk.rb +191 -0
  138. data/lib/2019-12-01/generated/azure_mgmt_compute/models/osdisk_image.rb +48 -0
  139. data/lib/2019-12-01/generated/azure_mgmt_compute/models/osdisk_image_encryption.rb +43 -0
  140. data/lib/2019-12-01/generated/azure_mgmt_compute/models/osprofile.rb +202 -0
  141. data/lib/2019-12-01/generated/azure_mgmt_compute/models/pass_names.rb +15 -0
  142. data/lib/2019-12-01/generated/azure_mgmt_compute/models/plan.rb +86 -0
  143. data/lib/2019-12-01/generated/azure_mgmt_compute/models/protocol_types.rb +16 -0
  144. data/lib/2019-12-01/generated/azure_mgmt_compute/models/proximity_placement_group.rb +180 -0
  145. data/lib/2019-12-01/generated/azure_mgmt_compute/models/proximity_placement_group_list_result.rb +100 -0
  146. data/lib/2019-12-01/generated/azure_mgmt_compute/models/proximity_placement_group_type.rb +16 -0
  147. data/lib/2019-12-01/generated/azure_mgmt_compute/models/proximity_placement_group_update.rb +51 -0
  148. data/lib/2019-12-01/generated/azure_mgmt_compute/models/purchase_plan.rb +71 -0
  149. data/lib/2019-12-01/generated/azure_mgmt_compute/models/recommended_machine_configuration.rb +60 -0
  150. data/lib/2019-12-01/generated/azure_mgmt_compute/models/recovery_walk_response.rb +60 -0
  151. data/lib/2019-12-01/generated/azure_mgmt_compute/models/regional_replication_status.rb +86 -0
  152. data/lib/2019-12-01/generated/azure_mgmt_compute/models/replication_state.rb +18 -0
  153. data/lib/2019-12-01/generated/azure_mgmt_compute/models/replication_status.rb +71 -0
  154. data/lib/2019-12-01/generated/azure_mgmt_compute/models/replication_status_types.rb +15 -0
  155. data/lib/2019-12-01/generated/azure_mgmt_compute/models/request_rate_by_interval_input.rb +97 -0
  156. data/lib/2019-12-01/generated/azure_mgmt_compute/models/resource.rb +110 -0
  157. data/lib/2019-12-01/generated/azure_mgmt_compute/models/resource_identity_type.rb +18 -0
  158. data/lib/2019-12-01/generated/azure_mgmt_compute/models/resource_range.rb +57 -0
  159. data/lib/2019-12-01/generated/azure_mgmt_compute/models/rollback_status_info.rb +74 -0
  160. data/lib/2019-12-01/generated/azure_mgmt_compute/models/rolling_upgrade_action_type.rb +16 -0
  161. data/lib/2019-12-01/generated/azure_mgmt_compute/models/rolling_upgrade_policy.rb +108 -0
  162. data/lib/2019-12-01/generated/azure_mgmt_compute/models/rolling_upgrade_progress_info.rb +88 -0
  163. data/lib/2019-12-01/generated/azure_mgmt_compute/models/rolling_upgrade_running_status.rb +88 -0
  164. data/lib/2019-12-01/generated/azure_mgmt_compute/models/rolling_upgrade_status_code.rb +18 -0
  165. data/lib/2019-12-01/generated/azure_mgmt_compute/models/rolling_upgrade_status_info.rb +141 -0
  166. data/lib/2019-12-01/generated/azure_mgmt_compute/models/run_command_document.rb +116 -0
  167. data/lib/2019-12-01/generated/azure_mgmt_compute/models/run_command_document_base.rb +92 -0
  168. data/lib/2019-12-01/generated/azure_mgmt_compute/models/run_command_input.rb +87 -0
  169. data/lib/2019-12-01/generated/azure_mgmt_compute/models/run_command_input_parameter.rb +57 -0
  170. data/lib/2019-12-01/generated/azure_mgmt_compute/models/run_command_list_result.rb +100 -0
  171. data/lib/2019-12-01/generated/azure_mgmt_compute/models/run_command_parameter_definition.rb +81 -0
  172. data/lib/2019-12-01/generated/azure_mgmt_compute/models/run_command_result.rb +56 -0
  173. data/lib/2019-12-01/generated/azure_mgmt_compute/models/scale_in_policy.rb +71 -0
  174. data/lib/2019-12-01/generated/azure_mgmt_compute/models/scheduled_events_profile.rb +49 -0
  175. data/lib/2019-12-01/generated/azure_mgmt_compute/models/setting_names.rb +16 -0
  176. data/lib/2019-12-01/generated/azure_mgmt_compute/models/sku.rb +73 -0
  177. data/lib/2019-12-01/generated/azure_mgmt_compute/models/ssh_configuration.rb +56 -0
  178. data/lib/2019-12-01/generated/azure_mgmt_compute/models/ssh_public_key.rb +64 -0
  179. data/lib/2019-12-01/generated/azure_mgmt_compute/models/ssh_public_key_generate_key_pair_result.rb +73 -0
  180. data/lib/2019-12-01/generated/azure_mgmt_compute/models/ssh_public_key_resource.rb +102 -0
  181. data/lib/2019-12-01/generated/azure_mgmt_compute/models/ssh_public_key_update_resource.rb +67 -0
  182. data/lib/2019-12-01/generated/azure_mgmt_compute/models/ssh_public_keys_group_list_result.rb +100 -0
  183. data/lib/2019-12-01/generated/azure_mgmt_compute/models/status_level_types.rb +17 -0
  184. data/lib/2019-12-01/generated/azure_mgmt_compute/models/storage_account_type.rb +17 -0
  185. data/lib/2019-12-01/generated/azure_mgmt_compute/models/storage_account_types.rb +18 -0
  186. data/lib/2019-12-01/generated/azure_mgmt_compute/models/storage_profile.rb +89 -0
  187. data/lib/2019-12-01/generated/azure_mgmt_compute/models/sub_resource.rb +47 -0
  188. data/lib/2019-12-01/generated/azure_mgmt_compute/models/sub_resource_read_only.rb +48 -0
  189. data/lib/2019-12-01/generated/azure_mgmt_compute/models/sub_resource_with_colocation_status.rb +57 -0
  190. data/lib/2019-12-01/generated/azure_mgmt_compute/models/target_region.rb +83 -0
  191. data/lib/2019-12-01/generated/azure_mgmt_compute/models/terminate_notification_profile.rb +62 -0
  192. data/lib/2019-12-01/generated/azure_mgmt_compute/models/throttled_requests_input.rb +83 -0
  193. data/lib/2019-12-01/generated/azure_mgmt_compute/models/update_resource.rb +54 -0
  194. data/lib/2019-12-01/generated/azure_mgmt_compute/models/update_resource_definition.rb +90 -0
  195. data/lib/2019-12-01/generated/azure_mgmt_compute/models/upgrade_mode.rb +17 -0
  196. data/lib/2019-12-01/generated/azure_mgmt_compute/models/upgrade_operation_historical_status_info.rb +73 -0
  197. data/lib/2019-12-01/generated/azure_mgmt_compute/models/upgrade_operation_historical_status_info_properties.rb +116 -0
  198. data/lib/2019-12-01/generated/azure_mgmt_compute/models/upgrade_operation_history_status.rb +74 -0
  199. data/lib/2019-12-01/generated/azure_mgmt_compute/models/upgrade_operation_invoker.rb +17 -0
  200. data/lib/2019-12-01/generated/azure_mgmt_compute/models/upgrade_policy.rb +79 -0
  201. data/lib/2019-12-01/generated/azure_mgmt_compute/models/upgrade_state.rb +18 -0
  202. data/lib/2019-12-01/generated/azure_mgmt_compute/models/usage.rb +83 -0
  203. data/lib/2019-12-01/generated/azure_mgmt_compute/models/usage_name.rb +57 -0
  204. data/lib/2019-12-01/generated/azure_mgmt_compute/models/user_artifact_source.rb +58 -0
  205. data/lib/2019-12-01/generated/azure_mgmt_compute/models/vault_certificate.rb +72 -0
  206. data/lib/2019-12-01/generated/azure_mgmt_compute/models/vault_secret_group.rb +69 -0
  207. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_hard_disk.rb +46 -0
  208. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine.rb +412 -0
  209. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_agent_instance_view.rb +87 -0
  210. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_capture_parameters.rb +69 -0
  211. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_capture_result.rb +99 -0
  212. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_eviction_policy_types.rb +16 -0
  213. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_extension.rb +195 -0
  214. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_extension_handler_instance_view.rb +71 -0
  215. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_extension_image.rb +146 -0
  216. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_extension_instance_view.rb +109 -0
  217. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_extension_update.rb +134 -0
  218. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_extensions_list_result.rb +55 -0
  219. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_health_status.rb +48 -0
  220. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_identity.rb +102 -0
  221. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_identity_user_assigned_identities_value.rb +61 -0
  222. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_image.rb +142 -0
  223. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_image_resource.rb +87 -0
  224. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_instance_view.rb +217 -0
  225. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_list_result.rb +99 -0
  226. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_priority_types.rb +17 -0
  227. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_reimage_parameters.rb +49 -0
  228. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set.rb +318 -0
  229. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_data_disk.rb +153 -0
  230. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_extension.rb +184 -0
  231. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_extension_list_result.rb +103 -0
  232. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_extension_profile.rb +56 -0
  233. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_extension_update.rb +185 -0
  234. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_identity.rb +105 -0
  235. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_identity_user_assigned_identities_value.rb +61 -0
  236. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_instance_view.rb +113 -0
  237. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_instance_view_statuses_summary.rb +59 -0
  238. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_ip_tag.rb +58 -0
  239. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_ipconfiguration.rb +195 -0
  240. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_list_osupgrade_history.rb +104 -0
  241. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_list_result.rb +100 -0
  242. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_list_skus_result.rb +101 -0
  243. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_list_with_link_result.rb +102 -0
  244. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_managed_disk_parameters.rb +63 -0
  245. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_network_configuration.rb +137 -0
  246. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_network_configuration_dns_settings.rb +56 -0
  247. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_network_profile.rb +71 -0
  248. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_osdisk.rb +180 -0
  249. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_osprofile.rb +167 -0
  250. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_public_ipaddress_configuration.rb +120 -0
  251. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_public_ipaddress_configuration_dns_settings.rb +51 -0
  252. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_reimage_parameters.rb +65 -0
  253. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_scale_in_rules.rb +17 -0
  254. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_sku.rb +74 -0
  255. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_sku_capacity.rb +85 -0
  256. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_sku_scale_type.rb +16 -0
  257. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_storage_profile.rb +91 -0
  258. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_update.rb +210 -0
  259. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_update_ipconfiguration.rb +190 -0
  260. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_update_network_configuration.rb +136 -0
  261. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_update_network_profile.rb +72 -0
  262. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_update_osdisk.rb +122 -0
  263. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_update_osprofile.rb +92 -0
  264. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_update_public_ipaddress_configuration.rb +72 -0
  265. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_update_storage_profile.rb +80 -0
  266. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_update_vmprofile.rb +138 -0
  267. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vm.rb +384 -0
  268. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vmextensions_summary.rb +70 -0
  269. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vminstance_ids.rb +57 -0
  270. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vminstance_required_ids.rb +55 -0
  271. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vminstance_view.rb +196 -0
  272. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vmlist_result.rb +101 -0
  273. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vmnetwork_profile_configuration.rb +57 -0
  274. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vmprofile.rb +176 -0
  275. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vmprotection_policy.rb +60 -0
  276. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vmreimage_parameters.rb +44 -0
  277. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_size.rb +106 -0
  278. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_size_list_result.rb +55 -0
  279. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_size_types.rb +180 -0
  280. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_status_code_count.rb +61 -0
  281. data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_update.rb +355 -0
  282. data/lib/2019-12-01/generated/azure_mgmt_compute/models/vmscale_set_convert_to_single_placement_group_input.rb +52 -0
  283. data/lib/2019-12-01/generated/azure_mgmt_compute/models/win_rmconfiguration.rb +56 -0
  284. data/lib/2019-12-01/generated/azure_mgmt_compute/models/win_rmlistener.rb +67 -0
  285. data/lib/2019-12-01/generated/azure_mgmt_compute/models/windows_configuration.rb +114 -0
  286. data/lib/2019-12-01/generated/azure_mgmt_compute/module_definition.rb +9 -0
  287. data/lib/2019-12-01/generated/azure_mgmt_compute/operations.rb +109 -0
  288. data/lib/2019-12-01/generated/azure_mgmt_compute/proximity_placement_groups.rb +846 -0
  289. data/lib/2019-12-01/generated/azure_mgmt_compute/ssh_public_keys.rb +939 -0
  290. data/lib/2019-12-01/generated/azure_mgmt_compute/usage_operations.rb +241 -0
  291. data/lib/2019-12-01/generated/azure_mgmt_compute/virtual_machine_extension_images.rb +360 -0
  292. data/lib/2019-12-01/generated/azure_mgmt_compute/virtual_machine_extensions.rb +701 -0
  293. data/lib/2019-12-01/generated/azure_mgmt_compute/virtual_machine_images.rb +600 -0
  294. data/lib/2019-12-01/generated/azure_mgmt_compute/virtual_machine_run_commands.rb +322 -0
  295. data/lib/2019-12-01/generated/azure_mgmt_compute/virtual_machine_scale_set_extensions.rb +821 -0
  296. data/lib/2019-12-01/generated/azure_mgmt_compute/virtual_machine_scale_set_rolling_upgrades.rb +498 -0
  297. data/lib/2019-12-01/generated/azure_mgmt_compute/virtual_machine_scale_set_vmextensions.rb +709 -0
  298. data/lib/2019-12-01/generated/azure_mgmt_compute/virtual_machine_scale_set_vms.rb +2087 -0
  299. data/lib/2019-12-01/generated/azure_mgmt_compute/virtual_machine_scale_sets.rb +3288 -0
  300. data/lib/2019-12-01/generated/azure_mgmt_compute/virtual_machine_sizes.rb +122 -0
  301. data/lib/2019-12-01/generated/azure_mgmt_compute/virtual_machines.rb +3050 -0
  302. data/lib/azure_mgmt_compute.rb +12 -11
  303. data/lib/profiles/latest/modules/compute_profile_module.rb +891 -821
  304. data/lib/version.rb +1 -1
  305. metadata +288 -2
@@ -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::V2019_12_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,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::V2019_12_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,355 @@
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::V2019_12_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 [DiagnosticsProfile] Specifies the boot diagnostic settings
46
+ # state. <br><br>Minimum api-version: 2015-06-15.
47
+ attr_accessor :diagnostics_profile
48
+
49
+ # @return [SubResource] Specifies information about the availability set
50
+ # that the virtual machine should be assigned to. Virtual machines
51
+ # specified in the same availability set are allocated to different nodes
52
+ # to maximize availability. For more information about availability sets,
53
+ # see [Manage the availability of virtual
54
+ # machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-manage-availability?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json).
55
+ # <br><br> For more information on Azure planned maintenance, see
56
+ # [Planned maintenance for virtual machines in
57
+ # Azure](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-planned-maintenance?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
58
+ # <br><br> Currently, a VM can only be added to availability set at
59
+ # creation time. The availability set to which the VM is being added
60
+ # should be under the same resource group as the availability set
61
+ # resource. An existing VM cannot be added to an availability set.
62
+ # <br><br>This property cannot exist along with a non-null
63
+ # properties.virtualMachineScaleSet reference.
64
+ attr_accessor :availability_set
65
+
66
+ # @return [SubResource] Specifies information about the virtual machine
67
+ # scale set that the virtual machine should be assigned to. Virtual
68
+ # machines specified in the same virtual machine scale set are allocated
69
+ # to different nodes to maximize availability. Currently, a VM can only
70
+ # be added to virtual machine scale set at creation time. An existing VM
71
+ # cannot be added to a virtual machine scale set. <br><br>This property
72
+ # cannot exist along with a non-null properties.availabilitySet
73
+ # reference. <br><br>Minimum api‐version: 2019‐03‐01
74
+ attr_accessor :virtual_machine_scale_set
75
+
76
+ # @return [SubResource] Specifies information about the proximity
77
+ # placement group that the virtual machine should be assigned to.
78
+ # <br><br>Minimum api-version: 2018-04-01.
79
+ attr_accessor :proximity_placement_group
80
+
81
+ # @return [VirtualMachinePriorityTypes] Specifies the priority for the
82
+ # virtual machine. <br><br>Minimum api-version: 2019-03-01. Possible
83
+ # values include: 'Regular', 'Low', 'Spot'
84
+ attr_accessor :priority
85
+
86
+ # @return [VirtualMachineEvictionPolicyTypes] Specifies the eviction
87
+ # policy for the Azure Spot virtual machine and Azure Spot scale set.
88
+ # <br><br>For Azure Spot virtual machines, the only supported value is
89
+ # 'Deallocate' and the minimum api-version is 2019-03-01. <br><br>For
90
+ # Azure Spot scale sets, both 'Deallocate' and 'Delete' are supported and
91
+ # the minimum api-version is 2017-10-30-preview. Possible values include:
92
+ # 'Deallocate', 'Delete'
93
+ attr_accessor :eviction_policy
94
+
95
+ # @return [BillingProfile] Specifies the billing related details of a
96
+ # Azure Spot virtual machine. <br><br>Minimum api-version: 2019-03-01.
97
+ attr_accessor :billing_profile
98
+
99
+ # @return [SubResource] Specifies information about the dedicated host
100
+ # that the virtual machine resides in. <br><br>Minimum api-version:
101
+ # 2018-10-01.
102
+ attr_accessor :host
103
+
104
+ # @return [String] The provisioning state, which only appears in the
105
+ # response.
106
+ attr_accessor :provisioning_state
107
+
108
+ # @return [VirtualMachineInstanceView] The virtual machine instance view.
109
+ attr_accessor :instance_view
110
+
111
+ # @return [String] Specifies that the image or disk that is being used
112
+ # was licensed on-premises. This element is only used for images that
113
+ # contain the Windows Server operating system. <br><br> Possible values
114
+ # are: <br><br> Windows_Client <br><br> Windows_Server <br><br> If this
115
+ # element is included in a request for an update, the value must match
116
+ # the initial value. This value cannot be updated. <br><br> For more
117
+ # information, see [Azure Hybrid Use Benefit for Windows
118
+ # Server](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-hybrid-use-benefit-licensing?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
119
+ # <br><br> Minimum api-version: 2015-06-15
120
+ attr_accessor :license_type
121
+
122
+ # @return [String] Specifies the VM unique ID which is a 128-bits
123
+ # identifier that is encoded and stored in all Azure IaaS VMs SMBIOS and
124
+ # can be read using platform BIOS commands.
125
+ attr_accessor :vm_id
126
+
127
+ # @return [VirtualMachineIdentity] The identity of the virtual machine,
128
+ # if configured.
129
+ attr_accessor :identity
130
+
131
+ # @return [Array<String>] The virtual machine zones.
132
+ attr_accessor :zones
133
+
134
+
135
+ #
136
+ # Mapper for VirtualMachineUpdate class as Ruby Hash.
137
+ # This will be used for serialization/deserialization.
138
+ #
139
+ def self.mapper()
140
+ {
141
+ client_side_validation: true,
142
+ required: false,
143
+ serialized_name: 'VirtualMachineUpdate',
144
+ type: {
145
+ name: 'Composite',
146
+ class_name: 'VirtualMachineUpdate',
147
+ model_properties: {
148
+ tags: {
149
+ client_side_validation: true,
150
+ required: false,
151
+ serialized_name: 'tags',
152
+ type: {
153
+ name: 'Dictionary',
154
+ value: {
155
+ client_side_validation: true,
156
+ required: false,
157
+ serialized_name: 'StringElementType',
158
+ type: {
159
+ name: 'String'
160
+ }
161
+ }
162
+ }
163
+ },
164
+ plan: {
165
+ client_side_validation: true,
166
+ required: false,
167
+ serialized_name: 'plan',
168
+ type: {
169
+ name: 'Composite',
170
+ class_name: 'Plan'
171
+ }
172
+ },
173
+ hardware_profile: {
174
+ client_side_validation: true,
175
+ required: false,
176
+ serialized_name: 'properties.hardwareProfile',
177
+ type: {
178
+ name: 'Composite',
179
+ class_name: 'HardwareProfile'
180
+ }
181
+ },
182
+ storage_profile: {
183
+ client_side_validation: true,
184
+ required: false,
185
+ serialized_name: 'properties.storageProfile',
186
+ type: {
187
+ name: 'Composite',
188
+ class_name: 'StorageProfile'
189
+ }
190
+ },
191
+ additional_capabilities: {
192
+ client_side_validation: true,
193
+ required: false,
194
+ serialized_name: 'properties.additionalCapabilities',
195
+ type: {
196
+ name: 'Composite',
197
+ class_name: 'AdditionalCapabilities'
198
+ }
199
+ },
200
+ os_profile: {
201
+ client_side_validation: true,
202
+ required: false,
203
+ serialized_name: 'properties.osProfile',
204
+ type: {
205
+ name: 'Composite',
206
+ class_name: 'OSProfile'
207
+ }
208
+ },
209
+ network_profile: {
210
+ client_side_validation: true,
211
+ required: false,
212
+ serialized_name: 'properties.networkProfile',
213
+ type: {
214
+ name: 'Composite',
215
+ class_name: 'NetworkProfile'
216
+ }
217
+ },
218
+ diagnostics_profile: {
219
+ client_side_validation: true,
220
+ required: false,
221
+ serialized_name: 'properties.diagnosticsProfile',
222
+ type: {
223
+ name: 'Composite',
224
+ class_name: 'DiagnosticsProfile'
225
+ }
226
+ },
227
+ availability_set: {
228
+ client_side_validation: true,
229
+ required: false,
230
+ serialized_name: 'properties.availabilitySet',
231
+ type: {
232
+ name: 'Composite',
233
+ class_name: 'SubResource'
234
+ }
235
+ },
236
+ virtual_machine_scale_set: {
237
+ client_side_validation: true,
238
+ required: false,
239
+ serialized_name: 'properties.virtualMachineScaleSet',
240
+ type: {
241
+ name: 'Composite',
242
+ class_name: 'SubResource'
243
+ }
244
+ },
245
+ proximity_placement_group: {
246
+ client_side_validation: true,
247
+ required: false,
248
+ serialized_name: 'properties.proximityPlacementGroup',
249
+ type: {
250
+ name: 'Composite',
251
+ class_name: 'SubResource'
252
+ }
253
+ },
254
+ priority: {
255
+ client_side_validation: true,
256
+ required: false,
257
+ serialized_name: 'properties.priority',
258
+ type: {
259
+ name: 'String'
260
+ }
261
+ },
262
+ eviction_policy: {
263
+ client_side_validation: true,
264
+ required: false,
265
+ serialized_name: 'properties.evictionPolicy',
266
+ type: {
267
+ name: 'String'
268
+ }
269
+ },
270
+ billing_profile: {
271
+ client_side_validation: true,
272
+ required: false,
273
+ serialized_name: 'properties.billingProfile',
274
+ type: {
275
+ name: 'Composite',
276
+ class_name: 'BillingProfile'
277
+ }
278
+ },
279
+ host: {
280
+ client_side_validation: true,
281
+ required: false,
282
+ serialized_name: 'properties.host',
283
+ type: {
284
+ name: 'Composite',
285
+ class_name: 'SubResource'
286
+ }
287
+ },
288
+ provisioning_state: {
289
+ client_side_validation: true,
290
+ required: false,
291
+ read_only: true,
292
+ serialized_name: 'properties.provisioningState',
293
+ type: {
294
+ name: 'String'
295
+ }
296
+ },
297
+ instance_view: {
298
+ client_side_validation: true,
299
+ required: false,
300
+ read_only: true,
301
+ serialized_name: 'properties.instanceView',
302
+ type: {
303
+ name: 'Composite',
304
+ class_name: 'VirtualMachineInstanceView'
305
+ }
306
+ },
307
+ license_type: {
308
+ client_side_validation: true,
309
+ required: false,
310
+ serialized_name: 'properties.licenseType',
311
+ type: {
312
+ name: 'String'
313
+ }
314
+ },
315
+ vm_id: {
316
+ client_side_validation: true,
317
+ required: false,
318
+ read_only: true,
319
+ serialized_name: 'properties.vmId',
320
+ type: {
321
+ name: 'String'
322
+ }
323
+ },
324
+ identity: {
325
+ client_side_validation: true,
326
+ required: false,
327
+ serialized_name: 'identity',
328
+ type: {
329
+ name: 'Composite',
330
+ class_name: 'VirtualMachineIdentity'
331
+ }
332
+ },
333
+ zones: {
334
+ client_side_validation: true,
335
+ required: false,
336
+ serialized_name: 'zones',
337
+ type: {
338
+ name: 'Sequence',
339
+ element: {
340
+ client_side_validation: true,
341
+ required: false,
342
+ serialized_name: 'StringElementType',
343
+ type: {
344
+ name: 'String'
345
+ }
346
+ }
347
+ }
348
+ }
349
+ }
350
+ }
351
+ }
352
+ end
353
+ end
354
+ end
355
+ end