azure_mgmt_devtestlabs 0.17.1 → 0.17.2

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 (227) hide show
  1. checksums.yaml +4 -4
  2. data/lib/2016-05-15/generated/azure_mgmt_devtestlabs/dev_test_labs_client.rb +1 -1
  3. data/lib/2016-05-15/generated/azure_mgmt_devtestlabs/models/attach_new_data_disk_options.rb +1 -1
  4. data/lib/2016-05-15/generated/azure_mgmt_devtestlabs/models/disk.rb +1 -1
  5. data/lib/2016-05-15/generated/azure_mgmt_devtestlabs/models/generate_upload_uri_response.rb +1 -1
  6. data/lib/2016-05-15/generated/azure_mgmt_devtestlabs/notification_channels.rb +16 -16
  7. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs.rb +241 -0
  8. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/arm_templates.rb +369 -0
  9. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/artifact_sources.rb +673 -0
  10. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/artifacts.rb +486 -0
  11. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/costs.rb +244 -0
  12. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/custom_images.rb +759 -0
  13. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/dev_test_labs_client.rb +227 -0
  14. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/disks.rb +1090 -0
  15. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/environments.rb +793 -0
  16. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/formulas.rb +727 -0
  17. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/gallery_images.rb +259 -0
  18. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/global_schedules.rb +1131 -0
  19. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/labs.rb +1820 -0
  20. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/applicable_schedule.rb +113 -0
  21. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/applicable_schedule_fragment.rb +78 -0
  22. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/apply_artifacts_request.rb +56 -0
  23. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/arm_template.rb +194 -0
  24. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/arm_template_info.rb +57 -0
  25. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/arm_template_list.rb +98 -0
  26. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/arm_template_parameter_properties.rb +57 -0
  27. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/arm_template_parameter_properties_fragment.rb +57 -0
  28. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/artifact.rb +182 -0
  29. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/artifact_deployment_status_properties.rb +70 -0
  30. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/artifact_deployment_status_properties_fragment.rb +71 -0
  31. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/artifact_install_properties.rb +123 -0
  32. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/artifact_install_properties_fragment.rb +123 -0
  33. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/artifact_list.rb +98 -0
  34. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/artifact_parameter_properties.rb +57 -0
  35. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/artifact_parameter_properties_fragment.rb +57 -0
  36. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/artifact_source.rb +215 -0
  37. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/artifact_source_fragment.rb +144 -0
  38. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/artifact_source_list.rb +98 -0
  39. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/attach_disk_properties.rb +47 -0
  40. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/attach_new_data_disk_options.rb +69 -0
  41. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/attach_new_data_disk_options_fragment.rb +69 -0
  42. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/bulk_creation_parameters.rb +46 -0
  43. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/bulk_creation_parameters_fragment.rb +46 -0
  44. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/compute_data_disk.rb +80 -0
  45. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/compute_data_disk_fragment.rb +80 -0
  46. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/compute_vm_instance_view_status.rb +68 -0
  47. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/compute_vm_instance_view_status_fragment.rb +68 -0
  48. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/compute_vm_properties.rb +141 -0
  49. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/compute_vm_properties_fragment.rb +141 -0
  50. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/cost_threshold_properties.rb +97 -0
  51. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/cost_threshold_status.rb +16 -0
  52. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/cost_type.rb +17 -0
  53. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/custom_image.rb +238 -0
  54. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/custom_image_fragment.rb +167 -0
  55. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/custom_image_list.rb +98 -0
  56. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/custom_image_os_type.rb +17 -0
  57. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/custom_image_properties_custom.rb +69 -0
  58. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/custom_image_properties_custom_fragment.rb +69 -0
  59. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/custom_image_properties_from_plan.rb +70 -0
  60. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/custom_image_properties_from_plan_fragment.rb +70 -0
  61. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/custom_image_properties_from_vm.rb +70 -0
  62. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/custom_image_properties_from_vm_fragment.rb +70 -0
  63. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/data_disk_properties.rb +73 -0
  64. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/data_disk_properties_fragment.rb +73 -0
  65. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/data_disk_storage_type_info.rb +58 -0
  66. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/data_disk_storage_type_info_fragment.rb +58 -0
  67. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/day_details.rb +46 -0
  68. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/day_details_fragment.rb +46 -0
  69. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/detach_data_disk_properties.rb +47 -0
  70. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/detach_disk_properties.rb +47 -0
  71. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/disk.rb +204 -0
  72. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/disk_fragment.rb +133 -0
  73. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/disk_list.rb +98 -0
  74. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/dtl_environment.rb +160 -0
  75. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/dtl_environment_fragment.rb +76 -0
  76. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/dtl_environment_list.rb +98 -0
  77. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/enable_status.rb +16 -0
  78. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/environment_deployment_properties.rb +67 -0
  79. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/environment_deployment_properties_fragment.rb +67 -0
  80. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/environment_permission.rb +16 -0
  81. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/evaluate_policies_properties.rb +79 -0
  82. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/evaluate_policies_request.rb +55 -0
  83. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/evaluate_policies_response.rb +55 -0
  84. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/event.rb +48 -0
  85. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/event_fragment.rb +48 -0
  86. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/export_resource_usage_parameters.rb +60 -0
  87. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/external_subnet.rb +57 -0
  88. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/external_subnet_fragment.rb +57 -0
  89. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/file_upload_options.rb +16 -0
  90. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/formula.rb +182 -0
  91. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/formula_fragment.rb +111 -0
  92. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/formula_list.rb +98 -0
  93. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/formula_properties_from_vm.rb +47 -0
  94. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/formula_properties_from_vm_fragment.rb +47 -0
  95. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/gallery_image.rb +178 -0
  96. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/gallery_image_list.rb +98 -0
  97. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/gallery_image_reference.rb +90 -0
  98. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/gallery_image_reference_fragment.rb +90 -0
  99. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/generate_arm_template_request.rb +90 -0
  100. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/generate_upload_uri_parameter.rb +46 -0
  101. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/generate_upload_uri_response.rb +46 -0
  102. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/host_caching_options.rb +17 -0
  103. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/hour_details.rb +46 -0
  104. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/hour_details_fragment.rb +46 -0
  105. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/http_status_code.rb +56 -0
  106. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/identity_properties.rb +79 -0
  107. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/import_lab_virtual_machine_request.rb +59 -0
  108. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/inbound_nat_rule.rb +73 -0
  109. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/inbound_nat_rule_fragment.rb +73 -0
  110. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/lab.rb +363 -0
  111. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/lab_announcement_properties.rb +117 -0
  112. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/lab_announcement_properties_fragment.rb +93 -0
  113. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/lab_cost.rb +224 -0
  114. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/lab_cost_details_properties.rb +69 -0
  115. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/lab_cost_summary_properties.rb +46 -0
  116. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/lab_fragment.rb +181 -0
  117. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/lab_list.rb +98 -0
  118. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/lab_resource_cost_properties.rb +136 -0
  119. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/lab_support_properties.rb +59 -0
  120. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/lab_support_properties_fragment.rb +59 -0
  121. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/lab_vhd.rb +46 -0
  122. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/lab_vhd_list.rb +98 -0
  123. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/lab_virtual_machine.rb +526 -0
  124. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/lab_virtual_machine_creation_parameter.rb +478 -0
  125. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/lab_virtual_machine_creation_parameter_fragment.rb +480 -0
  126. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/lab_virtual_machine_fragment.rb +441 -0
  127. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/lab_virtual_machine_list.rb +98 -0
  128. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/linux_os_info.rb +49 -0
  129. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/linux_os_info_fragment.rb +49 -0
  130. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/linux_os_state.rb +17 -0
  131. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/network_interface_properties.rb +139 -0
  132. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/network_interface_properties_fragment.rb +139 -0
  133. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/notification_channel.rb +189 -0
  134. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/notification_channel_event_type.rb +16 -0
  135. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/notification_channel_fragment.rb +118 -0
  136. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/notification_channel_list.rb +98 -0
  137. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/notification_settings.rb +96 -0
  138. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/notification_settings_fragment.rb +96 -0
  139. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/notify_parameters.rb +58 -0
  140. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/operation_error.rb +57 -0
  141. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/operation_metadata.rb +59 -0
  142. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/operation_metadata_display.rb +80 -0
  143. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/operation_result.rb +82 -0
  144. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/parameter_info.rb +57 -0
  145. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/parameters_value_file_info.rb +57 -0
  146. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/percentage_cost_threshold_properties.rb +46 -0
  147. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/policy.rb +197 -0
  148. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/policy_evaluator_type.rb +16 -0
  149. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/policy_fact_name.rb +24 -0
  150. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/policy_fragment.rb +126 -0
  151. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/policy_list.rb +98 -0
  152. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/policy_set_result.rb +67 -0
  153. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/policy_status.rb +16 -0
  154. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/policy_violation.rb +57 -0
  155. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/port.rb +58 -0
  156. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/port_fragment.rb +58 -0
  157. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/premium_data_disk.rb +16 -0
  158. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/provider_operation_result.rb +101 -0
  159. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/rdp_connection.rb +46 -0
  160. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/reporting_cycle_type.rb +16 -0
  161. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/resize_lab_virtual_machine_properties.rb +46 -0
  162. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/resource.rb +110 -0
  163. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/retarget_schedule_properties.rb +59 -0
  164. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/schedule.rb +219 -0
  165. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/schedule_creation_parameter.rb +173 -0
  166. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/schedule_creation_parameter_fragment.rb +173 -0
  167. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/schedule_fragment.rb +148 -0
  168. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/schedule_list.rb +98 -0
  169. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/secret.rb +121 -0
  170. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/secret_fragment.rb +62 -0
  171. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/secret_list.rb +98 -0
  172. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/service_fabric.rb +147 -0
  173. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/service_fabric_fragment.rb +74 -0
  174. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/service_fabric_list.rb +98 -0
  175. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/service_runner.rb +98 -0
  176. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/service_runner_list.rb +98 -0
  177. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/shared_public_ip_address_configuration.rb +56 -0
  178. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/shared_public_ip_address_configuration_fragment.rb +57 -0
  179. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/shutdown_notification_content.rb +180 -0
  180. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/source_control_type.rb +16 -0
  181. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/storage_type.rb +16 -0
  182. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/subnet.rb +70 -0
  183. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/subnet_fragment.rb +70 -0
  184. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/subnet_override.rb +107 -0
  185. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/subnet_override_fragment.rb +107 -0
  186. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/subnet_shared_public_ip_address_configuration.rb +56 -0
  187. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/subnet_shared_public_ip_address_configuration_fragment.rb +57 -0
  188. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/target_cost_properties.rb +112 -0
  189. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/target_cost_status.rb +16 -0
  190. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/transport_protocol.rb +16 -0
  191. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/update_resource.rb +54 -0
  192. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/usage_permission_type.rb +17 -0
  193. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/user.rb +146 -0
  194. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/user_fragment.rb +75 -0
  195. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/user_identity.rb +96 -0
  196. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/user_identity_fragment.rb +96 -0
  197. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/user_list.rb +98 -0
  198. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/user_secret_store.rb +57 -0
  199. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/user_secret_store_fragment.rb +57 -0
  200. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/virtual_machine_creation_source.rb +16 -0
  201. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/virtual_network.rb +207 -0
  202. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/virtual_network_fragment.rb +116 -0
  203. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/virtual_network_list.rb +98 -0
  204. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/week_details.rb +66 -0
  205. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/week_details_fragment.rb +66 -0
  206. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/windows_os_info.rb +48 -0
  207. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/windows_os_info_fragment.rb +48 -0
  208. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/windows_os_state.rb +17 -0
  209. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/module_definition.rb +9 -0
  210. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/notification_channels.rb +769 -0
  211. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/operations.rb +117 -0
  212. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/policies.rb +690 -0
  213. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/policy_sets.rb +135 -0
  214. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/provider_operations.rb +215 -0
  215. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/schedules.rb +1000 -0
  216. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/secrets.rb +742 -0
  217. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/service_fabric_schedules.rb +848 -0
  218. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/service_fabrics.rb +1147 -0
  219. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/service_runners.rb +552 -0
  220. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/users.rb +759 -0
  221. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/virtual_machine_schedules.rb +821 -0
  222. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/virtual_machines.rb +2431 -0
  223. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/virtual_networks.rb +760 -0
  224. data/lib/azure_mgmt_devtestlabs.rb +1 -0
  225. data/lib/profiles/latest/modules/devtestlabs_profile_module.rb +566 -430
  226. data/lib/version.rb +1 -1
  227. metadata +219 -2
