@azure/arm-labservices 3.0.0-beta.3 → 3.0.1-alpha.20220922.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 (109) hide show
  1. package/CHANGELOG.md +13 -3
  2. package/README.md +2 -2
  3. package/dist/index.js +787 -715
  4. package/dist/index.js.map +1 -1
  5. package/dist/index.min.js +1 -1
  6. package/dist/index.min.js.map +1 -1
  7. package/dist-esm/samples-dev/imagesCreateOrUpdateSample.js +1 -1
  8. package/dist-esm/samples-dev/imagesGetSample.js +1 -1
  9. package/dist-esm/samples-dev/imagesListByLabPlanSample.js +1 -1
  10. package/dist-esm/samples-dev/imagesUpdateSample.js +1 -1
  11. package/dist-esm/samples-dev/labPlansCreateOrUpdateSample.js +4 -4
  12. package/dist-esm/samples-dev/labPlansCreateOrUpdateSample.js.map +1 -1
  13. package/dist-esm/samples-dev/labPlansDeleteSample.js +1 -1
  14. package/dist-esm/samples-dev/labPlansGetSample.js +1 -1
  15. package/dist-esm/samples-dev/labPlansListByResourceGroupSample.js +1 -1
  16. package/dist-esm/samples-dev/labPlansListBySubscriptionSample.js +1 -1
  17. package/dist-esm/samples-dev/labPlansSaveImageSample.js +1 -1
  18. package/dist-esm/samples-dev/labPlansUpdateSample.js +1 -1
  19. package/dist-esm/samples-dev/labsCreateOrUpdateSample.js +5 -5
  20. package/dist-esm/samples-dev/labsCreateOrUpdateSample.js.map +1 -1
  21. package/dist-esm/samples-dev/labsDeleteSample.js +1 -1
  22. package/dist-esm/samples-dev/labsGetSample.js +1 -1
  23. package/dist-esm/samples-dev/labsListByResourceGroupSample.js +1 -1
  24. package/dist-esm/samples-dev/labsListBySubscriptionSample.js +1 -1
  25. package/dist-esm/samples-dev/labsPublishSample.js +1 -1
  26. package/dist-esm/samples-dev/labsSyncGroupSample.js +1 -1
  27. package/dist-esm/samples-dev/labsUpdateSample.js +1 -1
  28. package/dist-esm/samples-dev/operationResultsGetSample.js +1 -1
  29. package/dist-esm/samples-dev/operationsListSample.js +1 -1
  30. package/dist-esm/samples-dev/schedulesCreateOrUpdateSample.js +2 -2
  31. package/dist-esm/samples-dev/schedulesCreateOrUpdateSample.js.map +1 -1
  32. package/dist-esm/samples-dev/schedulesDeleteSample.js +1 -1
  33. package/dist-esm/samples-dev/schedulesGetSample.js +1 -1
  34. package/dist-esm/samples-dev/schedulesListByLabSample.js +1 -1
  35. package/dist-esm/samples-dev/schedulesUpdateSample.js +2 -2
  36. package/dist-esm/samples-dev/schedulesUpdateSample.js.map +1 -1
  37. package/dist-esm/samples-dev/skusListSample.js +3 -3
  38. package/dist-esm/samples-dev/usagesListByLocationSample.js +2 -2
  39. package/dist-esm/samples-dev/usersCreateOrUpdateSample.js +2 -2
  40. package/dist-esm/samples-dev/usersDeleteSample.js +1 -1
  41. package/dist-esm/samples-dev/usersGetSample.js +1 -1
  42. package/dist-esm/samples-dev/usersInviteSample.js +1 -1
  43. package/dist-esm/samples-dev/usersListByLabSample.js +1 -1
  44. package/dist-esm/samples-dev/usersUpdateSample.js +2 -2
  45. package/dist-esm/samples-dev/virtualMachinesGetSample.js +1 -1
  46. package/dist-esm/samples-dev/virtualMachinesListByLabSample.js +1 -1
  47. package/dist-esm/samples-dev/virtualMachinesRedeploySample.js +1 -1
  48. package/dist-esm/samples-dev/virtualMachinesReimageSample.js +1 -1
  49. package/dist-esm/samples-dev/virtualMachinesResetPasswordSample.js +1 -1
  50. package/dist-esm/samples-dev/virtualMachinesStartSample.js +1 -1
  51. package/dist-esm/samples-dev/virtualMachinesStopSample.js +1 -1
  52. package/dist-esm/src/labServicesClient.d.ts +3 -3
  53. package/dist-esm/src/labServicesClient.d.ts.map +1 -1
  54. package/dist-esm/src/labServicesClient.js +23 -18
  55. package/dist-esm/src/labServicesClient.js.map +1 -1
  56. package/dist-esm/src/models/index.d.ts +221 -188
  57. package/dist-esm/src/models/index.d.ts.map +1 -1
  58. package/dist-esm/src/models/index.js +19 -5
  59. package/dist-esm/src/models/index.js.map +1 -1
  60. package/dist-esm/src/models/mappers.d.ts +10 -9
  61. package/dist-esm/src/models/mappers.d.ts.map +1 -1
  62. package/dist-esm/src/models/mappers.js +284 -232
  63. package/dist-esm/src/models/mappers.js.map +1 -1
  64. package/dist-esm/src/models/parameters.d.ts +1 -1
  65. package/dist-esm/src/models/parameters.d.ts.map +1 -1
  66. package/dist-esm/src/models/parameters.js +16 -16
  67. package/dist-esm/src/models/parameters.js.map +1 -1
  68. package/dist-esm/src/operations/index.d.ts +2 -2
  69. package/dist-esm/src/operations/index.d.ts.map +1 -1
  70. package/dist-esm/src/operations/index.js +2 -2
  71. package/dist-esm/src/operations/index.js.map +1 -1
  72. package/dist-esm/src/operations/labs.d.ts +22 -22
  73. package/dist-esm/src/operations/labs.js +22 -22
  74. package/dist-esm/src/operations/schedules.d.ts +16 -16
  75. package/dist-esm/src/operations/schedules.js +16 -16
  76. package/dist-esm/src/operations/skus.d.ts +2 -2
  77. package/dist-esm/src/operations/skus.js +2 -2
  78. package/dist-esm/src/operations/users.d.ts +24 -24
  79. package/dist-esm/src/operations/users.js +24 -24
  80. package/dist-esm/src/operations/virtualMachines.d.ts +28 -28
  81. package/dist-esm/src/operations/virtualMachines.js +28 -28
  82. package/dist-esm/src/operationsInterfaces/index.d.ts +2 -2
  83. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
  84. package/dist-esm/src/operationsInterfaces/index.js +2 -2
  85. package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
  86. package/dist-esm/src/operationsInterfaces/labs.d.ts +22 -22
  87. package/dist-esm/src/operationsInterfaces/schedules.d.ts +12 -12
  88. package/dist-esm/src/operationsInterfaces/skus.d.ts +1 -1
  89. package/dist-esm/src/operationsInterfaces/users.d.ts +20 -20
  90. package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts +24 -24
  91. package/package.json +6 -7
  92. package/review/arm-labservices.api.md +94 -97
  93. package/src/labServicesClient.ts +35 -28
  94. package/src/models/index.ts +244 -211
  95. package/src/models/mappers.ts +291 -236
  96. package/src/models/parameters.ts +17 -17
  97. package/src/operations/index.ts +2 -2
  98. package/src/operations/labs.ts +22 -22
  99. package/src/operations/schedules.ts +16 -16
  100. package/src/operations/skus.ts +2 -2
  101. package/src/operations/users.ts +24 -24
  102. package/src/operations/virtualMachines.ts +28 -28
  103. package/src/operationsInterfaces/index.ts +2 -2
  104. package/src/operationsInterfaces/labs.ts +22 -22
  105. package/src/operationsInterfaces/schedules.ts +12 -12
  106. package/src/operationsInterfaces/skus.ts +1 -1
  107. package/src/operationsInterfaces/users.ts +20 -20
  108. package/src/operationsInterfaces/virtualMachines.ts +24 -24
  109. package/types/arm-labservices.d.ts +149 -115
