azure_mgmt_devtestlabs 0.17.3 → 0.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. checksums.yaml +4 -4
  2. data/lib/2016-05-15/generated/azure_mgmt_devtestlabs/arm_templates.rb +6 -0
  3. data/lib/2016-05-15/generated/azure_mgmt_devtestlabs/artifact_sources.rb +12 -0
  4. data/lib/2016-05-15/generated/azure_mgmt_devtestlabs/artifacts.rb +8 -0
  5. data/lib/2016-05-15/generated/azure_mgmt_devtestlabs/costs.rb +4 -0
  6. data/lib/2016-05-15/generated/azure_mgmt_devtestlabs/custom_images.rb +10 -0
  7. data/lib/2016-05-15/generated/azure_mgmt_devtestlabs/dev_test_labs_client.rb +1 -1
  8. data/lib/2016-05-15/generated/azure_mgmt_devtestlabs/disks.rb +14 -0
  9. data/lib/2016-05-15/generated/azure_mgmt_devtestlabs/environments.rb +10 -0
  10. data/lib/2016-05-15/generated/azure_mgmt_devtestlabs/formulas.rb +10 -0
  11. data/lib/2016-05-15/generated/azure_mgmt_devtestlabs/gallery_images.rb +4 -0
  12. data/lib/2016-05-15/generated/azure_mgmt_devtestlabs/global_schedules.rb +20 -0
  13. data/lib/2016-05-15/generated/azure_mgmt_devtestlabs/labs.rb +28 -0
  14. data/lib/2016-05-15/generated/azure_mgmt_devtestlabs/notification_channels.rb +14 -0
  15. data/lib/2016-05-15/generated/azure_mgmt_devtestlabs/operations.rb +2 -0
  16. data/lib/2016-05-15/generated/azure_mgmt_devtestlabs/policies.rb +12 -0
  17. data/lib/2016-05-15/generated/azure_mgmt_devtestlabs/policy_sets.rb +2 -0
  18. data/lib/2016-05-15/generated/azure_mgmt_devtestlabs/provider_operations.rb +4 -0
  19. data/lib/2016-05-15/generated/azure_mgmt_devtestlabs/schedules.rb +18 -0
  20. data/lib/2016-05-15/generated/azure_mgmt_devtestlabs/secrets.rb +10 -0
  21. data/lib/2016-05-15/generated/azure_mgmt_devtestlabs/service_runners.rb +10 -0
  22. data/lib/2016-05-15/generated/azure_mgmt_devtestlabs/users.rb +12 -0
  23. data/lib/2016-05-15/generated/azure_mgmt_devtestlabs/virtual_machine_schedules.rb +14 -0
  24. data/lib/2016-05-15/generated/azure_mgmt_devtestlabs/virtual_machines.rb +26 -0
  25. data/lib/2016-05-15/generated/azure_mgmt_devtestlabs/virtual_networks.rb +12 -0
  26. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs.rb +59 -60
  27. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/arm_templates.rb +9 -3
  28. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/artifact_sources.rb +18 -3
  29. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/artifacts.rb +8 -0
  30. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/costs.rb +4 -0
  31. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/custom_images.rb +15 -3
  32. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/dev_test_labs_client.rb +1 -1
  33. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/disks.rb +19 -3
  34. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/environments.rb +15 -3
  35. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/formulas.rb +19 -7
  36. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/gallery_images.rb +4 -0
  37. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/global_schedules.rb +23 -3
  38. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/labs.rb +33 -3
  39. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/attach_new_data_disk_options.rb +2 -2
  40. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/attach_new_data_disk_options_fragment.rb +2 -2
  41. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/data_disk_storage_type_info.rb +1 -1
  42. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/data_disk_storage_type_info_fragment.rb +1 -1
  43. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/disk.rb +2 -2
  44. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/disk_fragment.rb +2 -2
  45. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/lab.rb +4 -3
  46. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/lab_fragment.rb +1 -1
  47. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/lab_virtual_machine.rb +1 -1
  48. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/lab_virtual_machine_creation_parameter.rb +1 -1
  49. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/lab_virtual_machine_creation_parameter_fragment.rb +1 -1
  50. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/lab_virtual_machine_fragment.rb +1 -1
  51. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/storage_type.rb +1 -0
  52. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/virtual_machine_creation_source.rb +1 -0
  53. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/notification_channels.rb +38 -21
  54. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/operations.rb +2 -0
  55. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/policies.rb +15 -3
  56. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/policy_sets.rb +2 -0
  57. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/provider_operations.rb +4 -0
  58. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/schedules.rb +21 -3
  59. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/secrets.rb +15 -3
  60. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/service_fabric_schedules.rb +38 -24
  61. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/service_fabrics.rb +57 -36
  62. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/service_runners.rb +9 -229
  63. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/users.rb +15 -3
  64. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/virtual_machine_schedules.rb +17 -3
  65. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/virtual_machines.rb +48 -7
  66. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/virtual_networks.rb +18 -3
  67. data/lib/azure_mgmt_devtestlabs.rb +1 -1
  68. data/lib/profiles/latest/modules/devtestlabs_profile_module.rb +179 -183
  69. data/lib/version.rb +1 -1
  70. metadata +5 -6
  71. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/service_runner_list.rb +0 -98
@@ -120,6 +120,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
120
120
  end
121
121
 
122
122
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
123
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
124
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
123
125
  # Deserialize Response
