@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
|
@@ -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
|
|
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 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
|
|
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
|
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
|
|
36
|
-
*
|
|
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
|
|
46
|
-
*
|
|
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
|
|
57
|
-
*
|
|
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
|
|
68
|
-
*
|
|
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
|
|
78
|
-
*
|
|
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
|
|
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 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
|
|
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 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
|
|
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 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
|
|
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 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
|
|
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 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
|
|
114
|
-
*
|
|
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
|
|
127
|
-
*
|
|
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
|
|
170
|
-
*
|
|
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
|
|
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 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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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 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
|
|
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
|
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
|
|
36
|
-
*
|
|
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
|
|
46
|
-
*
|
|
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
|
|
57
|
-
*
|
|
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
|
|
68
|
-
*
|
|
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
|
|
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 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
|
|
90
|
-
*
|
|
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
|
|
100
|
-
*
|
|
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
|
|
110
|
-
*
|
|
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
|
|
121
|
-
*
|
|
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
|
|
132
|
-
*
|
|
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
|
|
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 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
|
|
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 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
|
|
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 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
|
|
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 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
|
|
145
|
-
*
|
|
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
|
|
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 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
|
|
205
|
-
*
|
|
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
|
|
221
|
-
*
|
|
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
|
|
264
|
-
*
|
|
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
|
|
279
|
-
*
|
|
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
|
|
323
|
-
*
|
|
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
|
|
339
|
-
*
|
|
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
|
|
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 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
|
|
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
|
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
|
|
36
|
-
*
|
|
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
|
|
46
|
-
*
|
|
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
|
|
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 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
|
|
66
|
-
*
|
|
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
|
|
76
|
-
*
|
|
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
|
|
87
|
-
*
|
|
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
|
|
98
|
-
*
|
|
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
|
|
109
|
-
*
|
|
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
|
|
120
|
-
*
|
|
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
|
|
130
|
-
*
|
|
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
|
|
141
|
-
*
|
|
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
|
|
152
|
-
*
|
|
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
|
*/
|