@@ -46,8 +46,8 @@ export interface Labs {
46
46
  /**
47
47
  * Returns the properties of a lab resource.
48
48
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
49
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
50
- * in resource URIs.
49
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
50
+ * resource URIs.
51
51
  * @param options The options parameters.
52
52
  */
53
53
  get(
@@ -58,8 +58,8 @@ export interface Labs {
58
58
  /**
59
59
  * Operation to create or update a lab resource.
60
60
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
61
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
62
- * in resource URIs.
61
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
62
+ * resource URIs.
63
63
  * @param body The request body.
64
64
  * @param options The options parameters.
65
65
  */
@@ -77,8 +77,8 @@ export interface Labs {
77
77
  /**
78
78
  * Operation to create or update a lab resource.
79
79
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
80
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
81
- * in resource URIs.
80
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
81
+ * resource URIs.
82
82
  * @param body The request body.
83
83
  * @param options The options parameters.
84
84
  */
@@ -91,8 +91,8 @@ export interface Labs {
91
91
  /**
92
92
  * Operation to update a lab resource.
93
93
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
94
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
95
- * in resource URIs.
94
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
95
+ * resource URIs.
96
96
  * @param body The request body.
97
97
  * @param options The options parameters.
98
98
  */
@@ -107,8 +107,8 @@ export interface Labs {
107
107
  /**
108
108
  * Operation to update a lab resource.
109
109
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
110
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
111
- * in resource URIs.
110
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
111
+ * resource URIs.
112
112
  * @param body The request body.
113
113
  * @param options The options parameters.
114
114
  */
@@ -121,8 +121,8 @@ export interface Labs {
121
121
  /**
122
122
  * Operation to delete a lab resource.
123
123
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
124
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
125
- * in resource URIs.
124
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
125
+ * resource URIs.
126
126
  * @param options The options parameters.
127
127
  */
128
128
  beginDelete(
@@ -133,8 +133,8 @@ export interface Labs {
133
133
  /**
134
134
  * Operation to delete a lab resource.
135
135
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
136
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
137
- * in resource URIs.
136
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
137
+ * resource URIs.
138
138
  * @param options The options parameters.
139
139
  */
140
140
  beginDeleteAndWait(
@@ -145,8 +145,8 @@ export interface Labs {
145
145
  /**
146
146
  * Publish or re-publish a lab. This will create or update all lab resources, such as virtual machines.
147
147
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
148
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
149
- * in resource URIs.
148
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
149
+ * resource URIs.
150
150
  * @param options The options parameters.
151
151
  */
152
152
  beginPublish(
@@ -157,8 +157,8 @@ export interface Labs {
157
157
  /**
158
158
  * Publish or re-publish a lab. This will create or update all lab resources, such as virtual machines.
159
159
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
160
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
161
- * in resource URIs.
160
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
161
+ * resource URIs.
162
162
  * @param options The options parameters.
163
163
  */
164
164
  beginPublishAndWait(
@@ -169,8 +169,8 @@ export interface Labs {
169
169
  /**
170
170
  * Action used to manually kick off an AAD group sync job.
171
171
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
172
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
173
- * in resource URIs.
172
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
173
+ * resource URIs.
174
174
  * @param options The options parameters.
175
175
  */
176
176
  beginSyncGroup(
@@ -181,8 +181,8 @@ export interface Labs {
181
181
  /**
182
182
  * Action used to manually kick off an AAD group sync job.
183
183
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
184
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
185
- * in resource URIs.
184
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
185
+ * resource URIs.
186
186
  * @param options The options parameters.
187
187
  */
188
188
  beginSyncGroupAndWait(
@@ -27,8 +27,8 @@ export interface Schedules {
27
27
  /**
28
28
  * Returns a list of all schedules for a lab.
29
29
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
30
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
31
- * in resource URIs.
30
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
31
+ * resource URIs.
32
32
  * @param options The options parameters.
33
33
  */
34
34
  listByLab(
@@ -39,8 +39,8 @@ export interface Schedules {
39
39
  /**
40
40
  * Returns the properties of a lab Schedule.
41
41
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
42
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
43
- * in resource URIs.
42
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
43
+ * resource URIs.
44
44
  * @param scheduleName The name of the schedule that uniquely identifies it within containing lab. Used
45
45
  * in resource URIs.
46
46
  * @param options The options parameters.
@@ -54,8 +54,8 @@ export interface Schedules {
54
54
  /**
55
55
  * Operation to create or update a lab schedule.
56
56
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
57
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
58
- * in resource URIs.
57
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
58
+ * resource URIs.
59
59
  * @param scheduleName The name of the schedule that uniquely identifies it within containing lab. Used
60
60
  * in resource URIs.
61
61
  * @param body The request body.
@@ -71,8 +71,8 @@ export interface Schedules {
71
71
  /**
72
72
  * Operation to update a lab schedule.
73
73
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
74
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
75
- * in resource URIs.
74
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
75
+ * resource URIs.
76
76
  * @param scheduleName The name of the schedule that uniquely identifies it within containing lab. Used
77
77
  * in resource URIs.
78
78
  * @param body The request body.
@@ -88,8 +88,8 @@ export interface Schedules {
88
88
  /**
89
89
  * Operation to delete a schedule resource.
90
90
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
91
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
92
- * in resource URIs.
91
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
92
+ * resource URIs.
93
93
  * @param scheduleName The name of the schedule that uniquely identifies it within containing lab. Used
94
94
  * in resource URIs.
95
95
  * @param options The options parameters.
@@ -103,8 +103,8 @@ export interface Schedules {
103
103
  /**
104
104
  * Operation to delete a schedule resource.
105
105
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
106
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
107
- * in resource URIs.
106
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
107
+ * resource URIs.
108
108
  * @param scheduleName The name of the schedule that uniquely identifies it within containing lab. Used
109
109
  * in resource URIs.
110
110
  * @param options The options parameters.
@@ -13,7 +13,7 @@ import { LabServicesSku, SkusListOptionalParams } from "../models";
13
13
  /** Interface representing a Skus. */
14
14
  export interface Skus {
15
15
  /**
16
- * Returns a list of all the Azure Lab Services resource SKUs.
16
+ * Returns a list of Azure Lab Services resource SKUs.
17
17
  * @param options The options parameters.
18
18
  */
19
19
  list(
@@ -29,8 +29,8 @@ export interface Users {
29
29
  /**
30
30
  * Returns a list of all users for a lab.
31
31
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
32
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
33
- * in resource URIs.
32
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
33
+ * resource URIs.
34
34
  * @param options The options parameters.
35
35
  */
36
36
  listByLab(
@@ -41,8 +41,8 @@ export interface Users {
41
41
  /**
42
42
  * Returns the properties of a lab user.
43
43
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
44
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
45
- * in resource URIs.
44
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
45
+ * resource URIs.
46
46
  * @param userName The name of the user that uniquely identifies it within containing lab. Used in
47
47
  * resource URIs.
48
48
  * @param options The options parameters.
@@ -56,8 +56,8 @@ export interface Users {
56
56
  /**
57
57
  * Operation to create or update a lab user.
58
58
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
59
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
60
- * in resource URIs.
59
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
60
+ * resource URIs.
61
61
  * @param userName The name of the user that uniquely identifies it within containing lab. Used in
62
62
  * resource URIs.
63
63
  * @param body The request body.
@@ -78,8 +78,8 @@ export interface Users {
78
78
  /**
79
79
  * Operation to create or update a lab user.
80
80
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
81
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
82
- * in resource URIs.
81
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
82
+ * resource URIs.
83
83
  * @param userName The name of the user that uniquely identifies it within containing lab. Used in
84
84
  * resource URIs.
85
85
  * @param body The request body.
@@ -95,8 +95,8 @@ export interface Users {
95
95
  /**
96
96
  * Operation to update a lab user.
97
97
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
98
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
99
- * in resource URIs.
98
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
99
+ * resource URIs.
100
100
  * @param userName The name of the user that uniquely identifies it within containing lab. Used in
101
101
  * resource URIs.
102
102
  * @param body The request body.
@@ -114,8 +114,8 @@ export interface Users {
114
114
  /**
115
115
  * Operation to update a lab user.
116
116
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
117
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
118
- * in resource URIs.
117
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
118
+ * resource URIs.
119
119
  * @param userName The name of the user that uniquely identifies it within containing lab. Used in
120
120
  * resource URIs.
121
121
  * @param body The request body.
@@ -131,8 +131,8 @@ export interface Users {
131
131
  /**
132
132
  * Operation to delete a user resource.
133
133
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
134
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
135
- * in resource URIs.
134
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
135
+ * resource URIs.
136
136
  * @param userName The name of the user that uniquely identifies it within containing lab. Used in
137
137
  * resource URIs.
138
138
  * @param options The options parameters.
@@ -146,8 +146,8 @@ export interface Users {
146
146
  /**
147
147
  * Operation to delete a user resource.
148
148
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
149
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
150
- * in resource URIs.
149
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
150
+ * resource URIs.
151
151
  * @param userName The name of the user that uniquely identifies it within containing lab. Used in
152
152
  * resource URIs.
153
153
  * @param options The options parameters.
@@ -161,8 +161,8 @@ export interface Users {
161
161
  /**
162
162
  * Operation to invite a user to a lab.
163
163
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
164
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
165
- * in resource URIs.
164
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
165
+ * resource URIs.
166
166
  * @param userName The name of the user that uniquely identifies it within containing lab. Used in
167
167
  * resource URIs.
168
168
  * @param body The request body.
@@ -178,8 +178,8 @@ export interface Users {
178
178
  /**
179
179
  * Operation to invite a user to a lab.
180
180
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
181
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
182
- * in resource URIs.
181
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
182
+ * resource URIs.
183
183
  * @param userName The name of the user that uniquely identifies it within containing lab. Used in
184
184
  * resource URIs.
185
185
  * @param body The request body.
@@ -27,8 +27,8 @@ export interface VirtualMachines {
27
27
  /**
28
28
  * Returns a list of all virtual machines for a lab.
29
29
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
30
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
31
- * in resource URIs.
30
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
31
+ * resource URIs.
32
32
  * @param options The options parameters.
33
33
  */
34
34
  listByLab(
@@ -39,8 +39,8 @@ export interface VirtualMachines {
39
39
  /**
40
40
  * Returns the properties for a lab virtual machine.
41
41
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
42
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
43
- * in resource URIs.
42
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
43
+ * resource URIs.
44
44
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
45
45
  * containing lab. Used in resource URIs.
46
46
  * @param options The options parameters.
@@ -54,8 +54,8 @@ export interface VirtualMachines {
54
54
  /**
55
55
  * Action to start a lab virtual machine.
56
56
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
57
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
58
- * in resource URIs.
57
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
58
+ * resource URIs.
59
59
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
60
60
  * containing lab. Used in resource URIs.
61
61
  * @param options The options parameters.
@@ -69,8 +69,8 @@ export interface VirtualMachines {
69
69
  /**
70
70
  * Action to start a lab virtual machine.
71
71
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
72
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
73
- * in resource URIs.
72
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
73
+ * resource URIs.
74
74
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
75
75
  * containing lab. Used in resource URIs.
76
76
  * @param options The options parameters.
@@ -84,8 +84,8 @@ export interface VirtualMachines {
84
84
  /**
85
85
  * Action to stop a lab virtual machine.
86
86
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
87
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
88
- * in resource URIs.
87
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
88
+ * resource URIs.
89
89
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
90
90
  * containing lab. Used in resource URIs.
91
91
  * @param options The options parameters.
@@ -99,8 +99,8 @@ export interface VirtualMachines {
99
99
  /**
100
100
  * Action to stop a lab virtual machine.
101
101
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
102
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
103
- * in resource URIs.
102
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
103
+ * resource URIs.
104
104
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
105
105
  * containing lab. Used in resource URIs.
106
106
  * @param options The options parameters.
@@ -115,8 +115,8 @@ export interface VirtualMachines {
115
115
  * Re-image a lab virtual machine. The virtual machine will be deleted and recreated using the latest
116
116
  * published snapshot of the reference environment of the lab.
117
117
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
118
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
119
- * in resource URIs.
118
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
119
+ * resource URIs.
120
120
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
121
121
  * containing lab. Used in resource URIs.
122
122
  * @param options The options parameters.
@@ -131,8 +131,8 @@ export interface VirtualMachines {
131
131
  * Re-image a lab virtual machine. The virtual machine will be deleted and recreated using the latest
132
132
  * published snapshot of the reference environment of the lab.
133
133
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
134
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
135
- * in resource URIs.
134
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
135
+ * resource URIs.
136
136
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
137
137
  * containing lab. Used in resource URIs.
138
138
  * @param options The options parameters.
@@ -147,8 +147,8 @@ export interface VirtualMachines {
147
147
  * Action to redeploy a lab virtual machine to a different compute node. For troubleshooting
148
148
  * connectivity.
149
149
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
150
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
151
- * in resource URIs.
150
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
151
+ * resource URIs.
152
152
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
153
153
  * containing lab. Used in resource URIs.
154
154
  * @param options The options parameters.
@@ -163,8 +163,8 @@ export interface VirtualMachines {
163
163
  * Action to redeploy a lab virtual machine to a different compute node. For troubleshooting
164
164
  * connectivity.
165
165
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
166
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
167
- * in resource URIs.
166
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
167
+ * resource URIs.
168
168
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
169
169
  * containing lab. Used in resource URIs.
170
170
  * @param options The options parameters.
@@ -178,8 +178,8 @@ export interface VirtualMachines {
178
178
  /**
179
179
  * Resets a lab virtual machine password.
180
180
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
181
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
182
- * in resource URIs.
181
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
182
+ * resource URIs.
183
183
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
184
184
  * containing lab. Used in resource URIs.
185
185
  * @param body The request body.
@@ -195,8 +195,8 @@ export interface VirtualMachines {
195
195
  /**
196
196
  * Resets a lab virtual machine password.
197
197
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
198
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
199
- * in resource URIs.
198
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
199
+ * resource URIs.
200
200
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
201
201
  * containing lab. Used in resource URIs.
202
202
  * @param body The request body.