124
126
  if status_code == 200
125
127
  begin
@@ -222,6 +224,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
222
224
  end
223
225
 
224
226
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
227
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
228
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
225
229
  # Deserialize Response
226
230
  if status_code == 200
227
231
  begin
@@ -240,7 +244,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
240
244
  end
241
245
 
242
246
  #
243
- # Create or replace an existing Virtual machine. This operation can take a
247
+ # Create or replace an existing virtual machine. This operation can take a
244
248
  # while to complete.
245
249
  #
246
250
  # @param resource_group_name [String] The name of the resource group.
@@ -327,7 +331,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
327
331
  end
328
332
 
329
333
  #
330
- # Modify properties of virtual machines.
334
+ # Allows modifying tags of virtual machines. All other properties will be
335
+ # ignored.
331
336
  #
332
337
  # @param resource_group_name [String] The name of the resource group.
333
338
  # @param lab_name [String] The name of the lab.
@@ -344,7 +349,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
344
349
  end
345
350
 
346
351
  #
347
- # Modify properties of virtual machines.
352
+ # Allows modifying tags of virtual machines. All other properties will be
353
+ # ignored.
348
354
  #
349
355
  # @param resource_group_name [String] The name of the resource group.
350
356
  # @param lab_name [String] The name of the lab.
@@ -360,7 +366,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
360
366
  end
361
367
 
362
368
  #
363
- # Modify properties of virtual machines.
369
+ # Allows modifying tags of virtual machines. All other properties will be
370
+ # ignored.
364
371
  #
365
372
  # @param resource_group_name [String] The name of the resource group.
366
373
  # @param lab_name [String] The name of the lab.
@@ -416,6 +423,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
416
423
  end
417
424
 
418
425
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
426
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
427
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
419
428
  # Deserialize Response
420
429
  if status_code == 200
421
430
  begin
@@ -691,6 +700,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
691
700
  end
692
701
 
693
702
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
703
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
704
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
694
705
  # Deserialize Response
695
706
  if status_code == 200
696
707
  begin
@@ -787,6 +798,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
787
798
  end
788
799
 
789
800
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
801
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
802
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
790
803
  # Deserialize Response
791
804
  if status_code == 200
792
805
  begin
@@ -1093,7 +1106,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
1093
1106
  end
1094
1107
 
1095
1108
  #
1096
- # Create or replace an existing Virtual machine. This operation can take a
1109
+ # Create or replace an existing virtual machine. This operation can take a
1097
1110
  # while to complete.
1098
1111
  #
1099
1112
  # @param resource_group_name [String] The name of the resource group.
@@ -1111,7 +1124,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
1111
1124
  end
1112
1125
 
1113
1126
  #
1114
- # Create or replace an existing Virtual machine. This operation can take a
1127
+ # Create or replace an existing virtual machine. This operation can take a
1115
1128
  # while to complete.
1116
1129
  #
1117
1130
  # @param resource_group_name [String] The name of the resource group.
@@ -1128,7 +1141,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
1128
1141
  end
1129
1142
 
1130
1143
  #
1131
- # Create or replace an existing Virtual machine. This operation can take a
1144
+ # Create or replace an existing virtual machine. This operation can take a
1132
1145
  # while to complete.
1133
1146
  #
1134
1147
  # @param resource_group_name [String] The name of the resource group.
@@ -1185,6 +1198,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
1185
1198
  end
1186
1199
 
1187
1200
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
1201
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
1202
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
1188
1203
  # Deserialize Response
1189
1204
  if status_code == 200
1190
1205
  begin
@@ -1290,6 +1305,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
1290
1305
  end
1291
1306
 
1292
1307
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
1308
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
1309
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
1293
1310
 
1294
1311
  result
1295
1312
  end
@@ -1392,6 +1409,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
1392
1409
  end
1393
1410
 
1394
1411
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
1412
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
1413
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
1395
1414
 
1396
1415
  result
1397
1416
  end
@@ -1494,6 +1513,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
1494
1513
  end
1495
1514
 
1496
1515
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
1516
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
1517
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
1497
1518
 
1498
1519
  result
1499
1520
  end
@@ -1582,6 +1603,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
1582
1603
  end
1583
1604
 
1584
1605
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
1606
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
1607
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
1585
1608
 
1586
1609
  result
1587
1610
  end
@@ -1684,6 +1707,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
1684
1707
  end
1685
1708
 
1686
1709
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
1710
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
1711
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
1687
1712
 
1688
1713
  result
1689
1714
  end
@@ -1769,6 +1794,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
1769
1794
  end
1770
1795
 
1771
1796
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
1797
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
1798
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
1772
1799
 
1773
1800
  result
1774
1801
  end
@@ -1871,6 +1898,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
1871
1898
  end
1872
1899
 
1873
1900
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
1901
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
1902
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
1874
1903
 
1875
1904
  result
1876
1905
  end
@@ -1956,6 +1985,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
1956
1985
  end
1957
1986
 
1958
1987
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
1988
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
1989
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
1959
1990
 
1960
1991
  result
1961
1992
  end
@@ -2041,6 +2072,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
2041
2072
  end
2042
2073
 
2043
2074
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
2075
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
2076
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
2044
2077
 
2045
2078
  result
2046
2079
  end
@@ -2126,6 +2159,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
2126
2159
  end
2127
2160
 
2128
2161
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
2162
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
2163
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
2129
2164
 