@@ -3,4 +3,5 @@
3
3
  # Licensed under the MIT License. See License.txt in the project root for license information.
4
4
 
5
5
  require '2016-05-15/generated/azure_mgmt_devtestlabs'
6
+ require '2018-09-15/generated/azure_mgmt_devtestlabs'
6
7
  require 'profiles/latest/devtestlabs_latest_profile_client'
@@ -6,194 +6,229 @@ require 'azure_mgmt_devtestlabs'
6
6
 
7
7
  module Azure::DevTestLabs::Profiles::Latest
8
8
  module Mgmt
9
- ProviderOperations = Azure::DevTestLabs::Mgmt::V2016_05_15::ProviderOperations
10
- Labs = Azure::DevTestLabs::Mgmt::V2016_05_15::Labs
11
- Operations = Azure::DevTestLabs::Mgmt::V2016_05_15::Operations
12
- GlobalSchedules = Azure::DevTestLabs::Mgmt::V2016_05_15::GlobalSchedules
13
- ArtifactSources = Azure::DevTestLabs::Mgmt::V2016_05_15::ArtifactSources
14
- ArmTemplates = Azure::DevTestLabs::Mgmt::V2016_05_15::ArmTemplates
15
- Artifacts = Azure::DevTestLabs::Mgmt::V2016_05_15::Artifacts
16
- Costs = Azure::DevTestLabs::Mgmt::V2016_05_15::Costs
17
- CustomImages = Azure::DevTestLabs::Mgmt::V2016_05_15::CustomImages
18
- Formulas = Azure::DevTestLabs::Mgmt::V2016_05_15::Formulas
19
- GalleryImages = Azure::DevTestLabs::Mgmt::V2016_05_15::GalleryImages
20
- NotificationChannels = Azure::DevTestLabs::Mgmt::V2016_05_15::NotificationChannels
21
- PolicySets = Azure::DevTestLabs::Mgmt::V2016_05_15::PolicySets
22
- Policies = Azure::DevTestLabs::Mgmt::V2016_05_15::Policies
23
- Schedules = Azure::DevTestLabs::Mgmt::V2016_05_15::Schedules
24
- ServiceRunners = Azure::DevTestLabs::Mgmt::V2016_05_15::ServiceRunners
25
- Users = Azure::DevTestLabs::Mgmt::V2016_05_15::Users
26
- Disks = Azure::DevTestLabs::Mgmt::V2016_05_15::Disks
27
- Environments = Azure::DevTestLabs::Mgmt::V2016_05_15::Environments
28
- Secrets = Azure::DevTestLabs::Mgmt::V2016_05_15::Secrets
29
- VirtualMachines = Azure::DevTestLabs::Mgmt::V2016_05_15::VirtualMachines
30
- VirtualMachineSchedules = Azure::DevTestLabs::Mgmt::V2016_05_15::VirtualMachineSchedules
31
- VirtualNetworks = Azure::DevTestLabs::Mgmt::V2016_05_15::VirtualNetworks
9
+ ProviderOperations = Azure::DevTestLabs::Mgmt::V2018_09_15::ProviderOperations
10
+ Labs = Azure::DevTestLabs::Mgmt::V2018_09_15::Labs
11
+ Operations = Azure::DevTestLabs::Mgmt::V2018_09_15::Operations
12
+ GlobalSchedules = Azure::DevTestLabs::Mgmt::V2018_09_15::GlobalSchedules
13
+ ArtifactSources = Azure::DevTestLabs::Mgmt::V2018_09_15::ArtifactSources
14
+ ArmTemplates = Azure::DevTestLabs::Mgmt::V2018_09_15::ArmTemplates
15
+ Artifacts = Azure::DevTestLabs::Mgmt::V2018_09_15::Artifacts
16
+ Costs = Azure::DevTestLabs::Mgmt::V2018_09_15::Costs
17
+ CustomImages = Azure::DevTestLabs::Mgmt::V2018_09_15::CustomImages
18
+ Formulas = Azure::DevTestLabs::Mgmt::V2018_09_15::Formulas
19
+ GalleryImages = Azure::DevTestLabs::Mgmt::V2018_09_15::GalleryImages
20
+ NotificationChannels = Azure::DevTestLabs::Mgmt::V2018_09_15::NotificationChannels
21
+ PolicySets = Azure::DevTestLabs::Mgmt::V2018_09_15::PolicySets
22
+ Policies = Azure::DevTestLabs::Mgmt::V2018_09_15::Policies
23
+ Schedules = Azure::DevTestLabs::Mgmt::V2018_09_15::Schedules
24
+ ServiceRunners = Azure::DevTestLabs::Mgmt::V2018_09_15::ServiceRunners
25
+ Users = Azure::DevTestLabs::Mgmt::V2018_09_15::Users
26
+ Disks = Azure::DevTestLabs::Mgmt::V2018_09_15::Disks
27
+ Environments = Azure::DevTestLabs::Mgmt::V2018_09_15::Environments
28
+ Secrets = Azure::DevTestLabs::Mgmt::V2018_09_15::Secrets
29
+ ServiceFabrics = Azure::DevTestLabs::Mgmt::V2018_09_15::ServiceFabrics
30
+ ServiceFabricSchedules = Azure::DevTestLabs::Mgmt::V2018_09_15::ServiceFabricSchedules
31
+ VirtualMachines = Azure::DevTestLabs::Mgmt::V2018_09_15::VirtualMachines
32
+ VirtualMachineSchedules = Azure::DevTestLabs::Mgmt::V2018_09_15::VirtualMachineSchedules
33
+ VirtualNetworks = Azure::DevTestLabs::Mgmt::V2018_09_15::VirtualNetworks
32
34
 
