@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
@@ -14,8 +14,8 @@ export declare class SchedulesImpl implements Schedules {
14
14
  /**
15
15
  * Returns a list of all schedules for a lab.
16
16
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
17
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
18
- * in resource URIs.
17
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
18
+ * resource URIs.
19
19
  * @param options The options parameters.
20
20
  */
21
21
  listByLab(resourceGroupName: string, labName: string, options?: SchedulesListByLabOptionalParams): PagedAsyncIterableIterator<Schedule>;
@@ -24,16 +24,16 @@ export declare class SchedulesImpl implements Schedules {
24
24
  /**
25
25
  * Returns a list of all schedules for a lab.
26
26
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
27
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
28
- * in resource URIs.
27
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
28
+ * resource URIs.
29
29
  * @param options The options parameters.
30
30
  */
31
31
  private _listByLab;
32
32
  /**
33
33
  * Returns the properties of a lab Schedule.
34
34
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
35
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
36
- * in resource URIs.
35
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
36
+ * resource URIs.
37
37
  * @param scheduleName The name of the schedule that uniquely identifies it within containing lab. Used
38
38
  * in resource URIs.
39
39
  * @param options The options parameters.
@@ -42,8 +42,8 @@ export declare class SchedulesImpl implements Schedules {
42
42
  /**
43
43
  * Operation to create or update a lab schedule.
44
44
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
45
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
46
- * in resource URIs.
45
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
46
+ * resource URIs.
47
47
  * @param scheduleName The name of the schedule that uniquely identifies it within containing lab. Used
48
48
  * in resource URIs.
49
49
  * @param body The request body.
@@ -53,8 +53,8 @@ export declare class SchedulesImpl implements Schedules {
53
53
  /**
54
54
  * Operation to update a lab schedule.
55
55
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
56
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
57
- * in resource URIs.
56
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
57
+ * resource URIs.
58
58
  * @param scheduleName The name of the schedule that uniquely identifies it within containing lab. Used
59
59
  * in resource URIs.
60
60
  * @param body The request body.
@@ -64,8 +64,8 @@ export declare class SchedulesImpl implements Schedules {
64
64
  /**
65
65
  * Operation to delete a schedule resource.
66
66
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
67
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
68
- * in resource URIs.
67
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
68
+ * resource URIs.
69
69
  * @param scheduleName The name of the schedule that uniquely identifies it within containing lab. Used
70
70
  * in resource URIs.
71
71
  * @param options The options parameters.
@@ -74,8 +74,8 @@ export declare class SchedulesImpl implements Schedules {
74
74
  /**
75
75
  * Operation to delete a schedule resource.
76
76
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
77
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
78
- * in resource URIs.
77
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
78
+ * resource URIs.
79
79
  * @param scheduleName The name of the schedule that uniquely identifies it within containing lab. Used
80
80
  * in resource URIs.
81
81
  * @param options The options parameters.
@@ -84,8 +84,8 @@ export declare class SchedulesImpl implements Schedules {
84
84
  /**
85
85
  * ListByLabNext
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 nextLink The nextLink from the previous successful call to the ListByLab method.
90
90
  * @param options The options parameters.
91
91
  */
@@ -24,8 +24,8 @@ export class SchedulesImpl {
24
24
  /**
25
25
  * Returns a list of all schedules for a lab.
26
26
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
27
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
28
- * in resource URIs.
27
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
28
+ * resource URIs.
29
29
  * @param options The options parameters.
30
30
  */
31
31
  listByLab(resourceGroupName, labName, options) {
@@ -75,8 +75,8 @@ export class SchedulesImpl {
75
75
  /**
76
76
  * Returns a list of all schedules for a lab.
77
77
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
78
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
79
- * in resource URIs.
78
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
79
+ * resource URIs.
80
80
  * @param options The options parameters.
81
81
  */
82
82
  _listByLab(resourceGroupName, labName, options) {
@@ -85,8 +85,8 @@ export class SchedulesImpl {
85
85
  /**
86
86
  * Returns the properties of a lab Schedule.
87
87
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
88
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
89
- * in resource URIs.
88
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
89
+ * resource URIs.
90
90
  * @param scheduleName The name of the schedule that uniquely identifies it within containing lab. Used
91
91
  * in resource URIs.
92
92
  * @param options The options parameters.
@@ -97,8 +97,8 @@ export class SchedulesImpl {
97
97
  /**
98
98
  * Operation to create or update a lab schedule.
99
99
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
100
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
101
- * in resource URIs.
100
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
101
+ * resource URIs.
102
102
  * @param scheduleName The name of the schedule that uniquely identifies it within containing lab. Used
103
103
  * in resource URIs.
104
104
  * @param body The request body.
@@ -110,8 +110,8 @@ export class SchedulesImpl {
110
110
  /**
111
111
  * Operation to update a lab schedule.
112
112
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
113
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
114
- * in resource URIs.
113
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
114
+ * resource URIs.
115
115
  * @param scheduleName The name of the schedule that uniquely identifies it within containing lab. Used
116
116
  * in resource URIs.
117
117
  * @param body The request body.
@@ -123,8 +123,8 @@ export class SchedulesImpl {
123
123
  /**
124
124
  * Operation to delete a schedule resource.
125
125
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
126
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
127
- * in resource URIs.
126
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
127
+ * resource URIs.
128
128
  * @param scheduleName The name of the schedule that uniquely identifies it within containing lab. Used
129
129
  * in resource URIs.
130
130
  * @param options The options parameters.
@@ -166,8 +166,8 @@ export class SchedulesImpl {
166
166
  /**
167
167
  * Operation to delete a schedule resource.
168
168
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
169
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
170
- * in resource URIs.
169
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
170
+ * resource URIs.
171
171
  * @param scheduleName The name of the schedule that uniquely identifies it within containing lab. Used
172
172
  * in resource URIs.
173
173
  * @param options The options parameters.
@@ -181,8 +181,8 @@ export class SchedulesImpl {
181
181
  /**
182
182
  * ListByLabNext
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 nextLink The nextLink from the previous successful call to the ListByLab method.
187
187
  * @param options The options parameters.
188
188
  */
@@ -11,14 +11,14 @@ export declare class SkusImpl implements Skus {
11
11
  */
12
12
  constructor(client: LabServicesClient);
13
13
  /**
14
- * Returns a list of all the Azure Lab Services resource SKUs.
14
+ * Returns a list of Azure Lab Services resource SKUs.
15
15
  * @param options The options parameters.
16
16
  */
17
17
  list(options?: SkusListOptionalParams): PagedAsyncIterableIterator<LabServicesSku>;
18
18
  private listPagingPage;
19
19
  private listPagingAll;
20
20
  /**
21
- * Returns a list of all the Azure Lab Services resource SKUs.
21
+ * Returns a list of Azure Lab Services resource SKUs.
22
22
  * @param options The options parameters.
23
23
  */
24
24
  private _list;
@@ -20,7 +20,7 @@ export class SkusImpl {
20
20
  this.client = client;
21
21
  }
22
22
  /**
23
- * Returns a list of all the Azure Lab Services resource SKUs.
23
+ * Returns a list of Azure Lab Services resource SKUs.
24
24
  * @param options The options parameters.
25
25
  */
26
26
  list(options) {
@@ -68,7 +68,7 @@ export class SkusImpl {
68
68
  });
69
69
  }
70
70
  /**
71
- * Returns a list of all the Azure Lab Services resource SKUs.
71
+ * Returns a list of Azure Lab Services resource SKUs.
72
72
  * @param options The options parameters.
73
73
  */
74
74
  _list(options) {
@@ -14,8 +14,8 @@ export declare class UsersImpl implements Users {
14
14
  /**
15
15
  * Returns a list of all users for a lab.
16
16
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
17
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
18
- * in resource URIs.
17
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
18
+ * resource URIs.
19
19
  * @param options The options parameters.
20
20
  */
21
21
  listByLab(resourceGroupName: string, labName: string, options?: UsersListByLabOptionalParams): PagedAsyncIterableIterator<User>;
@@ -24,16 +24,16 @@ export declare class UsersImpl implements Users {
24
24
  /**
25
25
  * Returns a list of all users for a lab.
26
26
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
27
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
28
- * in resource URIs.
27
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
28
+ * resource URIs.
29
29
  * @param options The options parameters.
30
30
  */
31
31
  private _listByLab;
32
32
  /**
33
33
  * Returns the properties of a lab user.
34
34
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
35
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
36
- * in resource URIs.
35
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
36
+ * resource URIs.
37
37
  * @param userName The name of the user that uniquely identifies it within containing lab. Used in
38
38
  * resource URIs.
39
39
  * @param options The options parameters.
@@ -42,8 +42,8 @@ export declare class UsersImpl implements Users {
42
42
  /**
43
43
  * Operation to create or update a lab user.
44
44
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
45
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
46
- * in resource URIs.
45
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
46
+ * resource URIs.
47
47
  * @param userName The name of the user that uniquely identifies it within containing lab. Used in
48
48
  * resource URIs.
49
49
  * @param body The request body.
@@ -53,8 +53,8 @@ export declare class UsersImpl implements Users {
53
53
  /**
54
54
  * Operation to create or update a lab user.
55
55
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
56
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
57
- * in resource URIs.
56
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
57
+ * resource URIs.
58
58
  * @param userName The name of the user that uniquely identifies it within containing lab. Used in
59
59
  * resource URIs.
60
60
  * @param body The request body.
@@ -64,8 +64,8 @@ export declare class UsersImpl implements Users {
64
64
  /**
65
65
  * Operation to update a lab user.
66
66
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
67
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
68
- * in resource URIs.
67
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
68
+ * resource URIs.
69
69
  * @param userName The name of the user that uniquely identifies it within containing lab. Used in
70
70
  * resource URIs.
71
71
  * @param body The request body.
@@ -75,8 +75,8 @@ export declare class UsersImpl implements Users {
75
75
  /**
76
76
  * Operation to update a lab user.
77
77
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
78
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
79
- * in resource URIs.
78
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
79
+ * resource URIs.
80
80
  * @param userName The name of the user that uniquely identifies it within containing lab. Used in
81
81
  * resource URIs.
82
82
  * @param body The request body.
@@ -86,8 +86,8 @@ export declare class UsersImpl implements Users {
86
86
  /**
87
87
  * Operation to delete a user resource.
88
88
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
89
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
90
- * in resource URIs.
89
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
90
+ * resource URIs.
91
91
  * @param userName The name of the user that uniquely identifies it within containing lab. Used in
92
92
  * resource URIs.
93
93
  * @param options The options parameters.
@@ -96,8 +96,8 @@ export declare class UsersImpl implements Users {
96
96
  /**
97
97
  * Operation to delete a user resource.
98
98
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
99
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
100
- * in resource URIs.
99
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
100
+ * resource URIs.
101
101
  * @param userName The name of the user that uniquely identifies it within containing lab. Used in
102
102
  * resource URIs.
103
103
  * @param options The options parameters.
@@ -106,8 +106,8 @@ export declare class UsersImpl implements Users {
106
106
  /**
107
107
  * Operation to invite a user to a lab.
108
108
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
109
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
110
- * in resource URIs.
109
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
110
+ * resource URIs.
111
111
  * @param userName The name of the user that uniquely identifies it within containing lab. Used in
112
112
  * resource URIs.
113
113
  * @param body The request body.
@@ -117,8 +117,8 @@ export declare class UsersImpl implements Users {
117
117
  /**
118
118
  * Operation to invite a user to a lab.
119
119
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
120
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
121
- * in resource URIs.
120
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
121
+ * resource URIs.
122
122
  * @param userName The name of the user that uniquely identifies it within containing lab. Used in
123
123
  * resource URIs.
124
124
  * @param body The request body.
@@ -128,8 +128,8 @@ export declare class UsersImpl implements Users {
128
128
  /**
129
129
  * ListByLabNext
130
130
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
131
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
132
- * in resource URIs.
131
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
132
+ * resource URIs.
133
133
  * @param nextLink The nextLink from the previous successful call to the ListByLab method.
134
134
  * @param options The options parameters.
135
135
  */
@@ -24,8 +24,8 @@ export class UsersImpl {
24
24
  /**
25
25
  * Returns a list of all users for a lab.
26
26
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
27
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
28
- * in resource URIs.
27
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
28
+ * resource URIs.
29
29
  * @param options The options parameters.
30
30
  */
31
31
  listByLab(resourceGroupName, labName, options) {
@@ -75,8 +75,8 @@ export class UsersImpl {
75
75
  /**
76
76
  * Returns a list of all users for a lab.
77
77
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
78
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
79
- * in resource URIs.
78
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
79
+ * resource URIs.
80
80
  * @param options The options parameters.
81
81
  */
82
82
  _listByLab(resourceGroupName, labName, options) {
@@ -85,8 +85,8 @@ export class UsersImpl {
85
85
  /**
86
86
  * Returns the properties of a lab user.
87
87
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
88
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
89
- * in resource URIs.
88
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
89
+ * resource URIs.
90
90
  * @param userName The name of the user that uniquely identifies it within containing lab. Used in
91
91
  * resource URIs.
92
92
  * @param options The options parameters.
@@ -97,8 +97,8 @@ export class UsersImpl {
97
97
  /**
98
98
  * Operation to create or update a lab user.
99
99
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
100
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
101
- * in resource URIs.
100
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
101
+ * resource URIs.
102
102
  * @param userName The name of the user that uniquely identifies it within containing lab. Used in
103
103
  * resource URIs.
104
104
  * @param body The request body.
@@ -141,8 +141,8 @@ export class UsersImpl {
141
141
  /**
142
142
  * Operation to create or update a lab user.
143
143
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
144
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
145
- * in resource URIs.
144
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
145
+ * resource URIs.
146
146
  * @param userName The name of the user that uniquely identifies it within containing lab. Used in
147
147
  * resource URIs.
148
148
  * @param body The request body.
@@ -157,8 +157,8 @@ export class UsersImpl {
157
157
  /**
158
158
  * Operation to update a lab user.
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 userName The name of the user that uniquely identifies it within containing lab. Used in
163
163
  * resource URIs.
164
164
  * @param body The request body.
@@ -201,8 +201,8 @@ export class UsersImpl {
201
201
  /**
202
202
  * Operation to update a lab user.
203
203
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
204
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
205
- * in resource URIs.
204
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
205
+ * resource URIs.
206
206
  * @param userName The name of the user that uniquely identifies it within containing lab. Used in
207
207
  * resource URIs.
208
208
  * @param body The request body.
@@ -217,8 +217,8 @@ export class UsersImpl {
217
217
  /**
218
218
  * Operation to delete a user resource.
219
219
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
220
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
221
- * in resource URIs.
220
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
221
+ * resource URIs.
222
222
  * @param userName The name of the user that uniquely identifies it within containing lab. Used in
223
223
  * resource URIs.
224
224
  * @param options The options parameters.
@@ -260,8 +260,8 @@ export class UsersImpl {
260
260
  /**
261
261
  * Operation to delete a user resource.
262
262
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
263
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
264
- * in resource URIs.
263
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
264
+ * resource URIs.
265
265
  * @param userName The name of the user that uniquely identifies it within containing lab. Used in
266
266
  * resource URIs.
267
267
  * @param options The options parameters.
@@ -275,8 +275,8 @@ export class UsersImpl {
275
275
  /**
276
276
  * Operation to invite a user to a lab.
277
277
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
278
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
279
- * in resource URIs.
278
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
279
+ * resource URIs.
280
280
  * @param userName The name of the user that uniquely identifies it within containing lab. Used in
281
281
  * resource URIs.
282
282
  * @param body The request body.
@@ -319,8 +319,8 @@ export class UsersImpl {
319
319
  /**
320
320
  * Operation to invite a user to a lab.
321
321
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
322
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
323
- * in resource URIs.
322
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
323
+ * resource URIs.
324
324
  * @param userName The name of the user that uniquely identifies it within containing lab. Used in
325
325
  * resource URIs.
326
326
  * @param body The request body.
@@ -335,8 +335,8 @@ export class UsersImpl {
335
335
  /**
336
336
  * ListByLabNext
337
337
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
338
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
339
- * in resource URIs.
338
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
339
+ * resource URIs.
340
340
  * @param nextLink The nextLink from the previous successful call to the ListByLab method.
341
341
  * @param options The options parameters.
342
342
  */
@@ -14,8 +14,8 @@ export declare class VirtualMachinesImpl implements VirtualMachines {
14
14
  /**
15
15
  * Returns a list of all virtual machines for a lab.
16
16
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
17
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
18
- * in resource URIs.
17
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
18
+ * resource URIs.
19
19
  * @param options The options parameters.
20
20
  */
21
21
  listByLab(resourceGroupName: string, labName: string, options?: VirtualMachinesListByLabOptionalParams): PagedAsyncIterableIterator<VirtualMachine>;
@@ -24,16 +24,16 @@ export declare class VirtualMachinesImpl implements VirtualMachines {
24
24
  /**
25
25
  * Returns a list of all virtual machines for a lab.
26
26
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
27
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
28
- * in resource URIs.
27
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
28
+ * resource URIs.
29
29
  * @param options The options parameters.
30
30
  */
31
31
  private _listByLab;
32
32
  /**
33
33
  * Returns the properties for a lab virtual machine.
34
34
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
35
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
36
- * in resource URIs.
35
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
36
+ * resource URIs.
37
37
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
38
38
  * containing lab. Used in resource URIs.
39
39
  * @param options The options parameters.
@@ -42,8 +42,8 @@ export declare class VirtualMachinesImpl implements VirtualMachines {
42
42
  /**
43
43
  * Action to start a lab virtual machine.
44
44
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
45
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
46
- * in resource URIs.
45
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
46
+ * resource URIs.
47
47
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
48
48
  * containing lab. Used in resource URIs.
49
49
  * @param options The options parameters.
@@ -52,8 +52,8 @@ export declare class VirtualMachinesImpl implements VirtualMachines {
52
52
  /**
53
53
  * Action to start a lab virtual machine.
54
54
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
55
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
56
- * in resource URIs.
55
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
56
+ * resource URIs.
57
57
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
58
58
  * containing lab. Used in resource URIs.
59
59
  * @param options The options parameters.
@@ -62,8 +62,8 @@ export declare class VirtualMachinesImpl implements VirtualMachines {
62
62
  /**
63
63
  * Action to stop a lab virtual machine.
64
64
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
65
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
66
- * in resource URIs.
65
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
66
+ * resource URIs.
67
67
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
68
68
  * containing lab. Used in resource URIs.
69
69
  * @param options The options parameters.
@@ -72,8 +72,8 @@ export declare class VirtualMachinesImpl implements VirtualMachines {
72
72
  /**
73
73
  * Action to stop a lab virtual machine.
74
74
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
75
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
76
- * in resource URIs.
75
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
76
+ * resource URIs.
77
77
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
78
78
  * containing lab. Used in resource URIs.
79
79
  * @param options The options parameters.
@@ -83,8 +83,8 @@ export declare class VirtualMachinesImpl implements VirtualMachines {
83
83
  * Re-image a lab virtual machine. The virtual machine will be deleted and recreated using the latest
84
84
  * published snapshot of the reference environment of the lab.
85
85
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
86
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
87
- * in resource URIs.
86
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
87
+ * resource URIs.
88
88
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
89
89
  * containing lab. Used in resource URIs.
90
90
  * @param options The options parameters.
@@ -94,8 +94,8 @@ export declare class VirtualMachinesImpl implements VirtualMachines {
94
94
  * Re-image a lab virtual machine. The virtual machine will be deleted and recreated using the latest
95
95
  * published snapshot of the reference environment of the lab.
96
96
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
97
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
98
- * in resource URIs.
97
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
98
+ * resource URIs.
99
99
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
100
100
  * containing lab. Used in resource URIs.
101
101
  * @param options The options parameters.
@@ -105,8 +105,8 @@ export declare class VirtualMachinesImpl implements VirtualMachines {
105
105
  * Action to redeploy a lab virtual machine to a different compute node. For troubleshooting
106
106
  * connectivity.
107
107
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
108
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
109
- * in resource URIs.
108
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
109
+ * resource URIs.
110
110
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
111
111
  * containing lab. Used in resource URIs.
112
112
  * @param options The options parameters.
@@ -116,8 +116,8 @@ export declare class VirtualMachinesImpl implements VirtualMachines {
116
116
  * Action to redeploy a lab virtual machine to a different compute node. For troubleshooting
117
117
  * connectivity.
118
118
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
119
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
120
- * in resource URIs.
119
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
120
+ * resource URIs.
121
121
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
122
122
  * containing lab. Used in resource URIs.
123
123
  * @param options The options parameters.
@@ -126,8 +126,8 @@ export declare class VirtualMachinesImpl implements VirtualMachines {
126
126
  /**
127
127
  * Resets a lab virtual machine password.
128
128
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
129
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
130
- * in resource URIs.
129
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
130
+ * resource URIs.
131
131
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
132
132
  * containing lab. Used in resource URIs.
133
133
  * @param body The request body.
@@ -137,8 +137,8 @@ export declare class VirtualMachinesImpl implements VirtualMachines {
137
137
  /**
138
138
  * Resets a lab virtual machine password.
139
139
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
140
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
141
- * in resource URIs.
140
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
141
+ * resource URIs.
142
142
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
143
143
  * containing lab. Used in resource URIs.
144
144
  * @param body The request body.
@@ -148,8 +148,8 @@ export declare class VirtualMachinesImpl implements VirtualMachines {
148
148
  /**
149
149
  * ListByLabNext
150
150
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
151
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
152
- * in resource URIs.
151
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
152
+ * resource URIs.
153
153
  * @param nextLink The nextLink from the previous successful call to the ListByLab method.
154
154
  * @param options The options parameters.
155
155
  */