2130
2165
  result
2131
2166
  end
@@ -2214,6 +2249,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
2214
2249
  end
2215
2250
 
2216
2251
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
2252
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
2253
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
2217
2254
 
2218
2255
  result
2219
2256
  end
@@ -2302,6 +2339,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
2302
2339
  end
2303
2340
 
2304
2341
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
2342
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
2343
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
2305
2344
 
2306
2345
  result
2307
2346
  end
@@ -2380,6 +2419,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
2380
2419
  end
2381
2420
 
2382
2421
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
2422
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
2423
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
2383
2424
  # Deserialize Response
2384
2425
  if status_code == 200
2385
2426
  begin
@@ -120,6 +120,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
120
120
  end
121
121
 
122
122
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
123
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
124
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
123
125
  # Deserialize Response
124
126
  if status_code == 200
125
127
  begin
@@ -222,6 +224,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
222
224
  end
223
225
 
224
226
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
227
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
228
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
225
229
  # Deserialize Response
226
230
  if status_code == 200
227
231
  begin
@@ -327,7 +331,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
327
331
  end
328
332
 
329
333
  #
330
- # Modify properties of virtual networks.
334
+ # Allows modifying tags of virtual networks. All other properties will be
335
+ # ignored.
331
336
  #
332
337
  # @param resource_group_name [String] The name of the resource group.
333
338
  # @param lab_name [String] The name of the lab.
@@ -344,7 +349,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
344
349
  end
345
350
 
346
351
  #
347
- # Modify properties of virtual networks.
352
+ # Allows modifying tags of virtual networks. All other properties will be
353
+ # ignored.
348
354
  #
349
355
  # @param resource_group_name [String] The name of the resource group.
350
356
  # @param lab_name [String] The name of the lab.
@@ -360,7 +366,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
360
366
  end
361
367
 
362
368
  #
363
- # Modify properties of virtual networks.
369
+ # Allows modifying tags of virtual networks. All other properties will be
370
+ # ignored.
364
371
  #
365
372
  # @param resource_group_name [String] The name of the resource group.
366
373
  # @param lab_name [String] The name of the lab.
@@ -416,6 +423,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
416
423
  end
417
424
 
418
425
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
426
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
427
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
419
428
  # Deserialize Response
420
429
  if status_code == 200
421
430
  begin
@@ -526,6 +535,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
526
535
  end
527
536
 
528
537
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
538
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
539
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
529
540
  # Deserialize Response
530
541
  if status_code == 200
531
542
  begin
@@ -631,6 +642,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
631
642
  end
632
643
 
633
644
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
645
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
646
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
634
647
 
635
648
  result
636
649
  end
@@ -709,6 +722,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
709
722
  end
710
723
 
711
724
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
725
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
726
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
712
727
  # Deserialize Response
713
728
  if status_code == 200
714
729
  begin
@@ -2,6 +2,6 @@
2
2
  # Copyright (c) Microsoft Corporation. All rights reserved.
3
3
  # Licensed under the MIT License. See License.txt in the project root for license information.
4
4
 
5
- require '2016-05-15/generated/azure_mgmt_devtestlabs'
6
5
  require '2018-09-15/generated/azure_mgmt_devtestlabs'
6
+ require '2016-05-15/generated/azure_mgmt_devtestlabs'
7
7
  require 'profiles/latest/devtestlabs_latest_profile_client'
@@ -33,19 +33,19 @@ module Azure::DevTestLabs::Profiles::Latest
33
33
  VirtualNetworks = Azure::DevTestLabs::Mgmt::V2018_09_15::VirtualNetworks
34
34
 
35
35
  module Models
36
+ InboundNatRule = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::InboundNatRule
36
37
  SharedPublicIpAddressConfiguration = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::SharedPublicIpAddressConfiguration
37
- WeekDetails = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::WeekDetails
38
+ DayDetails = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DayDetails
38
39
  NetworkInterfaceProperties = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::NetworkInterfaceProperties
39
- HourDetails = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::HourDetails
40
+ NotificationSettings = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::NotificationSettings
40
41
  ScheduleCreationParameter = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ScheduleCreationParameter
41
42
  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
43
+ SubnetFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::SubnetFragment
44
44
  DayDetailsFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DayDetailsFragment
45
45
  DtlEnvironmentList = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DtlEnvironmentList
46
46
  NotificationSettingsFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::NotificationSettingsFragment
47
47
  EvaluatePoliciesProperties = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::EvaluatePoliciesProperties
48
- UserSecretStoreFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::UserSecretStoreFragment
48
+ UserList = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::UserList
49
49
  EvaluatePoliciesRequest = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::EvaluatePoliciesRequest
50
50
  ArtifactInstallProperties = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArtifactInstallProperties
51
51
  PolicyViolation = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::PolicyViolation
@@ -55,116 +55,115 @@ module Azure::DevTestLabs::Profiles::Latest
55
55
  EvaluatePoliciesResponse = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::EvaluatePoliciesResponse
56
56
  ArmTemplateParameterProperties = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArmTemplateParameterProperties
57
57
  Event = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::Event
58
- UserSecretStore = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::UserSecretStore
58
+ UserIdentityFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::UserIdentityFragment
59
59
  EventFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::EventFragment
60
60
  ArtifactDeploymentStatusPropertiesFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArtifactDeploymentStatusPropertiesFragment
61
61
  ExportResourceUsageParameters = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ExportResourceUsageParameters
