@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.
- package/CHANGELOG.md +13 -3
- package/README.md +2 -2
- package/dist/index.js +787 -715
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/imagesCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/imagesGetSample.js +1 -1
- package/dist-esm/samples-dev/imagesListByLabPlanSample.js +1 -1
- package/dist-esm/samples-dev/imagesUpdateSample.js +1 -1
- package/dist-esm/samples-dev/labPlansCreateOrUpdateSample.js +4 -4
- package/dist-esm/samples-dev/labPlansCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/labPlansDeleteSample.js +1 -1
- package/dist-esm/samples-dev/labPlansGetSample.js +1 -1
- package/dist-esm/samples-dev/labPlansListByResourceGroupSample.js +1 -1
- package/dist-esm/samples-dev/labPlansListBySubscriptionSample.js +1 -1
- package/dist-esm/samples-dev/labPlansSaveImageSample.js +1 -1
- package/dist-esm/samples-dev/labPlansUpdateSample.js +1 -1
- package/dist-esm/samples-dev/labsCreateOrUpdateSample.js +5 -5
- package/dist-esm/samples-dev/labsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/labsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/labsGetSample.js +1 -1
- package/dist-esm/samples-dev/labsListByResourceGroupSample.js +1 -1
- package/dist-esm/samples-dev/labsListBySubscriptionSample.js +1 -1
- package/dist-esm/samples-dev/labsPublishSample.js +1 -1
- package/dist-esm/samples-dev/labsSyncGroupSample.js +1 -1
- package/dist-esm/samples-dev/labsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/operationResultsGetSample.js +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +1 -1
- package/dist-esm/samples-dev/schedulesCreateOrUpdateSample.js +2 -2
- package/dist-esm/samples-dev/schedulesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/schedulesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/schedulesGetSample.js +1 -1
- package/dist-esm/samples-dev/schedulesListByLabSample.js +1 -1
- package/dist-esm/samples-dev/schedulesUpdateSample.js +2 -2
- package/dist-esm/samples-dev/schedulesUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/skusListSample.js +3 -3
- package/dist-esm/samples-dev/usagesListByLocationSample.js +2 -2
- package/dist-esm/samples-dev/usersCreateOrUpdateSample.js +2 -2
- package/dist-esm/samples-dev/usersDeleteSample.js +1 -1
- package/dist-esm/samples-dev/usersGetSample.js +1 -1
- package/dist-esm/samples-dev/usersInviteSample.js +1 -1
- package/dist-esm/samples-dev/usersListByLabSample.js +1 -1
- package/dist-esm/samples-dev/usersUpdateSample.js +2 -2
- package/dist-esm/samples-dev/virtualMachinesGetSample.js +1 -1
- package/dist-esm/samples-dev/virtualMachinesListByLabSample.js +1 -1
- package/dist-esm/samples-dev/virtualMachinesRedeploySample.js +1 -1
- package/dist-esm/samples-dev/virtualMachinesReimageSample.js +1 -1
- package/dist-esm/samples-dev/virtualMachinesResetPasswordSample.js +1 -1
- package/dist-esm/samples-dev/virtualMachinesStartSample.js +1 -1
- package/dist-esm/samples-dev/virtualMachinesStopSample.js +1 -1
- package/dist-esm/src/labServicesClient.d.ts +3 -3
- package/dist-esm/src/labServicesClient.d.ts.map +1 -1
- package/dist-esm/src/labServicesClient.js +23 -18
- package/dist-esm/src/labServicesClient.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +221 -188
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +19 -5
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +10 -9
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +284 -232
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +1 -1
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +16 -16
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/index.d.ts +2 -2
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +2 -2
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/labs.d.ts +22 -22
- package/dist-esm/src/operations/labs.js +22 -22
- package/dist-esm/src/operations/schedules.d.ts +16 -16
- package/dist-esm/src/operations/schedules.js +16 -16
- package/dist-esm/src/operations/skus.d.ts +2 -2
- package/dist-esm/src/operations/skus.js +2 -2
- package/dist-esm/src/operations/users.d.ts +24 -24
- package/dist-esm/src/operations/users.js +24 -24
- package/dist-esm/src/operations/virtualMachines.d.ts +28 -28
- package/dist-esm/src/operations/virtualMachines.js +28 -28
- package/dist-esm/src/operationsInterfaces/index.d.ts +2 -2
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +2 -2
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/labs.d.ts +22 -22
- package/dist-esm/src/operationsInterfaces/schedules.d.ts +12 -12
- package/dist-esm/src/operationsInterfaces/skus.d.ts +1 -1
- package/dist-esm/src/operationsInterfaces/users.d.ts +20 -20
- package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts +24 -24
- package/package.json +6 -7
- package/review/arm-labservices.api.md +94 -97
- package/src/labServicesClient.ts +35 -28
- package/src/models/index.ts +244 -211
- package/src/models/mappers.ts +291 -236
- package/src/models/parameters.ts +17 -17
- package/src/operations/index.ts +2 -2
- package/src/operations/labs.ts +22 -22
- package/src/operations/schedules.ts +16 -16
- package/src/operations/skus.ts +2 -2
- package/src/operations/users.ts +24 -24
- package/src/operations/virtualMachines.ts +28 -28
- package/src/operationsInterfaces/index.ts +2 -2
- package/src/operationsInterfaces/labs.ts +22 -22
- package/src/operationsInterfaces/schedules.ts +12 -12
- package/src/operationsInterfaces/skus.ts +1 -1
- package/src/operationsInterfaces/users.ts +20 -20
- package/src/operationsInterfaces/virtualMachines.ts +24 -24
- package/types/arm-labservices.d.ts +149 -115
|
@@ -24,8 +24,8 @@ export class VirtualMachinesImpl {
|
|
|
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
|
|
28
|
-
*
|
|
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 VirtualMachinesImpl {
|
|
|
75
75
|
/**
|
|
76
76
|
* Returns a list of all virtual machines 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
|
|
79
|
-
*
|
|
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 VirtualMachinesImpl {
|
|
|
85
85
|
/**
|
|
86
86
|
* Returns the properties for a lab virtual machine.
|
|
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
|
|
89
|
-
*
|
|
88
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
|
89
|
+
* resource URIs.
|
|
90
90
|
* @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
|
|
91
91
|
* containing lab. Used in resource URIs.
|
|
92
92
|
* @param options The options parameters.
|
|
@@ -97,8 +97,8 @@ export class VirtualMachinesImpl {
|
|
|
97
97
|
/**
|
|
98
98
|
* Action to start a lab virtual machine.
|
|
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
|
|
101
|
-
*
|
|
100
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
|
101
|
+
* resource URIs.
|
|
102
102
|
* @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
|
|
103
103
|
* containing lab. Used in resource URIs.
|
|
104
104
|
* @param options The options parameters.
|
|
@@ -140,8 +140,8 @@ export class VirtualMachinesImpl {
|
|
|
140
140
|
/**
|
|
141
141
|
* Action to start a lab virtual machine.
|
|
142
142
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
143
|
-
* @param labName The name of the lab that uniquely identifies it within containing lab
|
|
144
|
-
*
|
|
143
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
|
144
|
+
* resource URIs.
|
|
145
145
|
* @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
|
|
146
146
|
* containing lab. Used in resource URIs.
|
|
147
147
|
* @param options The options parameters.
|
|
@@ -155,8 +155,8 @@ export class VirtualMachinesImpl {
|
|
|
155
155
|
/**
|
|
156
156
|
* Action to stop a lab virtual machine.
|
|
157
157
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
158
|
-
* @param labName The name of the lab that uniquely identifies it within containing lab
|
|
159
|
-
*
|
|
158
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
|
159
|
+
* resource URIs.
|
|
160
160
|
* @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
|
|
161
161
|
* containing lab. Used in resource URIs.
|
|
162
162
|
* @param options The options parameters.
|
|
@@ -198,8 +198,8 @@ export class VirtualMachinesImpl {
|
|
|
198
198
|
/**
|
|
199
199
|
* Action to stop a lab virtual machine.
|
|
200
200
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
201
|
-
* @param labName The name of the lab that uniquely identifies it within containing lab
|
|
202
|
-
*
|
|
201
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
|
202
|
+
* resource URIs.
|
|
203
203
|
* @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
|
|
204
204
|
* containing lab. Used in resource URIs.
|
|
205
205
|
* @param options The options parameters.
|
|
@@ -214,8 +214,8 @@ export class VirtualMachinesImpl {
|
|
|
214
214
|
* Re-image a lab virtual machine. The virtual machine will be deleted and recreated using the latest
|
|
215
215
|
* published snapshot of the reference environment of the lab.
|
|
216
216
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
217
|
-
* @param labName The name of the lab that uniquely identifies it within containing lab
|
|
218
|
-
*
|
|
217
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
|
218
|
+
* resource URIs.
|
|
219
219
|
* @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
|
|
220
220
|
* containing lab. Used in resource URIs.
|
|
221
221
|
* @param options The options parameters.
|
|
@@ -258,8 +258,8 @@ export class VirtualMachinesImpl {
|
|
|
258
258
|
* Re-image a lab virtual machine. The virtual machine will be deleted and recreated using the latest
|
|
259
259
|
* published snapshot of the reference environment of the lab.
|
|
260
260
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
261
|
-
* @param labName The name of the lab that uniquely identifies it within containing lab
|
|
262
|
-
*
|
|
261
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
|
262
|
+
* resource URIs.
|
|
263
263
|
* @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
|
|
264
264
|
* containing lab. Used in resource URIs.
|
|
265
265
|
* @param options The options parameters.
|
|
@@ -274,8 +274,8 @@ export class VirtualMachinesImpl {
|
|
|
274
274
|
* Action to redeploy a lab virtual machine to a different compute node. For troubleshooting
|
|
275
275
|
* connectivity.
|
|
276
276
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
277
|
-
* @param labName The name of the lab that uniquely identifies it within containing lab
|
|
278
|
-
*
|
|
277
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
|
278
|
+
* resource URIs.
|
|
279
279
|
* @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
|
|
280
280
|
* containing lab. Used in resource URIs.
|
|
281
281
|
* @param options The options parameters.
|
|
@@ -318,8 +318,8 @@ export class VirtualMachinesImpl {
|
|
|
318
318
|
* Action to redeploy a lab virtual machine to a different compute node. For troubleshooting
|
|
319
319
|
* connectivity.
|
|
320
320
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
321
|
-
* @param labName The name of the lab that uniquely identifies it within containing lab
|
|
322
|
-
*
|
|
321
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
|
322
|
+
* resource URIs.
|
|
323
323
|
* @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
|
|
324
324
|
* containing lab. Used in resource URIs.
|
|
325
325
|
* @param options The options parameters.
|
|
@@ -333,8 +333,8 @@ export class VirtualMachinesImpl {
|
|
|
333
333
|
/**
|
|
334
334
|
* Resets a lab virtual machine password.
|
|
335
335
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
336
|
-
* @param labName The name of the lab that uniquely identifies it within containing lab
|
|
337
|
-
*
|
|
336
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
|
337
|
+
* resource URIs.
|
|
338
338
|
* @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
|
|
339
339
|
* containing lab. Used in resource URIs.
|
|
340
340
|
* @param body The request body.
|
|
@@ -377,8 +377,8 @@ export class VirtualMachinesImpl {
|
|
|
377
377
|
/**
|
|
378
378
|
* Resets a lab virtual machine password.
|
|
379
379
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
380
|
-
* @param labName The name of the lab that uniquely identifies it within containing lab
|
|
381
|
-
*
|
|
380
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
|
381
|
+
* resource URIs.
|
|
382
382
|
* @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
|
|
383
383
|
* containing lab. Used in resource URIs.
|
|
384
384
|
* @param body The request body.
|
|
@@ -393,8 +393,8 @@ export class VirtualMachinesImpl {
|
|
|
393
393
|
/**
|
|
394
394
|
* ListByLabNext
|
|
395
395
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
396
|
-
* @param labName The name of the lab that uniquely identifies it within containing lab
|
|
397
|
-
*
|
|
396
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
|
397
|
+
* resource URIs.
|
|
398
398
|
* @param nextLink The nextLink from the previous successful call to the ListByLab method.
|
|
399
399
|
* @param options The options parameters.
|
|
400
400
|
*/
|
|
@@ -4,8 +4,8 @@ export * from "./operations";
|
|
|
4
4
|
export * from "./labs";
|
|
5
5
|
export * from "./operationResults";
|
|
6
6
|
export * from "./schedules";
|
|
7
|
+
export * from "./skus";
|
|
8
|
+
export * from "./usages";
|
|
7
9
|
export * from "./users";
|
|
8
10
|
export * from "./virtualMachines";
|
|
9
|
-
export * from "./usages";
|
|
10
|
-
export * from "./skus";
|
|
11
11
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,oBAAoB,CAAC;AACnC,cAAc,aAAa,CAAC;AAC5B,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,oBAAoB,CAAC;AACnC,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,mBAAmB,CAAC"}
|
|
@@ -11,8 +11,8 @@ export * from "./operations";
|
|
|
11
11
|
export * from "./labs";
|
|
12
12
|
export * from "./operationResults";
|
|
13
13
|
export * from "./schedules";
|
|
14
|
+
export * from "./skus";
|
|
15
|
+
export * from "./usages";
|
|
14
16
|
export * from "./users";
|
|
15
17
|
export * from "./virtualMachines";
|
|
16
|
-
export * from "./usages";
|
|
17
|
-
export * from "./skus";
|
|
18
18
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,oBAAoB,CAAC;AACnC,cAAc,aAAa,CAAC;AAC5B,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,oBAAoB,CAAC;AACnC,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,mBAAmB,CAAC"}
|
|
@@ -17,16 +17,16 @@ export interface Labs {
|
|
|
17
17
|
/**
|
|
18
18
|
* Returns the properties of a lab resource.
|
|
19
19
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
20
|
-
* @param labName The name of the lab that uniquely identifies it within containing lab
|
|
21
|
-
*
|
|
20
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
|
21
|
+
* resource URIs.
|
|
22
22
|
* @param options The options parameters.
|
|
23
23
|
*/
|
|
24
24
|
get(resourceGroupName: string, labName: string, options?: LabsGetOptionalParams): Promise<LabsGetResponse>;
|
|
25
25
|
/**
|
|
26
26
|
* Operation to create or update a lab resource.
|
|
27
27
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
28
|
-
* @param labName The name of the lab that uniquely identifies it within containing lab
|
|
29
|
-
*
|
|
28
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
|
29
|
+
* resource URIs.
|
|
30
30
|
* @param body The request body.
|
|
31
31
|
* @param options The options parameters.
|
|
32
32
|
*/
|
|
@@ -34,8 +34,8 @@ export interface Labs {
|
|
|
34
34
|
/**
|
|
35
35
|
* Operation to create or update a lab resource.
|
|
36
36
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
37
|
-
* @param labName The name of the lab that uniquely identifies it within containing lab
|
|
38
|
-
*
|
|
37
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
|
38
|
+
* resource URIs.
|
|
39
39
|
* @param body The request body.
|
|
40
40
|
* @param options The options parameters.
|
|
41
41
|
*/
|
|
@@ -43,8 +43,8 @@ export interface Labs {
|
|
|
43
43
|
/**
|
|
44
44
|
* Operation to update a lab resource.
|
|
45
45
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
46
|
-
* @param labName The name of the lab that uniquely identifies it within containing lab
|
|
47
|
-
*
|
|
46
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
|
47
|
+
* resource URIs.
|
|
48
48
|
* @param body The request body.
|
|
49
49
|
* @param options The options parameters.
|
|
50
50
|
*/
|
|
@@ -52,8 +52,8 @@ export interface Labs {
|
|
|
52
52
|
/**
|
|
53
53
|
* Operation to update a lab resource.
|
|
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
|
|
56
|
-
*
|
|
55
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
|
56
|
+
* resource URIs.
|
|
57
57
|
* @param body The request body.
|
|
58
58
|
* @param options The options parameters.
|
|
59
59
|
*/
|
|
@@ -61,48 +61,48 @@ export interface Labs {
|
|
|
61
61
|
/**
|
|
62
62
|
* Operation to delete a lab resource.
|
|
63
63
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
64
|
-
* @param labName The name of the lab that uniquely identifies it within containing lab
|
|
65
|
-
*
|
|
64
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
|
65
|
+
* resource URIs.
|
|
66
66
|
* @param options The options parameters.
|
|
67
67
|
*/
|
|
68
68
|
beginDelete(resourceGroupName: string, labName: string, options?: LabsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
69
69
|
/**
|
|
70
70
|
* Operation to delete a lab resource.
|
|
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
|
|
73
|
-
*
|
|
72
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
|
73
|
+
* resource URIs.
|
|
74
74
|
* @param options The options parameters.
|
|
75
75
|
*/
|
|
76
76
|
beginDeleteAndWait(resourceGroupName: string, labName: string, options?: LabsDeleteOptionalParams): Promise<void>;
|
|
77
77
|
/**
|
|
78
78
|
* Publish or re-publish a lab. This will create or update all lab resources, such as virtual machines.
|
|
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
|
|
81
|
-
*
|
|
80
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
|
81
|
+
* resource URIs.
|
|
82
82
|
* @param options The options parameters.
|
|
83
83
|
*/
|
|
84
84
|
beginPublish(resourceGroupName: string, labName: string, options?: LabsPublishOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
85
85
|
/**
|
|
86
86
|
* Publish or re-publish a lab. This will create or update all lab resources, such as virtual machines.
|
|
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
|
|
89
|
-
*
|
|
88
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
|
89
|
+
* resource URIs.
|
|
90
90
|
* @param options The options parameters.
|
|
91
91
|
*/
|
|
92
92
|
beginPublishAndWait(resourceGroupName: string, labName: string, options?: LabsPublishOptionalParams): Promise<void>;
|
|
93
93
|
/**
|
|
94
94
|
* Action used to manually kick off an AAD group sync job.
|
|
95
95
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
96
|
-
* @param labName The name of the lab that uniquely identifies it within containing lab
|
|
97
|
-
*
|
|
96
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
|
97
|
+
* resource URIs.
|
|
98
98
|
* @param options The options parameters.
|
|
99
99
|
*/
|
|
100
100
|
beginSyncGroup(resourceGroupName: string, labName: string, options?: LabsSyncGroupOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
101
101
|
/**
|
|
102
102
|
* Action used to manually kick off an AAD group sync job.
|
|
103
103
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
104
|
-
* @param labName The name of the lab that uniquely identifies it within containing lab
|
|
105
|
-
*
|
|
104
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
|
105
|
+
* resource URIs.
|
|
106
106
|
* @param options The options parameters.
|
|
107
107
|
*/
|
|
108
108
|
beginSyncGroupAndWait(resourceGroupName: string, labName: string, options?: LabsSyncGroupOptionalParams): Promise<void>;
|
|
@@ -6,16 +6,16 @@ export interface Schedules {
|
|
|
6
6
|
/**
|
|
7
7
|
* Returns a list of all schedules for a lab.
|
|
8
8
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
9
|
-
* @param labName The name of the lab that uniquely identifies it within containing lab
|
|
10
|
-
*
|
|
9
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
|
10
|
+
* resource URIs.
|
|
11
11
|
* @param options The options parameters.
|
|
12
12
|
*/
|
|
13
13
|
listByLab(resourceGroupName: string, labName: string, options?: SchedulesListByLabOptionalParams): PagedAsyncIterableIterator<Schedule>;
|
|
14
14
|
/**
|
|
15
15
|
* Returns the properties of a lab Schedule.
|
|
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
|
|
18
|
-
*
|
|
17
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
|
18
|
+
* resource URIs.
|
|
19
19
|
* @param scheduleName The name of the schedule that uniquely identifies it within containing lab. Used
|
|
20
20
|
* in resource URIs.
|
|
21
21
|
* @param options The options parameters.
|
|
@@ -24,8 +24,8 @@ export interface Schedules {
|
|
|
24
24
|
/**
|
|
25
25
|
* Operation to create or update a lab schedule.
|
|
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
|
|
28
|
-
*
|
|
27
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
|
28
|
+
* resource URIs.
|
|
29
29
|
* @param scheduleName The name of the schedule that uniquely identifies it within containing lab. Used
|
|
30
30
|
* in resource URIs.
|
|
31
31
|
* @param body The request body.
|
|
@@ -35,8 +35,8 @@ export interface Schedules {
|
|
|
35
35
|
/**
|
|
36
36
|
* Operation to update a lab schedule.
|
|
37
37
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
38
|
-
* @param labName The name of the lab that uniquely identifies it within containing lab
|
|
39
|
-
*
|
|
38
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
|
39
|
+
* resource URIs.
|
|
40
40
|
* @param scheduleName The name of the schedule that uniquely identifies it within containing lab. Used
|
|
41
41
|
* in resource URIs.
|
|
42
42
|
* @param body The request body.
|
|
@@ -46,8 +46,8 @@ export interface Schedules {
|
|
|
46
46
|
/**
|
|
47
47
|
* Operation to delete a schedule 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
|
|
50
|
-
*
|
|
49
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
|
50
|
+
* resource URIs.
|
|
51
51
|
* @param scheduleName The name of the schedule that uniquely identifies it within containing lab. Used
|
|
52
52
|
* in resource URIs.
|
|
53
53
|
* @param options The options parameters.
|
|
@@ -56,8 +56,8 @@ export interface Schedules {
|
|
|
56
56
|
/**
|
|
57
57
|
* Operation to delete a schedule resource.
|
|
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
|
|
60
|
-
*
|
|
59
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
|
60
|
+
* resource URIs.
|
|
61
61
|
* @param scheduleName The name of the schedule that uniquely identifies it within containing lab. Used
|
|
62
62
|
* in resource URIs.
|
|
63
63
|
* @param options The options parameters.
|
|
@@ -3,7 +3,7 @@ import { LabServicesSku, SkusListOptionalParams } from "../models";
|
|
|
3
3
|
/** Interface representing a Skus. */
|
|
4
4
|
export interface Skus {
|
|
5
5
|
/**
|
|
6
|
-
* Returns a list of
|
|
6
|
+
* Returns a list of Azure Lab Services resource SKUs.
|
|
7
7
|
* @param options The options parameters.
|
|
8
8
|
*/
|
|
9
9
|
list(options?: SkusListOptionalParams): PagedAsyncIterableIterator<LabServicesSku>;
|
|
@@ -6,16 +6,16 @@ export interface Users {
|
|
|
6
6
|
/**
|
|
7
7
|
* Returns a list of all users for a lab.
|
|
8
8
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
9
|
-
* @param labName The name of the lab that uniquely identifies it within containing lab
|
|
10
|
-
*
|
|
9
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
|
10
|
+
* resource URIs.
|
|
11
11
|
* @param options The options parameters.
|
|
12
12
|
*/
|
|
13
13
|
listByLab(resourceGroupName: string, labName: string, options?: UsersListByLabOptionalParams): PagedAsyncIterableIterator<User>;
|
|
14
14
|
/**
|
|
15
15
|
* Returns the properties of a lab user.
|
|
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
|
|
18
|
-
*
|
|
17
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
|
18
|
+
* resource URIs.
|
|
19
19
|
* @param userName The name of the user that uniquely identifies it within containing lab. Used in
|
|
20
20
|
* resource URIs.
|
|
21
21
|
* @param options The options parameters.
|
|
@@ -24,8 +24,8 @@ export interface Users {
|
|
|
24
24
|
/**
|
|
25
25
|
* Operation to create or update a lab user.
|
|
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
|
|
28
|
-
*
|
|
27
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
|
28
|
+
* resource URIs.
|
|
29
29
|
* @param userName The name of the user that uniquely identifies it within containing lab. Used in
|
|
30
30
|
* resource URIs.
|
|
31
31
|
* @param body The request body.
|
|
@@ -35,8 +35,8 @@ export interface Users {
|
|
|
35
35
|
/**
|
|
36
36
|
* Operation to create or update a lab user.
|
|
37
37
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
38
|
-
* @param labName The name of the lab that uniquely identifies it within containing lab
|
|
39
|
-
*
|
|
38
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
|
39
|
+
* resource URIs.
|
|
40
40
|
* @param userName The name of the user that uniquely identifies it within containing lab. Used in
|
|
41
41
|
* resource URIs.
|
|
42
42
|
* @param body The request body.
|
|
@@ -46,8 +46,8 @@ export interface Users {
|
|
|
46
46
|
/**
|
|
47
47
|
* Operation to update a lab user.
|
|
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
|
|
50
|
-
*
|
|
49
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
|
50
|
+
* resource URIs.
|
|
51
51
|
* @param userName The name of the user that uniquely identifies it within containing lab. Used in
|
|
52
52
|
* resource URIs.
|
|
53
53
|
* @param body The request body.
|
|
@@ -57,8 +57,8 @@ export interface Users {
|
|
|
57
57
|
/**
|
|
58
58
|
* Operation to update a lab user.
|
|
59
59
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
60
|
-
* @param labName The name of the lab that uniquely identifies it within containing lab
|
|
61
|
-
*
|
|
60
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
|
61
|
+
* resource URIs.
|
|
62
62
|
* @param userName The name of the user that uniquely identifies it within containing lab. Used in
|
|
63
63
|
* resource URIs.
|
|
64
64
|
* @param body The request body.
|
|
@@ -68,8 +68,8 @@ export interface Users {
|
|
|
68
68
|
/**
|
|
69
69
|
* Operation to delete a user resource.
|
|
70
70
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
71
|
-
* @param labName The name of the lab that uniquely identifies it within containing lab
|
|
72
|
-
*
|
|
71
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
|
72
|
+
* resource URIs.
|
|
73
73
|
* @param userName The name of the user that uniquely identifies it within containing lab. Used in
|
|
74
74
|
* resource URIs.
|
|
75
75
|
* @param options The options parameters.
|
|
@@ -78,8 +78,8 @@ export interface Users {
|
|
|
78
78
|
/**
|
|
79
79
|
* Operation to delete a user resource.
|
|
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
|
|
82
|
-
*
|
|
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 options The options parameters.
|
|
@@ -88,8 +88,8 @@ export interface Users {
|
|
|
88
88
|
/**
|
|
89
89
|
* Operation to invite a user to a lab.
|
|
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
|
|
92
|
-
*
|
|
91
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
|
92
|
+
* resource URIs.
|
|
93
93
|
* @param userName The name of the user that uniquely identifies it within containing lab. Used in
|
|
94
94
|
* resource URIs.
|
|
95
95
|
* @param body The request body.
|
|
@@ -99,8 +99,8 @@ export interface Users {
|
|
|
99
99
|
/**
|
|
100
100
|
* Operation to invite a user to a lab.
|
|
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
|
|
103
|
-
*
|
|
102
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
|
103
|
+
* resource URIs.
|
|
104
104
|
* @param userName The name of the user that uniquely identifies it within containing lab. Used in
|
|
105
105
|
* resource URIs.
|
|
106
106
|
* @param body The request body.
|
|
@@ -6,16 +6,16 @@ export interface VirtualMachines {
|
|
|
6
6
|
/**
|
|
7
7
|
* Returns a list of all virtual machines for a lab.
|
|
8
8
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
9
|
-
* @param labName The name of the lab that uniquely identifies it within containing lab
|
|
10
|
-
*
|
|
9
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
|
10
|
+
* resource URIs.
|
|
11
11
|
* @param options The options parameters.
|
|
12
12
|
*/
|
|
13
13
|
listByLab(resourceGroupName: string, labName: string, options?: VirtualMachinesListByLabOptionalParams): PagedAsyncIterableIterator<VirtualMachine>;
|
|
14
14
|
/**
|
|
15
15
|
* Returns the properties for a lab virtual machine.
|
|
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
|
|
18
|
-
*
|
|
17
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
|
18
|
+
* resource URIs.
|
|
19
19
|
* @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
|
|
20
20
|
* containing lab. Used in resource URIs.
|
|
21
21
|
* @param options The options parameters.
|
|
@@ -24,8 +24,8 @@ export interface VirtualMachines {
|
|
|
24
24
|
/**
|
|
25
25
|
* Action to start a lab virtual machine.
|
|
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
|
|
28
|
-
*
|
|
27
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
|
28
|
+
* resource URIs.
|
|
29
29
|
* @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
|
|
30
30
|
* containing lab. Used in resource URIs.
|
|
31
31
|
* @param options The options parameters.
|
|
@@ -34,8 +34,8 @@ export interface VirtualMachines {
|
|
|
34
34
|
/**
|
|
35
35
|
* Action to start a lab virtual machine.
|
|
36
36
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
37
|
-
* @param labName The name of the lab that uniquely identifies it within containing lab
|
|
38
|
-
*
|
|
37
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
|
38
|
+
* resource URIs.
|
|
39
39
|
* @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
|
|
40
40
|
* containing lab. Used in resource URIs.
|
|
41
41
|
* @param options The options parameters.
|
|
@@ -44,8 +44,8 @@ export interface VirtualMachines {
|
|
|
44
44
|
/**
|
|
45
45
|
* Action to stop a lab virtual machine.
|
|
46
46
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
47
|
-
* @param labName The name of the lab that uniquely identifies it within containing lab
|
|
48
|
-
*
|
|
47
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
|
48
|
+
* resource URIs.
|
|
49
49
|
* @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
|
|
50
50
|
* containing lab. Used in resource URIs.
|
|
51
51
|
* @param options The options parameters.
|
|
@@ -54,8 +54,8 @@ export interface VirtualMachines {
|
|
|
54
54
|
/**
|
|
55
55
|
* Action to stop 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
|
|
58
|
-
*
|
|
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.
|
|
@@ -65,8 +65,8 @@ export interface VirtualMachines {
|
|
|
65
65
|
* Re-image a lab virtual machine. The virtual machine will be deleted and recreated using the latest
|
|
66
66
|
* published snapshot of the reference environment of the lab.
|
|
67
67
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
68
|
-
* @param labName The name of the lab that uniquely identifies it within containing lab
|
|
69
|
-
*
|
|
68
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
|
69
|
+
* resource URIs.
|
|
70
70
|
* @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
|
|
71
71
|
* containing lab. Used in resource URIs.
|
|
72
72
|
* @param options The options parameters.
|
|
@@ -76,8 +76,8 @@ export interface VirtualMachines {
|
|
|
76
76
|
* Re-image a lab virtual machine. The virtual machine will be deleted and recreated using the latest
|
|
77
77
|
* published snapshot of the reference environment of the lab.
|
|
78
78
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
79
|
-
* @param labName The name of the lab that uniquely identifies it within containing lab
|
|
80
|
-
*
|
|
79
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
|
80
|
+
* resource URIs.
|
|
81
81
|
* @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
|
|
82
82
|
* containing lab. Used in resource URIs.
|
|
83
83
|
* @param options The options parameters.
|
|
@@ -87,8 +87,8 @@ export interface VirtualMachines {
|
|
|
87
87
|
* Action to redeploy a lab virtual machine to a different compute node. For troubleshooting
|
|
88
88
|
* connectivity.
|
|
89
89
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
90
|
-
* @param labName The name of the lab that uniquely identifies it within containing lab
|
|
91
|
-
*
|
|
90
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
|
91
|
+
* resource URIs.
|
|
92
92
|
* @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
|
|
93
93
|
* containing lab. Used in resource URIs.
|
|
94
94
|
* @param options The options parameters.
|
|
@@ -98,8 +98,8 @@ export interface VirtualMachines {
|
|
|
98
98
|
* Action to redeploy a lab virtual machine to a different compute node. For troubleshooting
|
|
99
99
|
* connectivity.
|
|
100
100
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
101
|
-
* @param labName The name of the lab that uniquely identifies it within containing lab
|
|
102
|
-
*
|
|
101
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
|
102
|
+
* resource URIs.
|
|
103
103
|
* @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
|
|
104
104
|
* containing lab. Used in resource URIs.
|
|
105
105
|
* @param options The options parameters.
|
|
@@ -108,8 +108,8 @@ export interface VirtualMachines {
|
|
|
108
108
|
/**
|
|
109
109
|
* Resets a lab virtual machine password.
|
|
110
110
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
111
|
-
* @param labName The name of the lab that uniquely identifies it within containing lab
|
|
112
|
-
*
|
|
111
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
|
112
|
+
* resource URIs.
|
|
113
113
|
* @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
|
|
114
114
|
* containing lab. Used in resource URIs.
|
|
115
115
|
* @param body The request body.
|
|
@@ -119,8 +119,8 @@ export interface VirtualMachines {
|
|
|
119
119
|
/**
|
|
120
120
|
* Resets a lab virtual machine password.
|
|
121
121
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
122
|
-
* @param labName The name of the lab that uniquely identifies it within containing lab
|
|
123
|
-
*
|
|
122
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
|
123
|
+
* resource URIs.
|
|
124
124
|
* @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
|
|
125
125
|
* containing lab. Used in resource URIs.
|
|
126
126
|
* @param body The request body.
|