33
35
  module Models
34
- ExternalSubnetFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ExternalSubnetFragment
35
- GalleryImageReference = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GalleryImageReference
36
- DayDetails = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DayDetails
37
- InboundNatRule = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::InboundNatRule
38
- NotificationSettings = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationSettings
39
- SharedPublicIpAddressConfiguration = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SharedPublicIpAddressConfiguration
40
- ExportResourceUsageParameters = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ExportResourceUsageParameters
41
- WeekDetailsFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::WeekDetailsFragment
42
- ExternalSubnet = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ExternalSubnet
43
- HourDetailsFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::HourDetailsFragment
44
- WeekDetails = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::WeekDetails
45
- UserSecretStore = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserSecretStore
46
- HourDetails = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::HourDetails
47
- ArtifactParameterProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactParameterProperties
48
- ArtifactInstallProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactInstallProperties
49
- ResponseWithContinuationLab = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationLab
50
- ParametersValueFileInfo = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ParametersValueFileInfo
51
- ResponseWithContinuationLabVirtualMachine = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationLabVirtualMachine
52
- ArmTemplateInfo = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArmTemplateInfo
53
- NetworkInterfaceProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NetworkInterfaceProperties
54
- ResponseWithContinuationUser = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationUser
55
- LabVirtualMachineCreationParameter = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabVirtualMachineCreationParameter
56
- ArtifactDeploymentStatusPropertiesFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactDeploymentStatusPropertiesFragment
57
- FormulaPropertiesFromVm = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::FormulaPropertiesFromVm
58
- ArtifactInstallPropertiesFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactInstallPropertiesFragment
59
- ResponseWithContinuationLabVhd = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationLabVhd
60
- Subnet = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Subnet
61
- UserSecretStoreFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserSecretStoreFragment
62
- AttachNewDataDiskOptions = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::AttachNewDataDiskOptions
63
- GalleryImageReferenceFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GalleryImageReferenceFragment
64
- ParameterInfo = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ParameterInfo
65
- ComputeDataDisk = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ComputeDataDisk
66
- GenerateArmTemplateRequest = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GenerateArmTemplateRequest
67
- ComputeVmInstanceViewStatus = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ComputeVmInstanceViewStatus
68
- GenerateUploadUriParameter = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GenerateUploadUriParameter
69
- ComputeVmProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ComputeVmProperties
70
- GenerateUploadUriResponse = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GenerateUploadUriResponse
71
- PercentageCostThresholdProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PercentageCostThresholdProperties
72
- IdentityProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::IdentityProperties
73
- WindowsOsInfo = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::WindowsOsInfo
74
- InboundNatRuleFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::InboundNatRuleFragment
75
- CustomImagePropertiesFromVm = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CustomImagePropertiesFromVm
76
- UserIdentityFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserIdentityFragment
77
- ResponseWithContinuationSchedule = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationSchedule
78
- TargetCostProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::TargetCostProperties
79
- DetachDataDiskProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DetachDataDiskProperties
80
- LabCostSummaryProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabCostSummaryProperties
81
- ResponseWithContinuationPolicy = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationPolicy
82
- LabCostDetailsProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabCostDetailsProperties
83
- ResponseWithContinuationNotificationChannel = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationNotificationChannel
84
- LabResourceCostProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabResourceCostProperties
85
- EvaluatePoliciesRequest = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EvaluatePoliciesRequest
86
- SubnetOverrideFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SubnetOverrideFragment
87
- PolicySetResult = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicySetResult
88
- SubnetSharedPublicIpAddressConfigurationFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SubnetSharedPublicIpAddressConfigurationFragment
89
- Event = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Event
90
- LabVhd = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabVhd
91
- DayDetailsFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DayDetailsFragment
92
- SubnetFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SubnetFragment
93
- UserIdentity = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserIdentity
94
- SharedPublicIpAddressConfigurationFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SharedPublicIpAddressConfigurationFragment
95
- ResponseWithContinuationServiceRunner = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationServiceRunner
96
- NetworkInterfacePropertiesFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NetworkInterfacePropertiesFragment
97
- ArtifactDeploymentStatusProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactDeploymentStatusProperties
98
- ShutdownNotificationContent = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ShutdownNotificationContent
99
- ResponseWithContinuationSecret = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationSecret
100
- RetargetScheduleProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::RetargetScheduleProperties
101
- BulkCreationParameters = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::BulkCreationParameters
102
- ResponseWithContinuationVirtualNetwork = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationVirtualNetwork
103
- ComputeDataDiskFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ComputeDataDiskFragment
104
- NotifyParameters = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotifyParameters
105
- ComputeVmPropertiesFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ComputeVmPropertiesFragment
106
- OperationError = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::OperationError
107
- LinuxOsInfo = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LinuxOsInfo
108
- OperationMetadataDisplay = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::OperationMetadataDisplay
109
- DataDiskProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DataDiskProperties
110
- OperationMetadata = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::OperationMetadata
111
- EnvironmentDeploymentProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EnvironmentDeploymentProperties
112
- OperationResult = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::OperationResult
113
- PolicyViolation = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyViolation
114
- SubnetOverride = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SubnetOverride
115
- EventFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EventFragment
116
- SubnetSharedPublicIpAddressConfiguration = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SubnetSharedPublicIpAddressConfiguration
117
- ApplyArtifactsRequest = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ApplyArtifactsRequest
118
- Port = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Port
119
- ArtifactParameterPropertiesFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactParameterPropertiesFragment
120
- PortFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PortFragment
121
- ProviderOperationResult = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ProviderOperationResult
122
- CostThresholdProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CostThresholdProperties
123
- Resource = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Resource
124
- DetachDiskProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DetachDiskProperties
125
- ResponseWithContinuationArmTemplate = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationArmTemplate
126
- EvaluatePoliciesResponse = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EvaluatePoliciesResponse
127
- ResponseWithContinuationArtifact = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationArtifact
128
- ArmTemplateParameterProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArmTemplateParameterProperties
129
- ResponseWithContinuationArtifactSource = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationArtifactSource
130
- ComputeVmInstanceViewStatusFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ComputeVmInstanceViewStatusFragment
131
- ResponseWithContinuationCustomImage = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationCustomImage
132
- EvaluatePoliciesProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EvaluatePoliciesProperties
133
- ResponseWithContinuationDisk = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationDisk
134
- AttachDiskProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::AttachDiskProperties
135
- ResponseWithContinuationDtlEnvironment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationDtlEnvironment
136
- NotificationSettingsFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationSettingsFragment
137
- ResponseWithContinuationFormula = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationFormula
138
- CustomImagePropertiesCustom = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CustomImagePropertiesCustom
139
- ResponseWithContinuationGalleryImage = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationGalleryImage
140
- Schedule = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Schedule
141
- ApplicableSchedule = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ApplicableSchedule
142
- ScheduleFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ScheduleFragment
143
- ApplicableScheduleFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ApplicableScheduleFragment
144
- ArmTemplate = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArmTemplate
145
- Artifact = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Artifact
146
- ArtifactSource = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactSource
147
- ArtifactSourceFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactSourceFragment
148
- CustomImage = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CustomImage
149
- Disk = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Disk
150
- DtlEnvironment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DtlEnvironment
151
- Formula = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Formula
152
- GalleryImage = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GalleryImage
153
- Lab = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Lab
154
- LabCost = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabCost
155
- LabFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabFragment
156
- LabVirtualMachine = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabVirtualMachine
157
- LabVirtualMachineFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabVirtualMachineFragment
158
- NotificationChannel = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationChannel
159
- NotificationChannelFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationChannelFragment
160
- Policy = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Policy
161
- PolicyFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyFragment
162
- Secret = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Secret
163
- ServiceRunner = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ServiceRunner
164
- User = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::User
165
- VirtualNetwork = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::VirtualNetwork
166
- UserFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserFragment
167
- VirtualNetworkFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::VirtualNetworkFragment
168
- EnableStatus = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EnableStatus
169
- NotificationStatus = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationStatus
170
- SourceControlType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SourceControlType
171
- StorageType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::StorageType
172
- CostThresholdStatus = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CostThresholdStatus
173
- WindowsOsState = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::WindowsOsState
174
- LinuxOsState = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LinuxOsState
175
- CustomImageOsType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CustomImageOsType
176
- HostCachingOptions = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::HostCachingOptions
177
- NotificationChannelEventType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationChannelEventType
178
- TransportProtocol = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::TransportProtocol
179
- VirtualMachineCreationSource = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::VirtualMachineCreationSource
180
- FileUploadOptions = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::FileUploadOptions
181
- PremiumDataDisk = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PremiumDataDisk
182
- TargetCostStatus = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::TargetCostStatus
183
- ReportingCycleType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ReportingCycleType
184
- CostType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CostType
185
- HttpStatusCode = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::HttpStatusCode
186
- PolicyStatus = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyStatus
187
- PolicyFactName = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyFactName
188
- PolicyEvaluatorType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyEvaluatorType
189
- UsagePermissionType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UsagePermissionType
36
+ SharedPublicIpAddressConfiguration = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::SharedPublicIpAddressConfiguration
37
+ WeekDetails = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::WeekDetails
38
+ NetworkInterfaceProperties = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::NetworkInterfaceProperties
39
+ HourDetails = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::HourDetails
40
+ ScheduleCreationParameter = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ScheduleCreationParameter
41
+ EnvironmentDeploymentPropertiesFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::EnvironmentDeploymentPropertiesFragment
42
+ VirtualNetworkList = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::VirtualNetworkList
43
+ Subnet = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::Subnet
44
+ DayDetailsFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DayDetailsFragment
45
+ DtlEnvironmentList = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DtlEnvironmentList
46
+ NotificationSettingsFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::NotificationSettingsFragment
47
+ EvaluatePoliciesProperties = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::EvaluatePoliciesProperties
48
+ UserSecretStoreFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::UserSecretStoreFragment
49
+ EvaluatePoliciesRequest = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::EvaluatePoliciesRequest
50
+ ArtifactInstallProperties = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArtifactInstallProperties
51
+ PolicyViolation = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::PolicyViolation
52
+ ParametersValueFileInfo = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ParametersValueFileInfo
53
+ PolicySetResult = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::PolicySetResult
54
+ ArmTemplateInfo = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArmTemplateInfo
55
+ EvaluatePoliciesResponse = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::EvaluatePoliciesResponse
56
+ ArmTemplateParameterProperties = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArmTemplateParameterProperties
57
+ Event = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::Event
58
+ UserSecretStore = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::UserSecretStore
59
+ EventFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::EventFragment
60
+ ArtifactDeploymentStatusPropertiesFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArtifactDeploymentStatusPropertiesFragment
61
+ ExportResourceUsageParameters = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ExportResourceUsageParameters
62
+ ArtifactInstallPropertiesFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArtifactInstallPropertiesFragment
63
+ ExternalSubnet = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ExternalSubnet
64
+ UserIdentity = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::UserIdentity
65
+ ExternalSubnetFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ExternalSubnetFragment
66
+ ArtifactSourceList = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArtifactSourceList
67
+ GalleryImageReference = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::GalleryImageReference
68
+ AttachNewDataDiskOptions = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::AttachNewDataDiskOptions
69
+ InboundNatRule = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::InboundNatRule
70
+ BulkCreationParameters = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::BulkCreationParameters
71
+ DayDetails = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DayDetails
72
+ NotificationSettings = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::NotificationSettings
73
+ ComputeDataDisk = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ComputeDataDisk
74
+ ShutdownNotificationContent = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ShutdownNotificationContent
75
+ ComputeVmInstanceViewStatus = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ComputeVmInstanceViewStatus
76
+ LabVirtualMachineCreationParameter = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabVirtualMachineCreationParameter
77
+ ComputeVmProperties = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ComputeVmProperties
78
+ FormulaPropertiesFromVm = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::FormulaPropertiesFromVm
79
+ PercentageCostThresholdProperties = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::PercentageCostThresholdProperties
80
+ ServiceRunnerList = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ServiceRunnerList
81
+ WindowsOsInfo = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::WindowsOsInfo
82
+ GalleryImageReferenceFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::GalleryImageReferenceFragment
83
+ CustomImagePropertiesFromVm = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CustomImagePropertiesFromVm
84
+ InboundNatRuleFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::InboundNatRuleFragment
85
+ DataDiskStorageTypeInfo = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DataDiskStorageTypeInfo
86
+ SharedPublicIpAddressConfigurationFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::SharedPublicIpAddressConfigurationFragment
87
+ SubnetOverrideFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::SubnetOverrideFragment
88
+ NetworkInterfacePropertiesFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::NetworkInterfacePropertiesFragment
89
+ LinuxOsInfoFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LinuxOsInfoFragment
90
+ ScheduleCreationParameterFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ScheduleCreationParameterFragment
91
+ CustomImagePropertiesCustomFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CustomImagePropertiesCustomFragment
92
+ LabVirtualMachineCreationParameterFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabVirtualMachineCreationParameterFragment
93
+ CustomImagePropertiesFromPlanFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CustomImagePropertiesFromPlanFragment
94
+ FormulaPropertiesFromVmFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::FormulaPropertiesFromVmFragment
95
+ CustomImageList = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CustomImageList
96
+ ServiceFabricList = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ServiceFabricList
97
+ DataDiskPropertiesFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DataDiskPropertiesFragment
98
+ FormulaList = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::FormulaList
99
+ DetachDiskProperties = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DetachDiskProperties
100
+ SecretList = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::SecretList
101
+ SubnetSharedPublicIpAddressConfiguration = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::SubnetSharedPublicIpAddressConfiguration
102
+ GalleryImageList = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::GalleryImageList
103
+ EnvironmentDeploymentProperties = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::EnvironmentDeploymentProperties
104
+ ParameterInfo = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ParameterInfo
105
+ WeekDetailsFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::WeekDetailsFragment
106
+ GenerateArmTemplateRequest = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::GenerateArmTemplateRequest
107
+ UserList = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::UserList
108
+ GenerateUploadUriParameter = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::GenerateUploadUriParameter
109
+ ApplyArtifactsRequest = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ApplyArtifactsRequest
110
+ GenerateUploadUriResponse = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::GenerateUploadUriResponse
111
+ ArmTemplateList = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArmTemplateList
112
+ IdentityProperties = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::IdentityProperties
113
+ ArtifactDeploymentStatusProperties = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArtifactDeploymentStatusProperties
114
+ ImportLabVirtualMachineRequest = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ImportLabVirtualMachineRequest
115
+ ArtifactList = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArtifactList
116
+ LabAnnouncementProperties = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabAnnouncementProperties
117
+ AttachDiskProperties = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::AttachDiskProperties
118
+ LabSupportProperties = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabSupportProperties
119
+ BulkCreationParametersFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::BulkCreationParametersFragment
120
+ ScheduleList = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ScheduleList
121
+ ComputeDataDiskFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ComputeDataDiskFragment
122
+ LabAnnouncementPropertiesFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabAnnouncementPropertiesFragment
123
+ ComputeVmPropertiesFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ComputeVmPropertiesFragment
124
+ TargetCostProperties = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::TargetCostProperties
125
+ LinuxOsInfo = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LinuxOsInfo
126
+ LabCostSummaryProperties = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabCostSummaryProperties
127
+ CustomImagePropertiesFromPlan = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CustomImagePropertiesFromPlan
128
+ LabCostDetailsProperties = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabCostDetailsProperties
129
+ CustomImagePropertiesFromVmFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CustomImagePropertiesFromVmFragment
130
+ LabResourceCostProperties = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabResourceCostProperties
131
+ SubnetSharedPublicIpAddressConfigurationFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::SubnetSharedPublicIpAddressConfigurationFragment
132
+ RetargetScheduleProperties = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::RetargetScheduleProperties
133
+ DetachDataDiskProperties = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DetachDataDiskProperties
134
+ LabSupportPropertiesFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabSupportPropertiesFragment
135
+ DiskList = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DiskList
136
+ Resource = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::Resource
137
+ HourDetailsFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::HourDetailsFragment
138
+ LabList = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabList
139
+ UserIdentityFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::UserIdentityFragment
140
+ LabVhd = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabVhd
141
+ ArtifactParameterPropertiesFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArtifactParameterPropertiesFragment
142
+ LabVhdList = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabVhdList
143
+ AttachNewDataDiskOptionsFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::AttachNewDataDiskOptionsFragment
144
+ ResizeLabVirtualMachineProperties = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ResizeLabVirtualMachineProperties
145
+ ComputeVmInstanceViewStatusFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ComputeVmInstanceViewStatusFragment
146
+ RdpConnection = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::RdpConnection
147
+ CustomImagePropertiesCustom = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CustomImagePropertiesCustom
148
+ LabVirtualMachineList = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabVirtualMachineList
149
+ DataDiskStorageTypeInfoFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DataDiskStorageTypeInfoFragment
150
+ ProviderOperationResult = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ProviderOperationResult
151
+ SubnetOverride = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::SubnetOverride
152
+ PortFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::PortFragment
153
+ ArtifactParameterProperties = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArtifactParameterProperties
154
+ NotificationChannelList = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::NotificationChannelList
155
+ UpdateResource = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::UpdateResource
156
+ NotifyParameters = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::NotifyParameters
157
+ CostThresholdProperties = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CostThresholdProperties
158
+ OperationError = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::OperationError
159
+ DataDiskProperties = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DataDiskProperties
160
+ OperationMetadataDisplay = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::OperationMetadataDisplay
161
+ ArmTemplateParameterPropertiesFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArmTemplateParameterPropertiesFragment
162
+ OperationMetadata = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::OperationMetadata
163
+ WindowsOsInfoFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::WindowsOsInfoFragment
164
+ OperationResult = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::OperationResult
165
+ Port = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::Port
166
+ SubnetFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::SubnetFragment
167
+ PolicyList = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::PolicyList
168
+ Schedule = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::Schedule
169
+ ApplicableSchedule = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ApplicableSchedule
170
+ ScheduleFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ScheduleFragment
171
+ ApplicableScheduleFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ApplicableScheduleFragment
172
+ ArmTemplate = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArmTemplate
173
+ Artifact = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::Artifact
174
+ ArtifactSource = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArtifactSource
175
+ ArtifactSourceFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArtifactSourceFragment
176
+ CustomImage = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CustomImage
177
+ CustomImageFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CustomImageFragment
178
+ Disk = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::Disk
179
+ DiskFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DiskFragment
180
+ DtlEnvironment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DtlEnvironment
181
+ DtlEnvironmentFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DtlEnvironmentFragment
182
+ Formula = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::Formula
183
+ FormulaFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::FormulaFragment
184
+ GalleryImage = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::GalleryImage
185
+ Lab = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::Lab
186
+ LabCost = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabCost
187
+ LabFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabFragment
188
+ LabVirtualMachine = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabVirtualMachine
189
+ LabVirtualMachineFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabVirtualMachineFragment
190
+ NotificationChannel = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::NotificationChannel
191
+ NotificationChannelFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::NotificationChannelFragment
192
+ Policy = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::Policy
193
+ PolicyFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::PolicyFragment
194
+ Secret = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::Secret
195
+ SecretFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::SecretFragment
196
+ ServiceFabric = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ServiceFabric
197
+ ServiceFabricFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ServiceFabricFragment
198
+ ServiceRunner = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ServiceRunner
199
+ User = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::User
200
+ UserFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::UserFragment
201
+ VirtualNetwork = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::VirtualNetwork
202
+ VirtualNetworkFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::VirtualNetworkFragment
203
+ EnableStatus = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::EnableStatus
204
+ SourceControlType = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::SourceControlType
205
+ StorageType = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::StorageType
206
+ CostThresholdStatus = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CostThresholdStatus
207
+ WindowsOsState = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::WindowsOsState
208
+ LinuxOsState = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LinuxOsState
209
+ CustomImageOsType = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CustomImageOsType
210
+ HostCachingOptions = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::HostCachingOptions
211
+ NotificationChannelEventType = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::NotificationChannelEventType
212
+ TransportProtocol = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::TransportProtocol
213
+ VirtualMachineCreationSource = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::VirtualMachineCreationSource
214
+ FileUploadOptions = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::FileUploadOptions
215
+ PremiumDataDisk = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::PremiumDataDisk
216
+ EnvironmentPermission = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::EnvironmentPermission
217
+ TargetCostStatus = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::TargetCostStatus
218
+ ReportingCycleType = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ReportingCycleType
219
+ CostType = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CostType
220
+ HttpStatusCode = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::HttpStatusCode
221
+ PolicyStatus = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::PolicyStatus
222
+ PolicyFactName = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::PolicyFactName
223
+ PolicyEvaluatorType = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::PolicyEvaluatorType
224
+ UsagePermissionType = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::UsagePermissionType
190
225
  end