62
62
  ArtifactInstallPropertiesFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArtifactInstallPropertiesFragment
63
63
  ExternalSubnet = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ExternalSubnet
64
- UserIdentity = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::UserIdentity
64
+ UserSecretStore = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::UserSecretStore
65
65
  ExternalSubnetFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ExternalSubnetFragment
66
66
  ArtifactSourceList = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArtifactSourceList
67
67
  GalleryImageReference = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::GalleryImageReference
68
68
  AttachNewDataDiskOptions = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::AttachNewDataDiskOptions
69
- InboundNatRule = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::InboundNatRule
69
+ WeekDetails = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::WeekDetails
70
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
71
+ HourDetails = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::HourDetails
72
+ PolicyList = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::PolicyList
73
+ ComputeDataDiskFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ComputeDataDiskFragment
74
+ Subnet = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::Subnet
75
+ ComputeVmInstanceViewStatusFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ComputeVmInstanceViewStatusFragment
76
76
  LabVirtualMachineCreationParameter = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabVirtualMachineCreationParameter
77
- ComputeVmProperties = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ComputeVmProperties
77
+ ComputeVmPropertiesFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ComputeVmPropertiesFragment
78
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
79
+ CostThresholdProperties = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CostThresholdProperties
80
+ ShutdownNotificationContent = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ShutdownNotificationContent
81
+ LinuxOsInfo = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LinuxOsInfo
82
82
  GalleryImageReferenceFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::GalleryImageReferenceFragment
83
- CustomImagePropertiesFromVm = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CustomImagePropertiesFromVm
83
+ CustomImagePropertiesCustom = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CustomImagePropertiesCustom
84
84
  InboundNatRuleFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::InboundNatRuleFragment
85
- DataDiskStorageTypeInfo = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DataDiskStorageTypeInfo
85
+ CustomImagePropertiesFromPlan = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CustomImagePropertiesFromPlan
86
86
  SharedPublicIpAddressConfigurationFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::SharedPublicIpAddressConfigurationFragment
87
- SubnetOverrideFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::SubnetOverrideFragment
87
+ WindowsOsInfoFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::WindowsOsInfoFragment
88
88
  NetworkInterfacePropertiesFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::NetworkInterfacePropertiesFragment
89
- LinuxOsInfoFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LinuxOsInfoFragment
89
+ CustomImagePropertiesFromVmFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CustomImagePropertiesFromVmFragment
90
90
  ScheduleCreationParameterFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ScheduleCreationParameterFragment
91
- CustomImagePropertiesCustomFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CustomImagePropertiesCustomFragment
91
+ DataDiskStorageTypeInfoFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DataDiskStorageTypeInfoFragment
92
92
  LabVirtualMachineCreationParameterFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabVirtualMachineCreationParameterFragment
93
- CustomImagePropertiesFromPlanFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CustomImagePropertiesFromPlanFragment
93
+ SubnetOverrideFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::SubnetOverrideFragment
94
94
  FormulaPropertiesFromVmFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::FormulaPropertiesFromVmFragment
95
- CustomImageList = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CustomImageList
95
+ DataDiskProperties = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DataDiskProperties
96
96
  ServiceFabricList = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ServiceFabricList
97
- DataDiskPropertiesFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DataDiskPropertiesFragment
97
+ DetachDataDiskProperties = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DetachDataDiskProperties
98
98
  FormulaList = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::FormulaList
99
- DetachDiskProperties = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DetachDiskProperties
99
+ SubnetSharedPublicIpAddressConfigurationFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::SubnetSharedPublicIpAddressConfigurationFragment
100
100
  SecretList = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::SecretList
101
- SubnetSharedPublicIpAddressConfiguration = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::SubnetSharedPublicIpAddressConfiguration
101
+ DiskList = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DiskList
102
102
  GalleryImageList = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::GalleryImageList
103
- EnvironmentDeploymentProperties = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::EnvironmentDeploymentProperties
103
+ SubnetSharedPublicIpAddressConfiguration = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::SubnetSharedPublicIpAddressConfiguration
104
104
  ParameterInfo = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ParameterInfo
105
- WeekDetailsFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::WeekDetailsFragment
105
+ HourDetailsFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::HourDetailsFragment
106
106
  GenerateArmTemplateRequest = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::GenerateArmTemplateRequest
107
- UserList = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::UserList
107
+ ArtifactParameterProperties = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArtifactParameterProperties
108
108
  GenerateUploadUriParameter = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::GenerateUploadUriParameter
109
- ApplyArtifactsRequest = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ApplyArtifactsRequest
109
+ UserSecretStoreFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::UserSecretStoreFragment
110
110
  GenerateUploadUriResponse = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::GenerateUploadUriResponse
111
- ArmTemplateList = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArmTemplateList
111
+ ArmTemplateParameterPropertiesFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArmTemplateParameterPropertiesFragment
112
112
  IdentityProperties = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::IdentityProperties
113
- ArtifactDeploymentStatusProperties = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArtifactDeploymentStatusProperties
113
+ ArtifactParameterPropertiesFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArtifactParameterPropertiesFragment
114
114
  ImportLabVirtualMachineRequest = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ImportLabVirtualMachineRequest
115
- ArtifactList = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArtifactList
115
+ UserIdentity = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::UserIdentity
116
116
  LabAnnouncementProperties = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabAnnouncementProperties
