@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
|
@@ -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
|
|
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 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
|
|
62
|
-
*
|
|
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
|
|
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 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
|
|
95
|
-
*
|
|
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
|
|
111
|
-
*
|
|
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
|
|
125
|
-
*
|
|
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
|
|
137
|
-
*
|
|
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
|
|
149
|
-
*
|
|
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
|
|
161
|
-
*
|
|
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
|
|
173
|
-
*
|
|
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
|
|
185
|
-
*
|
|
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
|
|
31
|
-
*
|
|
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
|
|
43
|
-
*
|
|
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
|
|
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 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
|
|
75
|
-
*
|
|
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
|
|
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 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
|
|
107
|
-
*
|
|
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
|
|
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
|
|
33
|
-
*
|
|
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
|
|
45
|
-
*
|
|
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
|
|
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 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
|
|
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 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
|
|
99
|
-
*
|
|
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
|
|
118
|
-
*
|
|
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
|
|
135
|
-
*
|
|
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
|
|
150
|
-
*
|
|
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
|
|
165
|
-
*
|
|
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
|
|
182
|
-
*
|
|
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
|
|
31
|
-
*
|
|
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
|
|
43
|
-
*
|
|
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
|
|
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.
|
|
@@ -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
|
|
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 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
|
|
88
|
-
*
|
|
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
|
|
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 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
|
|
119
|
-
*
|
|
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
|
|
135
|
-
*
|
|
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
|
|
151
|
-
*
|
|
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
|
|
167
|
-
*
|
|
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
|
|
182
|
-
*
|
|
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
|
|
199
|
-
*
|
|
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.
|