191
226
 
192
227
  #
193
228
  # DevTestLabsManagementClass
194
229
  #
195
230
  class DevTestLabsManagementClass
196
- attr_reader :provider_operations, :labs, :operations, :global_schedules, :artifact_sources, :arm_templates, :artifacts, :costs, :custom_images, :formulas, :gallery_images, :notification_channels, :policy_sets, :policies, :schedules, :service_runners, :users, :disks, :environments, :secrets, :virtual_machines, :virtual_machine_schedules, :virtual_networks, :configurable, :base_url, :options, :model_classes
231
+ attr_reader :provider_operations, :labs, :operations, :global_schedules, :artifact_sources, :arm_templates, :artifacts, :costs, :custom_images, :formulas, :gallery_images, :notification_channels, :policy_sets, :policies, :schedules, :service_runners, :users, :disks, :environments, :secrets, :service_fabrics, :service_fabric_schedules, :virtual_machines, :virtual_machine_schedules, :virtual_networks, :configurable, :base_url, :options, :model_classes
197
232
 
198
233
  def initialize(options = {})
199
234
  if options.is_a?(Hash) && options.length == 0
@@ -208,7 +243,7 @@ module Azure::DevTestLabs::Profiles::Latest
208
243
  @base_url = options[:base_url].nil? ? nil:options[:base_url]