117
- AttachDiskProperties = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::AttachDiskProperties
117
+ AttachNewDataDiskOptionsFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::AttachNewDataDiskOptionsFragment
118
118
  LabSupportProperties = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabSupportProperties
119
- BulkCreationParametersFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::BulkCreationParametersFragment
119
+ ComputeDataDisk = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ComputeDataDisk
120
120
  ScheduleList = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ScheduleList
121
- ComputeDataDiskFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ComputeDataDiskFragment
121
+ ComputeVmProperties = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ComputeVmProperties
122
122
  LabAnnouncementPropertiesFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabAnnouncementPropertiesFragment
123
- ComputeVmPropertiesFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ComputeVmPropertiesFragment
123
+ WindowsOsInfo = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::WindowsOsInfo
124
124
  TargetCostProperties = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::TargetCostProperties
125
- LinuxOsInfo = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LinuxOsInfo
125
+ DataDiskStorageTypeInfo = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DataDiskStorageTypeInfo
126
126
  LabCostSummaryProperties = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabCostSummaryProperties
127
- CustomImagePropertiesFromPlan = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CustomImagePropertiesFromPlan
127
+ LinuxOsInfoFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LinuxOsInfoFragment
128
128
  LabCostDetailsProperties = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabCostDetailsProperties
129
- CustomImagePropertiesFromVmFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CustomImagePropertiesFromVmFragment
129
+ CustomImagePropertiesFromPlanFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CustomImagePropertiesFromPlanFragment
130
130
  LabResourceCostProperties = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabResourceCostProperties
131
- SubnetSharedPublicIpAddressConfigurationFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::SubnetSharedPublicIpAddressConfigurationFragment
131
+ DataDiskPropertiesFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DataDiskPropertiesFragment
132
132
  RetargetScheduleProperties = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::RetargetScheduleProperties
133
- DetachDataDiskProperties = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DetachDataDiskProperties
133
+ SubnetOverride = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::SubnetOverride
134
134
  LabSupportPropertiesFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabSupportPropertiesFragment
135
- DiskList = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DiskList
135
+ WeekDetailsFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::WeekDetailsFragment
136
136
  Resource = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::Resource
137
- HourDetailsFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::HourDetailsFragment
137
+ ApplyArtifactsRequest = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ApplyArtifactsRequest
138
138
  LabList = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabList
139
- UserIdentityFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::UserIdentityFragment
139
+ ArtifactDeploymentStatusProperties = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArtifactDeploymentStatusProperties
140
140
  LabVhd = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabVhd
141
- ArtifactParameterPropertiesFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArtifactParameterPropertiesFragment
141
+ AttachDiskProperties = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::AttachDiskProperties
142
142
  LabVhdList = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabVhdList
143
- AttachNewDataDiskOptionsFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::AttachNewDataDiskOptionsFragment
143
+ ComputeVmInstanceViewStatus = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ComputeVmInstanceViewStatus
144
144
  ResizeLabVirtualMachineProperties = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ResizeLabVirtualMachineProperties
145
- ComputeVmInstanceViewStatusFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ComputeVmInstanceViewStatusFragment
145
+ CustomImagePropertiesFromVm = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CustomImagePropertiesFromVm
146
146
  RdpConnection = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::RdpConnection
147
- CustomImagePropertiesCustom = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CustomImagePropertiesCustom
147
+ CustomImagePropertiesCustomFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CustomImagePropertiesCustomFragment
148
148
  LabVirtualMachineList = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabVirtualMachineList
149
- DataDiskStorageTypeInfoFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DataDiskStorageTypeInfoFragment
149
+ DetachDiskProperties = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DetachDiskProperties
150
150
  ProviderOperationResult = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ProviderOperationResult
151
- SubnetOverride = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::SubnetOverride
151
+ VirtualNetworkList = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::VirtualNetworkList
152
152
  PortFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::PortFragment
153
- ArtifactParameterProperties = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArtifactParameterProperties
153
+ ArtifactList = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArtifactList
154
154
  NotificationChannelList = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::NotificationChannelList
155
- UpdateResource = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::UpdateResource
155
+ PercentageCostThresholdProperties = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::PercentageCostThresholdProperties
156
156
  NotifyParameters = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::NotifyParameters
157
- CostThresholdProperties = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CostThresholdProperties
157
+ CustomImageList = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CustomImageList
158
158
  OperationError = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::OperationError
159
- DataDiskProperties = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DataDiskProperties
159
+ ArmTemplateList = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArmTemplateList
160
160
  OperationMetadataDisplay = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::OperationMetadataDisplay
161
- ArmTemplateParameterPropertiesFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArmTemplateParameterPropertiesFragment
161
+ UpdateResource = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::UpdateResource
162
162
  OperationMetadata = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::OperationMetadata
163
- WindowsOsInfoFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::WindowsOsInfoFragment
163
+ BulkCreationParametersFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::BulkCreationParametersFragment
164
164
  OperationResult = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::OperationResult
165
+ EnvironmentDeploymentProperties = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::EnvironmentDeploymentProperties
165
166
  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
167
  Schedule = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::Schedule
169
168
  ApplicableSchedule = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ApplicableSchedule
170
169
  ScheduleFragment = Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ScheduleFragment
@@ -293,17 +292,20 @@ module Azure::DevTestLabs::Profiles::Latest
293
292
  end
294
293
 
295
294
  class ModelClasses