209
244
  @options = options[:options].nil? ? nil:options[:options]
210
245
 
211
- @client_0 = Azure::DevTestLabs::Mgmt::V2016_05_15::DevTestLabsClient.new(configurable.credentials, base_url, options)
246
+ @client_0 = Azure::DevTestLabs::Mgmt::V2018_09_15::DevTestLabsClient.new(configurable.credentials, base_url, options)
212
247
  if(@client_0.respond_to?(:subscription_id))
213
248
  @client_0.subscription_id = configurable.subscription_id
214
249
  end
@@ -233,6 +268,8 @@ module Azure::DevTestLabs::Profiles::Latest
233
268
  @disks = @client_0.disks
234
269
  @environments = @client_0.environments
235
270
  @secrets = @client_0.secrets
271
+ @service_fabrics = @client_0.service_fabrics
272
+ @service_fabric_schedules = @client_0.service_fabric_schedules
236
273
  @virtual_machines = @client_0.virtual_machines
237
274
  @virtual_machine_schedules = @client_0.virtual_machine_schedules
238
275
  @virtual_networks = @client_0.virtual_networks
@@ -256,473 +293,572 @@ module Azure::DevTestLabs::Profiles::Latest
256
293
  end
257
294
 
258
295
  class ModelClasses
259
- def external_subnet_fragment
260
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ExternalSubnetFragment
296
+ def shared_public_ip_address_configuration
297
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::SharedPublicIpAddressConfiguration
261
298
  end
262
- def gallery_image_reference
263
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GalleryImageReference
299
+ def week_details
300
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::WeekDetails
264
301
  end
265
- def day_details
266
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DayDetails
302
+ def network_interface_properties
303
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::NetworkInterfaceProperties
267
304
  end
268
- def inbound_nat_rule
269
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::InboundNatRule
305
+ def hour_details
306
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::HourDetails
270
307
  end
271
- def notification_settings
272
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationSettings
308
+ def schedule_creation_parameter
309
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ScheduleCreationParameter
273
310
  end
274
- def shared_public_ip_address_configuration
275
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SharedPublicIpAddressConfiguration
311
+ def environment_deployment_properties_fragment
312
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::EnvironmentDeploymentPropertiesFragment
276
313
  end
277
- def export_resource_usage_parameters
278
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ExportResourceUsageParameters
314
+ def virtual_network_list
315
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::VirtualNetworkList
279
316
  end
280
- def week_details_fragment
281
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::WeekDetailsFragment
317
+ def subnet
318
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::Subnet
282
319
  end
283
- def external_subnet
284
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ExternalSubnet
320
+ def day_details_fragment
321
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DayDetailsFragment
285
322
  end
286
- def hour_details_fragment
287
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::HourDetailsFragment
323
+ def dtl_environment_list
324
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DtlEnvironmentList
288
325
  end
289
- def week_details
290
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::WeekDetails
326
+ def notification_settings_fragment
327
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::NotificationSettingsFragment
291
328
  end
292
- def user_secret_store
293
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserSecretStore
329
+ def evaluate_policies_properties
330
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::EvaluatePoliciesProperties
294
331
  end
295
- def hour_details
296
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::HourDetails
332
+ def user_secret_store_fragment
333
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::UserSecretStoreFragment
297
334
  end
298
- def artifact_parameter_properties
299
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactParameterProperties
335
+ def evaluate_policies_request
336
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::EvaluatePoliciesRequest
300
337
  end
301
338
  def artifact_install_properties
302
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactInstallProperties
339
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArtifactInstallProperties
303
340
  end
304
- def response_with_continuation_lab
305
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationLab
341
+ def policy_violation
342
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::PolicyViolation
306
343
  end
307
344
  def parameters_value_file_info
308
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ParametersValueFileInfo
345
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ParametersValueFileInfo
309
346
  end
310
- def response_with_continuation_lab_virtual_machine
311
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationLabVirtualMachine
347
+ def policy_set_result
348
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::PolicySetResult
312
349
  end
313
350
  def arm_template_info
314
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArmTemplateInfo
351
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArmTemplateInfo
315
352
  end
316
- def network_interface_properties
317
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NetworkInterfaceProperties
353
+ def evaluate_policies_response
354
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::EvaluatePoliciesResponse
355
+ end
356
+ def arm_template_parameter_properties
357
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArmTemplateParameterProperties
318
358
  end
319
- def response_with_continuation_user
320
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationUser
359
+ def event
360
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::Event
321
361
  end
322
- def lab_virtual_machine_creation_parameter
323
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabVirtualMachineCreationParameter
362
+ def user_secret_store
363
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::UserSecretStore
364
+ end
365
+ def event_fragment
366
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::EventFragment
324
367
  end
325
368
  def artifact_deployment_status_properties_fragment
326
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactDeploymentStatusPropertiesFragment
369
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArtifactDeploymentStatusPropertiesFragment
327
370
  end
328
- def formula_properties_from_vm
329
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::FormulaPropertiesFromVm
371
+ def export_resource_usage_parameters
372
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ExportResourceUsageParameters
330
373
  end
331
374
  def artifact_install_properties_fragment
332
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactInstallPropertiesFragment
375
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArtifactInstallPropertiesFragment
333
376
  end
334
- def response_with_continuation_lab_vhd
335
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationLabVhd
377
+ def external_subnet
378
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ExternalSubnet
336
379
  end
337
- def subnet
338
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Subnet
380
+ def user_identity
381
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::UserIdentity
339
382
  end
340
- def user_secret_store_fragment
341
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserSecretStoreFragment
383
+ def external_subnet_fragment
384
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ExternalSubnetFragment
385
+ end
386
+ def artifact_source_list
387
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArtifactSourceList
388
+ end
389
+ def gallery_image_reference
390
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::GalleryImageReference
342
391
  end
343
392
  def attach_new_data_disk_options
344
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::AttachNewDataDiskOptions
393
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::AttachNewDataDiskOptions
345
394
  end
346
- def gallery_image_reference_fragment
347
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GalleryImageReferenceFragment
395
+ def inbound_nat_rule
396
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::InboundNatRule
348
397
  end
349
- def parameter_info
350
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ParameterInfo
398
+ def bulk_creation_parameters
399
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::BulkCreationParameters
400
+ end
401
+ def day_details
402
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DayDetails
403
+ end
404
+ def notification_settings
405
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::NotificationSettings
351
406
  end
352
407
  def compute_data_disk
353
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ComputeDataDisk
408
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ComputeDataDisk
354
409
  end
355
- def generate_arm_template_request
356
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GenerateArmTemplateRequest
410
+ def shutdown_notification_content
411
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ShutdownNotificationContent
357
412
  end
358
413
  def compute_vm_instance_view_status
359
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ComputeVmInstanceViewStatus
414
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ComputeVmInstanceViewStatus
360
415
  end
361
- def generate_upload_uri_parameter
362
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GenerateUploadUriParameter
416
+ def lab_virtual_machine_creation_parameter
417
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabVirtualMachineCreationParameter
363
418
  end
364
419
  def compute_vm_properties
365
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ComputeVmProperties
420
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ComputeVmProperties
366
421
  end
367
- def generate_upload_uri_response
368
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GenerateUploadUriResponse
422
+ def formula_properties_from_vm
423
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::FormulaPropertiesFromVm
369
424
  end
370
425
  def percentage_cost_threshold_properties
371
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PercentageCostThresholdProperties
426
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::PercentageCostThresholdProperties
372
427
  end
373
- def identity_properties
374
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::IdentityProperties
428
+ def service_runner_list
429
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ServiceRunnerList
375
430
  end
376
431
  def windows_os_info
377
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::WindowsOsInfo
432
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::WindowsOsInfo
378
433
  end
379
- def inbound_nat_rule_fragment
380
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::InboundNatRuleFragment
434
+ def gallery_image_reference_fragment
435
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::GalleryImageReferenceFragment
381
436
  end
382
437
  def custom_image_properties_from_vm
383
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CustomImagePropertiesFromVm
438
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CustomImagePropertiesFromVm
384
439
  end
385
- def user_identity_fragment
386
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserIdentityFragment
440
+ def inbound_nat_rule_fragment
441
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::InboundNatRuleFragment
387
442
  end
388
- def response_with_continuation_schedule
389
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationSchedule
443
+ def data_disk_storage_type_info
444
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DataDiskStorageTypeInfo
390
445
  end
391
- def target_cost_properties
392
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::TargetCostProperties
446
+ def shared_public_ip_address_configuration_fragment
447
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::SharedPublicIpAddressConfigurationFragment
393
448
  end
394
- def detach_data_disk_properties
395
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DetachDataDiskProperties
449
+ def subnet_override_fragment
450
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::SubnetOverrideFragment
396
451
  end
397
- def lab_cost_summary_properties
398
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabCostSummaryProperties
452
+ def network_interface_properties_fragment
453
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::NetworkInterfacePropertiesFragment
399
454
  end
400
- def response_with_continuation_policy
401
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationPolicy
455
+ def linux_os_info_fragment
456
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LinuxOsInfoFragment
402
457
  end