295
+ def inbound_nat_rule
296
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::InboundNatRule
297
+ end
296
298
  def shared_public_ip_address_configuration
297
299
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::SharedPublicIpAddressConfiguration
298
300
  end
299
- def week_details
300
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::WeekDetails
301
+ def day_details
302
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DayDetails
301
303
  end
302
304
  def network_interface_properties
303
305
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::NetworkInterfaceProperties
304
306
  end
305
- def hour_details
306
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::HourDetails
307
+ def notification_settings
308
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::NotificationSettings
307
309
  end
308
310
  def schedule_creation_parameter
309
311
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ScheduleCreationParameter
@@ -311,11 +313,8 @@ module Azure::DevTestLabs::Profiles::Latest
311
313
  def environment_deployment_properties_fragment
312
314
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::EnvironmentDeploymentPropertiesFragment
313
315
  end
314
- def virtual_network_list
315
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::VirtualNetworkList
316
- end
317
- def subnet
318
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::Subnet
316
+ def subnet_fragment
317
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::SubnetFragment
319
318
  end
320
319
  def day_details_fragment
321
320
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DayDetailsFragment
@@ -329,8 +328,8 @@ module Azure::DevTestLabs::Profiles::Latest
329
328
  def evaluate_policies_properties
330
329
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::EvaluatePoliciesProperties
331
330
  end
332
- def user_secret_store_fragment
333
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::UserSecretStoreFragment
331
+ def user_list
332
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::UserList
334
333
  end
335
334
  def evaluate_policies_request
336
335
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::EvaluatePoliciesRequest
@@ -359,8 +358,8 @@ module Azure::DevTestLabs::Profiles::Latest
359
358
  def event
360
359
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::Event
361
360
  end
362
- def user_secret_store
363
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::UserSecretStore
361
+ def user_identity_fragment
362
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::UserIdentityFragment
364
363
  end
365
364
  def event_fragment
366
365
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::EventFragment
@@ -377,8 +376,8 @@ module Azure::DevTestLabs::Profiles::Latest
377
376
  def external_subnet
378
377
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ExternalSubnet
379
378
  end
380
- def user_identity
381
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::UserIdentity
379
+ def user_secret_store
380
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::UserSecretStore
382
381
  end
383
382
  def external_subnet_fragment
384
383
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ExternalSubnetFragment
@@ -392,303 +391,300 @@ module Azure::DevTestLabs::Profiles::Latest
392
391
  def attach_new_data_disk_options
393
392
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::AttachNewDataDiskOptions
394
393
  end
395
- def inbound_nat_rule
396
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::InboundNatRule
394
+ def week_details
395
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::WeekDetails
397
396
  end
398
397
  def bulk_creation_parameters
399
398
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::BulkCreationParameters
400
399
  end
401
- def day_details
402
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DayDetails
400
+ def hour_details
401
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::HourDetails
403
402
  end
404
- def notification_settings
405
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::NotificationSettings
403
+ def policy_list
404
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::PolicyList
406
405
  end
407
- def compute_data_disk
408
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ComputeDataDisk
406
+ def compute_data_disk_fragment
407
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ComputeDataDiskFragment
409
408
  end
410
- def shutdown_notification_content
411
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ShutdownNotificationContent
409
+ def subnet
410
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::Subnet
412
411
  end
413
- def compute_vm_instance_view_status
414
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ComputeVmInstanceViewStatus
412
+ def compute_vm_instance_view_status_fragment
413
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ComputeVmInstanceViewStatusFragment
415
414
  end
416
415
  def lab_virtual_machine_creation_parameter
417
416
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabVirtualMachineCreationParameter
418
417
  end
419
- def compute_vm_properties
420
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ComputeVmProperties
418
+ def compute_vm_properties_fragment
419
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ComputeVmPropertiesFragment
421
420
  end
422
421
  def formula_properties_from_vm
423
422
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::FormulaPropertiesFromVm
424
423
  end
425
- def percentage_cost_threshold_properties
426
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::PercentageCostThresholdProperties
424
+ def cost_threshold_properties
425
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CostThresholdProperties
427
426
  end
428
- def service_runner_list
429
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ServiceRunnerList
427
+ def shutdown_notification_content
428
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ShutdownNotificationContent
430
429
  end
431
- def windows_os_info
432
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::WindowsOsInfo
430
+ def linux_os_info
431
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LinuxOsInfo
433
432
  end
434
433
  def gallery_image_reference_fragment
435
434
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::GalleryImageReferenceFragment
436
435
  end
437
- def custom_image_properties_from_vm
438
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CustomImagePropertiesFromVm
436
+ def custom_image_properties_custom
437
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CustomImagePropertiesCustom
439
438
  end
440
439
  def inbound_nat_rule_fragment
441
440
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::InboundNatRuleFragment
442
441
  end
443
- def data_disk_storage_type_info
444
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DataDiskStorageTypeInfo
442
+ def custom_image_properties_from_plan
443
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CustomImagePropertiesFromPlan
445
444
  end
446
445
  def shared_public_ip_address_configuration_fragment
447
446
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::SharedPublicIpAddressConfigurationFragment
448
447
  end
449
- def subnet_override_fragment
450
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::SubnetOverrideFragment
448
+ def windows_os_info_fragment
449
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::WindowsOsInfoFragment
451
450
  end
452
451
  def network_interface_properties_fragment
453
452
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::NetworkInterfacePropertiesFragment
454
453
  end