403
- def lab_cost_details_properties
404
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabCostDetailsProperties
458
+ def schedule_creation_parameter_fragment
459
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ScheduleCreationParameterFragment
405
460
  end
406
- def response_with_continuation_notification_channel
407
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationNotificationChannel
461
+ def custom_image_properties_custom_fragment
462
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CustomImagePropertiesCustomFragment
408
463
  end
409
- def lab_resource_cost_properties
410
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabResourceCostProperties
464
+ def lab_virtual_machine_creation_parameter_fragment
465
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabVirtualMachineCreationParameterFragment
411
466
  end
412
- def evaluate_policies_request
413
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EvaluatePoliciesRequest
467
+ def custom_image_properties_from_plan_fragment
468
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CustomImagePropertiesFromPlanFragment
414
469
  end
415
- def subnet_override_fragment
416
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SubnetOverrideFragment
470
+ def formula_properties_from_vm_fragment
471
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::FormulaPropertiesFromVmFragment
417
472
  end
418
- def policy_set_result
419
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicySetResult
473
+ def custom_image_list
474
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CustomImageList
420
475
  end
421
- def subnet_shared_public_ip_address_configuration_fragment
422
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SubnetSharedPublicIpAddressConfigurationFragment
476
+ def service_fabric_list
477
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ServiceFabricList
423
478
  end
424
- def event
425
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Event
479
+ def data_disk_properties_fragment
480
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DataDiskPropertiesFragment
426
481
  end
427
- def lab_vhd
428
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabVhd
482
+ def formula_list
483
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::FormulaList
429
484
  end
430
- def day_details_fragment
431
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DayDetailsFragment
485
+ def detach_disk_properties
486
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DetachDiskProperties
432
487
  end
433
- def subnet_fragment
434
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SubnetFragment
488
+ def secret_list
489
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::SecretList
435
490
  end
436
- def user_identity
437
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserIdentity
491
+ def subnet_shared_public_ip_address_configuration
492
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::SubnetSharedPublicIpAddressConfiguration
438
493
  end
439
- def shared_public_ip_address_configuration_fragment
440
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SharedPublicIpAddressConfigurationFragment
494
+ def gallery_image_list
495
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::GalleryImageList
441
496
  end
442
- def response_with_continuation_service_runner
443
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationServiceRunner
497
+ def environment_deployment_properties
498
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::EnvironmentDeploymentProperties
444
499
  end
445
- def network_interface_properties_fragment
446
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NetworkInterfacePropertiesFragment
500
+ def parameter_info
501
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ParameterInfo
502
+ end
503
+ def week_details_fragment
504
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::WeekDetailsFragment
505
+ end
506
+ def generate_arm_template_request
507
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::GenerateArmTemplateRequest
508
+ end
509
+ def user_list
510
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::UserList
511
+ end
512
+ def generate_upload_uri_parameter
513
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::GenerateUploadUriParameter
514
+ end
515
+ def apply_artifacts_request
516
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ApplyArtifactsRequest
517
+ end
518
+ def generate_upload_uri_response
519
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::GenerateUploadUriResponse
520
+ end
521
+ def arm_template_list
522
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArmTemplateList
523
+ end
524
+ def identity_properties
525
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::IdentityProperties
447
526
  end
448
527
  def artifact_deployment_status_properties
449
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactDeploymentStatusProperties
528
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArtifactDeploymentStatusProperties
450
529
  end
451
- def shutdown_notification_content
452
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ShutdownNotificationContent
530
+ def import_lab_virtual_machine_request
531
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ImportLabVirtualMachineRequest
453
532
  end
454
- def response_with_continuation_secret
455
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationSecret
533
+ def artifact_list
534
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArtifactList
456
535
  end
457
- def retarget_schedule_properties
458
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::RetargetScheduleProperties
536
+ def lab_announcement_properties
537
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabAnnouncementProperties
459
538
  end
460
- def bulk_creation_parameters
461
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::BulkCreationParameters
539
+ def attach_disk_properties
540
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::AttachDiskProperties
541
+ end
542
+ def lab_support_properties
543
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabSupportProperties
462
544
  end
463
- def response_with_continuation_virtual_network
464
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationVirtualNetwork
545
+ def bulk_creation_parameters_fragment
546
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::BulkCreationParametersFragment
547
+ end
548
+ def schedule_list
549
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ScheduleList
465
550
  end
466
551
  def compute_data_disk_fragment
467
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ComputeDataDiskFragment
552
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ComputeDataDiskFragment
468
553
  end
469
- def notify_parameters
470
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotifyParameters
554
+ def lab_announcement_properties_fragment
555
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabAnnouncementPropertiesFragment
471
556
  end
472
557
  def compute_vm_properties_fragment
473
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ComputeVmPropertiesFragment
558
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ComputeVmPropertiesFragment
474
559
  end
475
- def operation_error
476
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::OperationError
560
+ def target_cost_properties
561
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::TargetCostProperties
477
562
  end
478
563
  def linux_os_info
479
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LinuxOsInfo
564
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LinuxOsInfo
480
565
  end
481
- def operation_metadata_display
482
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::OperationMetadataDisplay
566
+ def lab_cost_summary_properties
567
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabCostSummaryProperties
483
568
  end
484
- def data_disk_properties
485
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DataDiskProperties
569
+ def custom_image_properties_from_plan
570
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CustomImagePropertiesFromPlan
486
571
  end
487
- def operation_metadata
488
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::OperationMetadata
572
+ def lab_cost_details_properties
573
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabCostDetailsProperties
489
574
  end
490
- def environment_deployment_properties
491
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EnvironmentDeploymentProperties
575
+ def custom_image_properties_from_vm_fragment
576
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CustomImagePropertiesFromVmFragment
492
577
  end
493
- def operation_result
494
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::OperationResult
578
+ def lab_resource_cost_properties
579
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabResourceCostProperties
495
580
  end
496
- def policy_violation
497
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyViolation
581
+ def subnet_shared_public_ip_address_configuration_fragment
582
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::SubnetSharedPublicIpAddressConfigurationFragment
498
583
  end
499
- def subnet_override
500
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SubnetOverride
584
+ def retarget_schedule_properties
585
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::RetargetScheduleProperties
501
586
  end
502
- def event_fragment
503
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EventFragment
587
+ def detach_data_disk_properties
588
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DetachDataDiskProperties
504
589
  end
505
- def subnet_shared_public_ip_address_configuration
506
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SubnetSharedPublicIpAddressConfiguration
590
+ def lab_support_properties_fragment
591
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabSupportPropertiesFragment
507
592
  end
508
- def apply_artifacts_request
509
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ApplyArtifactsRequest
593
+ def disk_list
594
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DiskList
510
595
  end
511
- def port
512
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Port
596
+ def resource
597
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::Resource
598
+ end
599
+ def hour_details_fragment
600
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::HourDetailsFragment
601
+ end
602
+ def lab_list
603
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabList
604
+ end
605
+ def user_identity_fragment
606
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::UserIdentityFragment
607
+ end
608
+ def lab_vhd
609
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabVhd
513
610
  end
514
611
  def artifact_parameter_properties_fragment
515
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactParameterPropertiesFragment
612
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArtifactParameterPropertiesFragment
516
613
  end
517
- def port_fragment
518
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PortFragment
614
+ def lab_vhd_list
615
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabVhdList
519
616
  end
520
- def provider_operation_result
521
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ProviderOperationResult
617
+ def attach_new_data_disk_options_fragment
618
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::AttachNewDataDiskOptionsFragment
522
619
  end
523
- def cost_threshold_properties
524
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CostThresholdProperties
620
+ def resize_lab_virtual_machine_properties
621
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ResizeLabVirtualMachineProperties
525
622
  end
526
- def resource
527
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Resource
623
+ def compute_vm_instance_view_status_fragment
624
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ComputeVmInstanceViewStatusFragment
528
625
  end
529
- def detach_disk_properties
530
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DetachDiskProperties
626
+ def rdp_connection
627
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::RdpConnection
531
628
  end
532
- def response_with_continuation_arm_template
533
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationArmTemplate
629
+ def custom_image_properties_custom
630
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CustomImagePropertiesCustom
534
631
  end
535
- def evaluate_policies_response
536
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EvaluatePoliciesResponse
632
+ def lab_virtual_machine_list
633
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabVirtualMachineList
537
634
  end