455
- def linux_os_info_fragment
456
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LinuxOsInfoFragment
454
+ def custom_image_properties_from_vm_fragment
455
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CustomImagePropertiesFromVmFragment
457
456
  end
458
457
  def schedule_creation_parameter_fragment
459
458
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ScheduleCreationParameterFragment
460
459
  end
461
- def custom_image_properties_custom_fragment
462
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CustomImagePropertiesCustomFragment
460
+ def data_disk_storage_type_info_fragment
461
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DataDiskStorageTypeInfoFragment
463
462
  end
464
463
  def lab_virtual_machine_creation_parameter_fragment
465
464
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabVirtualMachineCreationParameterFragment
466
465
  end
467
- def custom_image_properties_from_plan_fragment
468
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CustomImagePropertiesFromPlanFragment
466
+ def subnet_override_fragment
467
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::SubnetOverrideFragment
469
468
  end
470
469
  def formula_properties_from_vm_fragment
471
470
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::FormulaPropertiesFromVmFragment
472
471
  end
473
- def custom_image_list
474
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CustomImageList
472
+ def data_disk_properties
473
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DataDiskProperties
475
474
  end
476
475
  def service_fabric_list
477
476
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ServiceFabricList
478
477
  end
479
- def data_disk_properties_fragment
480
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DataDiskPropertiesFragment
478
+ def detach_data_disk_properties
479
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DetachDataDiskProperties
481
480
  end
482
481
  def formula_list
483
482
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::FormulaList
484
483
  end
485
- def detach_disk_properties
486
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DetachDiskProperties
484
+ def subnet_shared_public_ip_address_configuration_fragment
485
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::SubnetSharedPublicIpAddressConfigurationFragment
487
486
  end
488
487
  def secret_list
489
488
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::SecretList
490
489
  end
491
- def subnet_shared_public_ip_address_configuration
492
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::SubnetSharedPublicIpAddressConfiguration
490
+ def disk_list
491
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DiskList
493
492
  end
494
493
  def gallery_image_list
495
494
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::GalleryImageList
496
495
  end
497
- def environment_deployment_properties
498
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::EnvironmentDeploymentProperties
496
+ def subnet_shared_public_ip_address_configuration
497
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::SubnetSharedPublicIpAddressConfiguration
499
498
  end
500
499
  def parameter_info
501
500
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ParameterInfo
502
501
  end
503
- def week_details_fragment
504
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::WeekDetailsFragment
502
+ def hour_details_fragment
503
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::HourDetailsFragment
505
504
  end
506
505
  def generate_arm_template_request
507
506
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::GenerateArmTemplateRequest
508
507
  end
509
- def user_list
510
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::UserList
508
+ def artifact_parameter_properties
509
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArtifactParameterProperties
511
510
  end
512
511
  def generate_upload_uri_parameter
513
512
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::GenerateUploadUriParameter
514
513
  end
515
- def apply_artifacts_request
516
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ApplyArtifactsRequest
514
+ def user_secret_store_fragment
515
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::UserSecretStoreFragment
517
516
  end
518
517
  def generate_upload_uri_response
519
518
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::GenerateUploadUriResponse
520
519
  end
521
- def arm_template_list
522
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArmTemplateList
520
+ def arm_template_parameter_properties_fragment
521
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArmTemplateParameterPropertiesFragment
523
522
  end
524
523
  def identity_properties
525
524
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::IdentityProperties
526
525
  end
527
- def artifact_deployment_status_properties
528
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArtifactDeploymentStatusProperties
526
+ def artifact_parameter_properties_fragment
527
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArtifactParameterPropertiesFragment
529
528
  end
530
529
  def import_lab_virtual_machine_request
531
530
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ImportLabVirtualMachineRequest
532
531
  end
533
- def artifact_list
534
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArtifactList
532
+ def user_identity
533
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::UserIdentity
535
534
  end
536
535
  def lab_announcement_properties
537
536
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabAnnouncementProperties
538
537
  end
539
- def attach_disk_properties
540
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::AttachDiskProperties
538
+ def attach_new_data_disk_options_fragment
539
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::AttachNewDataDiskOptionsFragment
541
540
  end
542
541
  def lab_support_properties
543
542
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabSupportProperties
544
543
  end
545
- def bulk_creation_parameters_fragment
546
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::BulkCreationParametersFragment
544
+ def compute_data_disk
545
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ComputeDataDisk
547
546
  end
548
547
  def schedule_list
549
548
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ScheduleList
550
549
  end
551
- def compute_data_disk_fragment
552
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ComputeDataDiskFragment
550
+ def compute_vm_properties
551
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ComputeVmProperties
553
552
  end
554
553
  def lab_announcement_properties_fragment
555
554
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabAnnouncementPropertiesFragment
556
555
  end
557
- def compute_vm_properties_fragment
558
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ComputeVmPropertiesFragment
556
+ def windows_os_info
557
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::WindowsOsInfo
559
558
  end
560
559
  def target_cost_properties
561
560
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::TargetCostProperties
562
561
  end
563
- def linux_os_info
564
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LinuxOsInfo
562
+ def data_disk_storage_type_info
563
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DataDiskStorageTypeInfo
565
564
  end
566
565
  def lab_cost_summary_properties
567
566
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabCostSummaryProperties
568
567
  end
569
- def custom_image_properties_from_plan
570
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CustomImagePropertiesFromPlan
568
+ def linux_os_info_fragment
569
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LinuxOsInfoFragment
571
570
  end
572
571
  def lab_cost_details_properties
573
572
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabCostDetailsProperties
574
573
  end
575
- def custom_image_properties_from_vm_fragment
576
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CustomImagePropertiesFromVmFragment
574
+ def custom_image_properties_from_plan_fragment
575
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CustomImagePropertiesFromPlanFragment
577
576
  end
578
577
  def lab_resource_cost_properties
579
578
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabResourceCostProperties
580
579
  end
581
- def subnet_shared_public_ip_address_configuration_fragment
582
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::SubnetSharedPublicIpAddressConfigurationFragment
580
+ def data_disk_properties_fragment
581
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DataDiskPropertiesFragment
583
582
  end
584
583
  def retarget_schedule_properties
585
584
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::RetargetScheduleProperties
586
585
  end
587
- def detach_data_disk_properties
588
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DetachDataDiskProperties
586
+ def subnet_override
587
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::SubnetOverride
589
588
  end
590
589
  def lab_support_properties_fragment
591
590
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabSupportPropertiesFragment
592
591
  end
593
- def disk_list
594
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DiskList
592
+ def week_details_fragment
593
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::WeekDetailsFragment
595
594
  end
596
595
  def resource
597
596
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::Resource
598
597
  end
599
- def hour_details_fragment
600
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::HourDetailsFragment
598
+ def apply_artifacts_request
599
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ApplyArtifactsRequest
601
600
  end
602
601
  def lab_list
603
602
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabList
604
603
  end
605
- def user_identity_fragment
606
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::UserIdentityFragment
604
+ def artifact_deployment_status_properties
605
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArtifactDeploymentStatusProperties
607
606
  end
608
607
  def lab_vhd
609
608
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabVhd
610
609
  end
611
- def artifact_parameter_properties_fragment
612
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArtifactParameterPropertiesFragment
610
+ def attach_disk_properties
611
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::AttachDiskProperties
613
612
  end
614
613
  def lab_vhd_list
615
614
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabVhdList
616
615
  end
617
- def attach_new_data_disk_options_fragment
618
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::AttachNewDataDiskOptionsFragment
616
+ def compute_vm_instance_view_status
617
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ComputeVmInstanceViewStatus
619
618
  end
620
619
  def resize_lab_virtual_machine_properties
621
620
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ResizeLabVirtualMachineProperties
622
621
  end
623
- def compute_vm_instance_view_status_fragment
624
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ComputeVmInstanceViewStatusFragment
622
+ def custom_image_properties_from_vm
623
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CustomImagePropertiesFromVm
625
624
  end
626
625
  def rdp_connection
627
626
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::RdpConnection
628
627
  end
629
- def custom_image_properties_custom
630
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CustomImagePropertiesCustom
628
+ def custom_image_properties_custom_fragment
629
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CustomImagePropertiesCustomFragment
631
630
  end
632
631
  def lab_virtual_machine_list
633
632
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabVirtualMachineList
634
633
  end
635
- def data_disk_storage_type_info_fragment
636
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DataDiskStorageTypeInfoFragment
634
+ def detach_disk_properties
635
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DetachDiskProperties
637
636
  end
638
637
  def provider_operation_result
639
638
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ProviderOperationResult
640
639
  end
641
- def subnet_override
642
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::SubnetOverride
640
+ def virtual_network_list
641
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::VirtualNetworkList
643
642
  end
644
643
  def port_fragment
645
644
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::PortFragment
646
645
  end
647
- def artifact_parameter_properties
648
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArtifactParameterProperties
646
+ def artifact_list
647
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArtifactList
649
648
  end
650
649
  def notification_channel_list
651
650
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::NotificationChannelList
652
651
  end
653
- def update_resource
654
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::UpdateResource
652
+ def percentage_cost_threshold_properties
653
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::PercentageCostThresholdProperties
655
654
  end
656
655
  def notify_parameters
657
656
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::NotifyParameters
658
657
  end
659
- def cost_threshold_properties
660
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CostThresholdProperties
658
+ def custom_image_list
659
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::CustomImageList
661
660
  end
662
661
  def operation_error
663
662
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::OperationError
664
663
  end
665
- def data_disk_properties
666
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::DataDiskProperties
664
+ def arm_template_list
665
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArmTemplateList
667
666
  end
668
667
  def operation_metadata_display
669
668
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::OperationMetadataDisplay
670
669
  end
671
- def arm_template_parameter_properties_fragment
672
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ArmTemplateParameterPropertiesFragment
670
+ def update_resource
671
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::UpdateResource
673
672
  end
674
673
  def operation_metadata
675
674
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::OperationMetadata
676
675
  end
677
- def windows_os_info_fragment
678
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::WindowsOsInfoFragment
676
+ def bulk_creation_parameters_fragment
677
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::BulkCreationParametersFragment
679
678
  end
680
679
  def operation_result
681
680
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::OperationResult
682
681
  end
682
+ def environment_deployment_properties
683
+ Azure::DevTestLabs::Mgmt::V2018_09_15::Models::EnvironmentDeploymentProperties
684
+ end
683
685
  def port
684
686
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::Port
685
687
  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
691
- end
692
688
  def schedule
693
689
  Azure::DevTestLabs::Mgmt::V2018_09_15::Models::Schedule
694
690
  end