538
- def response_with_continuation_artifact
539
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationArtifact
635
+ def data_disk_storage_type_info_fragment
636
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DataDiskStorageTypeInfoFragment
540
637
  end
541
- def arm_template_parameter_properties
542
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArmTemplateParameterProperties
638
+ def provider_operation_result
639
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ProviderOperationResult
543
640
  end
544
- def response_with_continuation_artifact_source
545
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationArtifactSource
641
+ def subnet_override
642
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::SubnetOverride
546
643
  end
547
- def compute_vm_instance_view_status_fragment
548
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ComputeVmInstanceViewStatusFragment
644
+ def port_fragment
645
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::PortFragment
549
646
  end
550
- def response_with_continuation_custom_image
551
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationCustomImage
647
+ def artifact_parameter_properties
648
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArtifactParameterProperties
552
649
  end
553
- def evaluate_policies_properties
554
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EvaluatePoliciesProperties
650
+ def notification_channel_list
651
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::NotificationChannelList
555
652
  end
556
- def response_with_continuation_disk
557
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationDisk
653
+ def update_resource
654
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::UpdateResource
558
655
  end
559
- def attach_disk_properties
560
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::AttachDiskProperties
656
+ def notify_parameters
657
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::NotifyParameters
561
658
  end
562
- def response_with_continuation_dtl_environment
563
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationDtlEnvironment
659
+ def cost_threshold_properties
660
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CostThresholdProperties
564
661
  end
565
- def notification_settings_fragment
566
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationSettingsFragment
662
+ def operation_error
663
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::OperationError
567
664
  end
568
- def response_with_continuation_formula
569
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationFormula
665
+ def data_disk_properties
666
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DataDiskProperties
570
667
  end
571
- def custom_image_properties_custom
572
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CustomImagePropertiesCustom
668
+ def operation_metadata_display
669
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::OperationMetadataDisplay
573
670
  end
574
- def response_with_continuation_gallery_image
575
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationGalleryImage
671
+ def arm_template_parameter_properties_fragment
672
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArmTemplateParameterPropertiesFragment
673
+ end
674
+ def operation_metadata
675
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::OperationMetadata
676
+ end
677
+ def windows_os_info_fragment
678
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::WindowsOsInfoFragment
679
+ end
680
+ def operation_result
681
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::OperationResult
682
+ end
683
+ def port
684
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::Port
685
+ end
686
+ def subnet_fragment
687
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::SubnetFragment
688
+ end
689
+ def policy_list
690
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::PolicyList
576
691
  end
577
692
  def schedule
578
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Schedule
693
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::Schedule
579
694
  end
580
695
  def applicable_schedule
581
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ApplicableSchedule
696
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ApplicableSchedule
582
697
  end
583
698
  def schedule_fragment
584
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ScheduleFragment
699
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ScheduleFragment
585
700
  end
586
701
  def applicable_schedule_fragment
587
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ApplicableScheduleFragment
702
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ApplicableScheduleFragment
588
703
  end
589
704
  def arm_template
590
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArmTemplate
705
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArmTemplate
591
706
  end
592
707
  def artifact
593
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Artifact
708
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::Artifact
594
709
  end
595
710
  def artifact_source
596
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactSource
711
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArtifactSource
597
712
  end
598
713
  def artifact_source_fragment
599
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactSourceFragment
714
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArtifactSourceFragment
600
715
  end
601
716
  def custom_image
602
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CustomImage
717
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CustomImage
718
+ end
719
+ def custom_image_fragment
720
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CustomImageFragment
603
721
  end
604
722
  def disk
605
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Disk
723
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::Disk
724
+ end
725
+ def disk_fragment
726
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DiskFragment
606
727
  end
607
728
  def dtl_environment
608
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DtlEnvironment
729
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DtlEnvironment
730
+ end
731
+ def dtl_environment_fragment
732
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DtlEnvironmentFragment
609
733
  end
610
734
  def formula
611
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Formula
735
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::Formula
736
+ end
737
+ def formula_fragment
738
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::FormulaFragment
612
739
  end
613
740
  def gallery_image
614
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GalleryImage
741
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::GalleryImage
615
742
  end
616
743
  def lab
617
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Lab
744
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::Lab
618
745
  end
619
746
  def lab_cost
620
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabCost
747
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabCost
621
748
  end
622
749
  def lab_fragment
623
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabFragment
750
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabFragment
624
751
  end
625
752
  def lab_virtual_machine
626
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabVirtualMachine
753
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabVirtualMachine
627
754
  end
628
755
  def lab_virtual_machine_fragment
629
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabVirtualMachineFragment
756
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabVirtualMachineFragment
630
757
  end
631
758
  def notification_channel
632
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationChannel
759
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::NotificationChannel
633
760
  end
634
761
  def notification_channel_fragment
635
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationChannelFragment
762
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::NotificationChannelFragment
636
763
  end
637
764
  def policy
638
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Policy
765
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::Policy
639
766
  end
640
767
  def policy_fragment
641
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyFragment
768
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::PolicyFragment
642
769
  end
643
770
  def secret
644
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Secret
771
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::Secret
772
+ end
773
+ def secret_fragment
774
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::SecretFragment
775
+ end
776
+ def service_fabric
777
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ServiceFabric
778
+ end
779
+ def service_fabric_fragment
780
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ServiceFabricFragment
645
781
  end
646
782
  def service_runner
647
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ServiceRunner
783
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ServiceRunner
648
784
  end
649
785
  def user
650
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::User
651
- end
652
- def virtual_network
653
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::VirtualNetwork
786
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::User
654
787
  end
655
788
  def user_fragment
656
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserFragment
789
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::UserFragment
790
+ end
791
+ def virtual_network
792
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::VirtualNetwork
657
793
  end
658
794
  def virtual_network_fragment
659
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::VirtualNetworkFragment
795
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::VirtualNetworkFragment
660
796
  end
661
797
  def enable_status
662
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EnableStatus
663
- end
664
- def notification_status
665
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationStatus
798
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::EnableStatus
666
799
  end
667
800
  def source_control_type
668
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SourceControlType
801
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::SourceControlType
669
802
  end
670
803
  def storage_type
671
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::StorageType
804
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::StorageType
672
805
  end
673
806
  def cost_threshold_status
674
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CostThresholdStatus
807
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CostThresholdStatus
675
808
  end
676
809
  def windows_os_state
677
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::WindowsOsState
810
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::WindowsOsState
678
811
  end
679
812
  def linux_os_state
680
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LinuxOsState
813
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LinuxOsState
681
814
  end
682
815
  def custom_image_os_type
683
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CustomImageOsType
816
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CustomImageOsType
684
817
  end
685
818
  def host_caching_options
686
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::HostCachingOptions
819
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::HostCachingOptions
687
820
  end
688
821
  def notification_channel_event_type
689
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationChannelEventType
822
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::NotificationChannelEventType
690
823
  end
691
824
  def transport_protocol
692
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::TransportProtocol
825
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::TransportProtocol
693
826
  end
694
827
  def virtual_machine_creation_source
695
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::VirtualMachineCreationSource
828
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::VirtualMachineCreationSource
696
829
  end
697
830
  def file_upload_options
698
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::FileUploadOptions
831
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::FileUploadOptions
699
832
  end
700
833
  def premium_data_disk
701
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PremiumDataDisk
834
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::PremiumDataDisk
835
+ end
836
+ def environment_permission
837
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::EnvironmentPermission
702
838
  end
703
839
  def target_cost_status
704
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::TargetCostStatus
840
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::TargetCostStatus
705
841
  end
706
842
  def reporting_cycle_type
707
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ReportingCycleType
843
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ReportingCycleType
708
844
  end
709
845
  def cost_type
710
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CostType
846
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CostType
711
847
  end
712
848
  def http_status_code
713
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::HttpStatusCode
849
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::HttpStatusCode
714
850
  end
715
851
  def policy_status
716
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyStatus
852
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::PolicyStatus
717
853
  end
718
854
  def policy_fact_name
719
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyFactName
855
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::PolicyFactName
720
856
  end
721
857
  def policy_evaluator_type
722
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyEvaluatorType
858
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::PolicyEvaluatorType
723
859
  end
724
860
  def usage_permission_type
725
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UsagePermissionType
861
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::UsagePermissionType
726
862
  end
727
863
  end
728
864
  end