@azure/arm-labservices 1.1.1 → 2.0.0
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/LICENSE.txt +1 -1
- package/README.md +11 -14
- package/dist/arm-labservices.js +2913 -3372
- package/dist/arm-labservices.js.map +1 -1
- package/dist/arm-labservices.min.js +1 -1
- package/dist/arm-labservices.min.js.map +1 -1
- package/esm/{managedLabsClient.d.ts → labServicesClient.d.ts} +12 -13
- package/esm/labServicesClient.d.ts.map +1 -0
- package/esm/{managedLabsClient.js → labServicesClient.js} +17 -19
- package/esm/labServicesClient.js.map +1 -0
- package/esm/{managedLabsClientContext.d.ts → labServicesClientContext.d.ts} +6 -6
- package/esm/labServicesClientContext.d.ts.map +1 -0
- package/esm/{managedLabsClientContext.js → labServicesClientContext.js} +12 -13
- package/esm/labServicesClientContext.js.map +1 -0
- package/esm/models/imagesMappers.d.ts +2 -0
- package/esm/models/imagesMappers.d.ts.map +1 -0
- package/esm/models/imagesMappers.js +9 -0
- package/esm/models/imagesMappers.js.map +1 -0
- package/esm/models/index.d.ts +977 -1070
- package/esm/models/index.d.ts.map +1 -1
- package/esm/models/index.js +2 -2
- package/esm/models/labPlansMappers.d.ts +2 -0
- package/esm/models/labPlansMappers.d.ts.map +1 -0
- package/esm/models/labPlansMappers.js +9 -0
- package/esm/models/labPlansMappers.js.map +1 -0
- package/esm/models/labsMappers.d.ts +1 -1
- package/esm/models/labsMappers.d.ts.map +1 -1
- package/esm/models/labsMappers.js +3 -3
- package/esm/models/labsMappers.js.map +1 -1
- package/esm/models/mappers.d.ts +50 -65
- package/esm/models/mappers.d.ts.map +1 -1
- package/esm/models/mappers.js +1182 -1209
- package/esm/models/mappers.js.map +1 -1
- package/esm/models/operationResultsMappers.d.ts +2 -0
- package/esm/models/operationResultsMappers.d.ts.map +1 -0
- package/esm/models/operationResultsMappers.js +9 -0
- package/esm/models/operationResultsMappers.js.map +1 -0
- package/esm/models/operationsMappers.d.ts +1 -1
- package/esm/models/operationsMappers.d.ts.map +1 -1
- package/esm/models/operationsMappers.js +3 -3
- package/esm/models/operationsMappers.js.map +1 -1
- package/esm/models/parameters.d.ts +5 -9
- package/esm/models/parameters.d.ts.map +1 -1
- package/esm/models/parameters.js +69 -74
- package/esm/models/parameters.js.map +1 -1
- package/esm/models/schedulesMappers.d.ts +2 -0
- package/esm/models/schedulesMappers.d.ts.map +1 -0
- package/esm/models/schedulesMappers.js +9 -0
- package/esm/models/schedulesMappers.js.map +1 -0
- package/esm/models/usersMappers.d.ts +1 -1
- package/esm/models/usersMappers.d.ts.map +1 -1
- package/esm/models/usersMappers.js +3 -3
- package/esm/models/usersMappers.js.map +1 -1
- package/esm/models/virtualMachinesMappers.d.ts +2 -0
- package/esm/models/virtualMachinesMappers.d.ts.map +1 -0
- package/esm/models/virtualMachinesMappers.js +9 -0
- package/esm/models/virtualMachinesMappers.js.map +1 -0
- package/esm/operations/images.d.ts +147 -0
- package/esm/operations/images.d.ts.map +1 -0
- package/esm/operations/images.js +198 -0
- package/esm/operations/images.js.map +1 -0
- package/esm/operations/index.d.ts +5 -6
- package/esm/operations/index.d.ts.map +1 -1
- package/esm/operations/index.js +7 -9
- package/esm/operations/index.js.map +1 -1
- package/esm/operations/labPlans.d.ts +202 -0
- package/esm/operations/labPlans.d.ts.map +1 -0
- package/esm/operations/labPlans.js +419 -0
- package/esm/operations/labPlans.js.map +1 -0
- package/esm/operations/labs.d.ts +135 -117
- package/esm/operations/labs.d.ts.map +1 -1
- package/esm/operations/labs.js +233 -92
- package/esm/operations/labs.js.map +1 -1
- package/esm/operations/operationResults.d.ts +32 -0
- package/esm/operations/operationResults.d.ts.map +1 -0
- package/esm/operations/operationResults.js +56 -0
- package/esm/operations/operationResults.js.map +1 -0
- package/esm/operations/operations.d.ts +28 -14
- package/esm/operations/operations.d.ts.map +1 -1
- package/esm/operations/operations.js +36 -15
- package/esm/operations/operations.js.map +1 -1
- package/esm/operations/schedules.d.ts +181 -0
- package/esm/operations/schedules.d.ts.map +1 -0
- package/esm/operations/schedules.js +260 -0
- package/esm/operations/schedules.js.map +1 -0
- package/esm/operations/users.d.ts +123 -95
- package/esm/operations/users.d.ts.map +1 -1
- package/esm/operations/users.js +190 -69
- package/esm/operations/users.js.map +1 -1
- package/esm/operations/virtualMachines.d.ts +217 -0
- package/esm/operations/virtualMachines.d.ts.map +1 -0
- package/esm/operations/virtualMachines.js +425 -0
- package/esm/operations/virtualMachines.js.map +1 -0
- package/package.json +13 -13
- package/rollup.config.js +4 -4
- package/src/{managedLabsClient.ts → labServicesClient.ts} +21 -24
- package/src/{managedLabsClientContext.ts → labServicesClientContext.ts} +9 -10
- package/src/models/imagesMappers.ts +47 -0
- package/src/models/index.ts +992 -1091
- package/src/models/labPlansMappers.ts +50 -0
- package/src/models/labsMappers.ts +37 -28
- package/src/models/mappers.ts +1192 -1234
- package/src/models/operationResultsMappers.ts +14 -0
- package/src/models/operationsMappers.ts +8 -5
- package/src/models/parameters.ts +69 -74
- package/src/models/schedulesMappers.ts +47 -0
- package/src/models/usersMappers.ts +36 -27
- package/src/models/virtualMachinesMappers.ts +47 -0
- package/src/operations/images.ts +365 -0
- package/src/operations/index.ts +7 -9
- package/src/operations/labPlans.ts +578 -0
- package/src/operations/labs.ts +297 -215
- package/src/operations/operationResults.ts +83 -0
- package/src/operations/operations.ts +70 -30
- package/src/operations/schedules.ts +443 -0
- package/src/operations/users.ts +238 -160
- package/src/operations/virtualMachines.ts +551 -0
- package/tsconfig.json +1 -1
- package/esm/managedLabsClient.d.ts.map +0 -1
- package/esm/managedLabsClient.js.map +0 -1
- package/esm/managedLabsClientContext.d.ts.map +0 -1
- package/esm/managedLabsClientContext.js.map +0 -1
- package/esm/models/environmentSettingsMappers.d.ts +0 -2
- package/esm/models/environmentSettingsMappers.d.ts.map +0 -1
- package/esm/models/environmentSettingsMappers.js +0 -9
- package/esm/models/environmentSettingsMappers.js.map +0 -1
- package/esm/models/environmentsMappers.d.ts +0 -2
- package/esm/models/environmentsMappers.d.ts.map +0 -1
- package/esm/models/environmentsMappers.js +0 -9
- package/esm/models/environmentsMappers.js.map +0 -1
- package/esm/models/galleryImagesMappers.d.ts +0 -2
- package/esm/models/galleryImagesMappers.d.ts.map +0 -1
- package/esm/models/galleryImagesMappers.js +0 -9
- package/esm/models/galleryImagesMappers.js.map +0 -1
- package/esm/models/globalUsersMappers.d.ts +0 -2
- package/esm/models/globalUsersMappers.d.ts.map +0 -1
- package/esm/models/globalUsersMappers.js +0 -9
- package/esm/models/globalUsersMappers.js.map +0 -1
- package/esm/models/labAccountsMappers.d.ts +0 -2
- package/esm/models/labAccountsMappers.d.ts.map +0 -1
- package/esm/models/labAccountsMappers.js +0 -9
- package/esm/models/labAccountsMappers.js.map +0 -1
- package/esm/models/providerOperationsMappers.d.ts +0 -2
- package/esm/models/providerOperationsMappers.d.ts.map +0 -1
- package/esm/models/providerOperationsMappers.js +0 -9
- package/esm/models/providerOperationsMappers.js.map +0 -1
- package/esm/operations/environmentSettings.d.ts +0 -262
- package/esm/operations/environmentSettings.d.ts.map +0 -1
- package/esm/operations/environmentSettings.js +0 -479
- package/esm/operations/environmentSettings.js.map +0 -1
- package/esm/operations/environments.d.ts +0 -279
- package/esm/operations/environments.d.ts.map +0 -1
- package/esm/operations/environments.js +0 -504
- package/esm/operations/environments.js.map +0 -1
- package/esm/operations/galleryImages.d.ts +0 -154
- package/esm/operations/galleryImages.d.ts.map +0 -1
- package/esm/operations/galleryImages.js +0 -234
- package/esm/operations/galleryImages.js.map +0 -1
- package/esm/operations/globalUsers.d.ts +0 -220
- package/esm/operations/globalUsers.d.ts.map +0 -1
- package/esm/operations/globalUsers.js +0 -411
- package/esm/operations/globalUsers.js.map +0 -1
- package/esm/operations/labAccounts.d.ts +0 -216
- package/esm/operations/labAccounts.d.ts.map +0 -1
- package/esm/operations/labAccounts.js +0 -364
- package/esm/operations/labAccounts.js.map +0 -1
- package/esm/operations/providerOperations.d.ts +0 -46
- package/esm/operations/providerOperations.d.ts.map +0 -1
- package/esm/operations/providerOperations.js +0 -77
- package/esm/operations/providerOperations.js.map +0 -1
- package/src/models/environmentSettingsMappers.ts +0 -40
- package/src/models/environmentsMappers.ts +0 -40
- package/src/models/galleryImagesMappers.ts +0 -39
- package/src/models/globalUsersMappers.ts +0 -29
- package/src/models/labAccountsMappers.ts +0 -47
- package/src/models/providerOperationsMappers.ts +0 -14
- package/src/operations/environmentSettings.ts +0 -705
- package/src/operations/environments.ts +0 -741
- package/src/operations/galleryImages.ts +0 -413
- package/src/operations/globalUsers.ts +0 -644
- package/src/operations/labAccounts.ts +0 -613
- package/src/operations/providerOperations.ts +0 -123
|
@@ -1,411 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for
|
|
4
|
-
* license information.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
8
|
-
* regenerated.
|
|
9
|
-
*/
|
|
10
|
-
import { __assign } from "tslib";
|
|
11
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
12
|
-
import * as Mappers from "../models/globalUsersMappers";
|
|
13
|
-
import * as Parameters from "../models/parameters";
|
|
14
|
-
/** Class representing a GlobalUsers. */
|
|
15
|
-
var GlobalUsers = /** @class */ (function () {
|
|
16
|
-
/**
|
|
17
|
-
* Create a GlobalUsers.
|
|
18
|
-
* @param {ManagedLabsClientContext} client Reference to the service client.
|
|
19
|
-
*/
|
|
20
|
-
function GlobalUsers(client) {
|
|
21
|
-
this.client = client;
|
|
22
|
-
}
|
|
23
|
-
GlobalUsers.prototype.getEnvironment = function (userName, environmentOperationsPayload, options, callback) {
|
|
24
|
-
return this.client.sendOperationRequest({
|
|
25
|
-
userName: userName,
|
|
26
|
-
environmentOperationsPayload: environmentOperationsPayload,
|
|
27
|
-
options: options
|
|
28
|
-
}, getEnvironmentOperationSpec, callback);
|
|
29
|
-
};
|
|
30
|
-
GlobalUsers.prototype.getOperationBatchStatus = function (userName, operationBatchStatusPayload, options, callback) {
|
|
31
|
-
return this.client.sendOperationRequest({
|
|
32
|
-
userName: userName,
|
|
33
|
-
operationBatchStatusPayload: operationBatchStatusPayload,
|
|
34
|
-
options: options
|
|
35
|
-
}, getOperationBatchStatusOperationSpec, callback);
|
|
36
|
-
};
|
|
37
|
-
GlobalUsers.prototype.getOperationStatus = function (userName, operationStatusPayload, options, callback) {
|
|
38
|
-
return this.client.sendOperationRequest({
|
|
39
|
-
userName: userName,
|
|
40
|
-
operationStatusPayload: operationStatusPayload,
|
|
41
|
-
options: options
|
|
42
|
-
}, getOperationStatusOperationSpec, callback);
|
|
43
|
-
};
|
|
44
|
-
GlobalUsers.prototype.getPersonalPreferences = function (userName, personalPreferencesOperationsPayload, options, callback) {
|
|
45
|
-
return this.client.sendOperationRequest({
|
|
46
|
-
userName: userName,
|
|
47
|
-
personalPreferencesOperationsPayload: personalPreferencesOperationsPayload,
|
|
48
|
-
options: options
|
|
49
|
-
}, getPersonalPreferencesOperationSpec, callback);
|
|
50
|
-
};
|
|
51
|
-
GlobalUsers.prototype.listEnvironments = function (userName, listEnvironmentsPayload, options, callback) {
|
|
52
|
-
return this.client.sendOperationRequest({
|
|
53
|
-
userName: userName,
|
|
54
|
-
listEnvironmentsPayload: listEnvironmentsPayload,
|
|
55
|
-
options: options
|
|
56
|
-
}, listEnvironmentsOperationSpec, callback);
|
|
57
|
-
};
|
|
58
|
-
GlobalUsers.prototype.listLabs = function (userName, options, callback) {
|
|
59
|
-
return this.client.sendOperationRequest({
|
|
60
|
-
userName: userName,
|
|
61
|
-
options: options
|
|
62
|
-
}, listLabsOperationSpec, callback);
|
|
63
|
-
};
|
|
64
|
-
GlobalUsers.prototype.register = function (userName, registerPayload, options, callback) {
|
|
65
|
-
return this.client.sendOperationRequest({
|
|
66
|
-
userName: userName,
|
|
67
|
-
registerPayload: registerPayload,
|
|
68
|
-
options: options
|
|
69
|
-
}, registerOperationSpec, callback);
|
|
70
|
-
};
|
|
71
|
-
/**
|
|
72
|
-
* Resets the user password on an environment This operation can take a while to complete
|
|
73
|
-
* @param userName The name of the user.
|
|
74
|
-
* @param resetPasswordPayload Represents the payload for resetting passwords.
|
|
75
|
-
* @param [options] The optional parameters
|
|
76
|
-
* @returns Promise<msRest.RestResponse>
|
|
77
|
-
*/
|
|
78
|
-
GlobalUsers.prototype.resetPassword = function (userName, resetPasswordPayload, options) {
|
|
79
|
-
return this.beginResetPassword(userName, resetPasswordPayload, options)
|
|
80
|
-
.then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
|
|
81
|
-
};
|
|
82
|
-
/**
|
|
83
|
-
* Starts an environment by starting all resources inside the environment. This operation can take
|
|
84
|
-
* a while to complete
|
|
85
|
-
* @param userName The name of the user.
|
|
86
|
-
* @param environmentOperationsPayload Represents payload for any Environment operations like get,
|
|
87
|
-
* start, stop, connect
|
|
88
|
-
* @param [options] The optional parameters
|
|
89
|
-
* @returns Promise<msRest.RestResponse>
|
|
90
|
-
*/
|
|
91
|
-
GlobalUsers.prototype.startEnvironment = function (userName, environmentOperationsPayload, options) {
|
|
92
|
-
return this.beginStartEnvironment(userName, environmentOperationsPayload, options)
|
|
93
|
-
.then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
|
|
94
|
-
};
|
|
95
|
-
/**
|
|
96
|
-
* Stops an environment by stopping all resources inside the environment This operation can take a
|
|
97
|
-
* while to complete
|
|
98
|
-
* @param userName The name of the user.
|
|
99
|
-
* @param environmentOperationsPayload Represents payload for any Environment operations like get,
|
|
100
|
-
* start, stop, connect
|
|
101
|
-
* @param [options] The optional parameters
|
|
102
|
-
* @returns Promise<msRest.RestResponse>
|
|
103
|
-
*/
|
|
104
|
-
GlobalUsers.prototype.stopEnvironment = function (userName, environmentOperationsPayload, options) {
|
|
105
|
-
return this.beginStopEnvironment(userName, environmentOperationsPayload, options)
|
|
106
|
-
.then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
|
|
107
|
-
};
|
|
108
|
-
/**
|
|
109
|
-
* Resets the user password on an environment This operation can take a while to complete
|
|
110
|
-
* @param userName The name of the user.
|
|
111
|
-
* @param resetPasswordPayload Represents the payload for resetting passwords.
|
|
112
|
-
* @param [options] The optional parameters
|
|
113
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
114
|
-
*/
|
|
115
|
-
GlobalUsers.prototype.beginResetPassword = function (userName, resetPasswordPayload, options) {
|
|
116
|
-
return this.client.sendLRORequest({
|
|
117
|
-
userName: userName,
|
|
118
|
-
resetPasswordPayload: resetPasswordPayload,
|
|
119
|
-
options: options
|
|
120
|
-
}, beginResetPasswordOperationSpec, options);
|
|
121
|
-
};
|
|
122
|
-
/**
|
|
123
|
-
* Starts an environment by starting all resources inside the environment. This operation can take
|
|
124
|
-
* a while to complete
|
|
125
|
-
* @param userName The name of the user.
|
|
126
|
-
* @param environmentOperationsPayload Represents payload for any Environment operations like get,
|
|
127
|
-
* start, stop, connect
|
|
128
|
-
* @param [options] The optional parameters
|
|
129
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
130
|
-
*/
|
|
131
|
-
GlobalUsers.prototype.beginStartEnvironment = function (userName, environmentOperationsPayload, options) {
|
|
132
|
-
return this.client.sendLRORequest({
|
|
133
|
-
userName: userName,
|
|
134
|
-
environmentOperationsPayload: environmentOperationsPayload,
|
|
135
|
-
options: options
|
|
136
|
-
}, beginStartEnvironmentOperationSpec, options);
|
|
137
|
-
};
|
|
138
|
-
/**
|
|
139
|
-
* Stops an environment by stopping all resources inside the environment This operation can take a
|
|
140
|
-
* while to complete
|
|
141
|
-
* @param userName The name of the user.
|
|
142
|
-
* @param environmentOperationsPayload Represents payload for any Environment operations like get,
|
|
143
|
-
* start, stop, connect
|
|
144
|
-
* @param [options] The optional parameters
|
|
145
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
146
|
-
*/
|
|
147
|
-
GlobalUsers.prototype.beginStopEnvironment = function (userName, environmentOperationsPayload, options) {
|
|
148
|
-
return this.client.sendLRORequest({
|
|
149
|
-
userName: userName,
|
|
150
|
-
environmentOperationsPayload: environmentOperationsPayload,
|
|
151
|
-
options: options
|
|
152
|
-
}, beginStopEnvironmentOperationSpec, options);
|
|
153
|
-
};
|
|
154
|
-
return GlobalUsers;
|
|
155
|
-
}());
|
|
156
|
-
export { GlobalUsers };
|
|
157
|
-
// Operation Specifications
|
|
158
|
-
var serializer = new msRest.Serializer(Mappers);
|
|
159
|
-
var getEnvironmentOperationSpec = {
|
|
160
|
-
httpMethod: "POST",
|
|
161
|
-
path: "providers/Microsoft.LabServices/users/{userName}/getEnvironment",
|
|
162
|
-
urlParameters: [
|
|
163
|
-
Parameters.userName
|
|
164
|
-
],
|
|
165
|
-
queryParameters: [
|
|
166
|
-
Parameters.expand,
|
|
167
|
-
Parameters.apiVersion
|
|
168
|
-
],
|
|
169
|
-
headerParameters: [
|
|
170
|
-
Parameters.acceptLanguage
|
|
171
|
-
],
|
|
172
|
-
requestBody: {
|
|
173
|
-
parameterPath: "environmentOperationsPayload",
|
|
174
|
-
mapper: __assign(__assign({}, Mappers.EnvironmentOperationsPayload), { required: true })
|
|
175
|
-
},
|
|
176
|
-
responses: {
|
|
177
|
-
200: {
|
|
178
|
-
bodyMapper: Mappers.GetEnvironmentResponse
|
|
179
|
-
},
|
|
180
|
-
default: {
|
|
181
|
-
bodyMapper: Mappers.CloudError
|
|
182
|
-
}
|
|
183
|
-
},
|
|
184
|
-
serializer: serializer
|
|
185
|
-
};
|
|
186
|
-
var getOperationBatchStatusOperationSpec = {
|
|
187
|
-
httpMethod: "POST",
|
|
188
|
-
path: "providers/Microsoft.LabServices/users/{userName}/getOperationBatchStatus",
|
|
189
|
-
urlParameters: [
|
|
190
|
-
Parameters.userName
|
|
191
|
-
],
|
|
192
|
-
queryParameters: [
|
|
193
|
-
Parameters.apiVersion
|
|
194
|
-
],
|
|
195
|
-
headerParameters: [
|
|
196
|
-
Parameters.acceptLanguage
|
|
197
|
-
],
|
|
198
|
-
requestBody: {
|
|
199
|
-
parameterPath: "operationBatchStatusPayload",
|
|
200
|
-
mapper: __assign(__assign({}, Mappers.OperationBatchStatusPayload), { required: true })
|
|
201
|
-
},
|
|
202
|
-
responses: {
|
|
203
|
-
200: {
|
|
204
|
-
bodyMapper: Mappers.OperationBatchStatusResponse
|
|
205
|
-
},
|
|
206
|
-
default: {
|
|
207
|
-
bodyMapper: Mappers.CloudError
|
|
208
|
-
}
|
|
209
|
-
},
|
|
210
|
-
serializer: serializer
|
|
211
|
-
};
|
|
212
|
-
var getOperationStatusOperationSpec = {
|
|
213
|
-
httpMethod: "POST",
|
|
214
|
-
path: "providers/Microsoft.LabServices/users/{userName}/getOperationStatus",
|
|
215
|
-
urlParameters: [
|
|
216
|
-
Parameters.userName
|
|
217
|
-
],
|
|
218
|
-
queryParameters: [
|
|
219
|
-
Parameters.apiVersion
|
|
220
|
-
],
|
|
221
|
-
headerParameters: [
|
|
222
|
-
Parameters.acceptLanguage
|
|
223
|
-
],
|
|
224
|
-
requestBody: {
|
|
225
|
-
parameterPath: "operationStatusPayload",
|
|
226
|
-
mapper: __assign(__assign({}, Mappers.OperationStatusPayload), { required: true })
|
|
227
|
-
},
|
|
228
|
-
responses: {
|
|
229
|
-
200: {
|
|
230
|
-
bodyMapper: Mappers.OperationStatusResponse
|
|
231
|
-
},
|
|
232
|
-
default: {
|
|
233
|
-
bodyMapper: Mappers.CloudError
|
|
234
|
-
}
|
|
235
|
-
},
|
|
236
|
-
serializer: serializer
|
|
237
|
-
};
|
|
238
|
-
var getPersonalPreferencesOperationSpec = {
|
|
239
|
-
httpMethod: "POST",
|
|
240
|
-
path: "providers/Microsoft.LabServices/users/{userName}/getPersonalPreferences",
|
|
241
|
-
urlParameters: [
|
|
242
|
-
Parameters.userName
|
|
243
|
-
],
|
|
244
|
-
queryParameters: [
|
|
245
|
-
Parameters.apiVersion
|
|
246
|
-
],
|
|
247
|
-
headerParameters: [
|
|
248
|
-
Parameters.acceptLanguage
|
|
249
|
-
],
|
|
250
|
-
requestBody: {
|
|
251
|
-
parameterPath: "personalPreferencesOperationsPayload",
|
|
252
|
-
mapper: __assign(__assign({}, Mappers.PersonalPreferencesOperationsPayload), { required: true })
|
|
253
|
-
},
|
|
254
|
-
responses: {
|
|
255
|
-
200: {
|
|
256
|
-
bodyMapper: Mappers.GetPersonalPreferencesResponse
|
|
257
|
-
},
|
|
258
|
-
default: {
|
|
259
|
-
bodyMapper: Mappers.CloudError
|
|
260
|
-
}
|
|
261
|
-
},
|
|
262
|
-
serializer: serializer
|
|
263
|
-
};
|
|
264
|
-
var listEnvironmentsOperationSpec = {
|
|
265
|
-
httpMethod: "POST",
|
|
266
|
-
path: "providers/Microsoft.LabServices/users/{userName}/listEnvironments",
|
|
267
|
-
urlParameters: [
|
|
268
|
-
Parameters.userName
|
|
269
|
-
],
|
|
270
|
-
queryParameters: [
|
|
271
|
-
Parameters.apiVersion
|
|
272
|
-
],
|
|
273
|
-
headerParameters: [
|
|
274
|
-
Parameters.acceptLanguage
|
|
275
|
-
],
|
|
276
|
-
requestBody: {
|
|
277
|
-
parameterPath: "listEnvironmentsPayload",
|
|
278
|
-
mapper: __assign(__assign({}, Mappers.ListEnvironmentsPayload), { required: true })
|
|
279
|
-
},
|
|
280
|
-
responses: {
|
|
281
|
-
200: {
|
|
282
|
-
bodyMapper: Mappers.ListEnvironmentsResponse
|
|
283
|
-
},
|
|
284
|
-
default: {
|
|
285
|
-
bodyMapper: Mappers.CloudError
|
|
286
|
-
}
|
|
287
|
-
},
|
|
288
|
-
serializer: serializer
|
|
289
|
-
};
|
|
290
|
-
var listLabsOperationSpec = {
|
|
291
|
-
httpMethod: "POST",
|
|
292
|
-
path: "providers/Microsoft.LabServices/users/{userName}/listLabs",
|
|
293
|
-
urlParameters: [
|
|
294
|
-
Parameters.userName
|
|
295
|
-
],
|
|
296
|
-
queryParameters: [
|
|
297
|
-
Parameters.apiVersion
|
|
298
|
-
],
|
|
299
|
-
headerParameters: [
|
|
300
|
-
Parameters.acceptLanguage
|
|
301
|
-
],
|
|
302
|
-
responses: {
|
|
303
|
-
200: {
|
|
304
|
-
bodyMapper: Mappers.ListLabsResponse
|
|
305
|
-
},
|
|
306
|
-
default: {
|
|
307
|
-
bodyMapper: Mappers.CloudError
|
|
308
|
-
}
|
|
309
|
-
},
|
|
310
|
-
serializer: serializer
|
|
311
|
-
};
|
|
312
|
-
var registerOperationSpec = {
|
|
313
|
-
httpMethod: "POST",
|
|
314
|
-
path: "providers/Microsoft.LabServices/users/{userName}/register",
|
|
315
|
-
urlParameters: [
|
|
316
|
-
Parameters.userName
|
|
317
|
-
],
|
|
318
|
-
queryParameters: [
|
|
319
|
-
Parameters.apiVersion
|
|
320
|
-
],
|
|
321
|
-
headerParameters: [
|
|
322
|
-
Parameters.acceptLanguage
|
|
323
|
-
],
|
|
324
|
-
requestBody: {
|
|
325
|
-
parameterPath: "registerPayload",
|
|
326
|
-
mapper: __assign(__assign({}, Mappers.RegisterPayload), { required: true })
|
|
327
|
-
},
|
|
328
|
-
responses: {
|
|
329
|
-
200: {},
|
|
330
|
-
default: {
|
|
331
|
-
bodyMapper: Mappers.CloudError
|
|
332
|
-
}
|
|
333
|
-
},
|
|
334
|
-
serializer: serializer
|
|
335
|
-
};
|
|
336
|
-
var beginResetPasswordOperationSpec = {
|
|
337
|
-
httpMethod: "POST",
|
|
338
|
-
path: "providers/Microsoft.LabServices/users/{userName}/resetPassword",
|
|
339
|
-
urlParameters: [
|
|
340
|
-
Parameters.userName
|
|
341
|
-
],
|
|
342
|
-
queryParameters: [
|
|
343
|
-
Parameters.apiVersion
|
|
344
|
-
],
|
|
345
|
-
headerParameters: [
|
|
346
|
-
Parameters.acceptLanguage
|
|
347
|
-
],
|
|
348
|
-
requestBody: {
|
|
349
|
-
parameterPath: "resetPasswordPayload",
|
|
350
|
-
mapper: __assign(__assign({}, Mappers.ResetPasswordPayload), { required: true })
|
|
351
|
-
},
|
|
352
|
-
responses: {
|
|
353
|
-
200: {},
|
|
354
|
-
202: {},
|
|
355
|
-
default: {
|
|
356
|
-
bodyMapper: Mappers.CloudError
|
|
357
|
-
}
|
|
358
|
-
},
|
|
359
|
-
serializer: serializer
|
|
360
|
-
};
|
|
361
|
-
var beginStartEnvironmentOperationSpec = {
|
|
362
|
-
httpMethod: "POST",
|
|
363
|
-
path: "providers/Microsoft.LabServices/users/{userName}/startEnvironment",
|
|
364
|
-
urlParameters: [
|
|
365
|
-
Parameters.userName
|
|
366
|
-
],
|
|
367
|
-
queryParameters: [
|
|
368
|
-
Parameters.apiVersion
|
|
369
|
-
],
|
|
370
|
-
headerParameters: [
|
|
371
|
-
Parameters.acceptLanguage
|
|
372
|
-
],
|
|
373
|
-
requestBody: {
|
|
374
|
-
parameterPath: "environmentOperationsPayload",
|
|
375
|
-
mapper: __assign(__assign({}, Mappers.EnvironmentOperationsPayload), { required: true })
|
|
376
|
-
},
|
|
377
|
-
responses: {
|
|
378
|
-
200: {},
|
|
379
|
-
202: {},
|
|
380
|
-
default: {
|
|
381
|
-
bodyMapper: Mappers.CloudError
|
|
382
|
-
}
|
|
383
|
-
},
|
|
384
|
-
serializer: serializer
|
|
385
|
-
};
|
|
386
|
-
var beginStopEnvironmentOperationSpec = {
|
|
387
|
-
httpMethod: "POST",
|
|
388
|
-
path: "providers/Microsoft.LabServices/users/{userName}/stopEnvironment",
|
|
389
|
-
urlParameters: [
|
|
390
|
-
Parameters.userName
|
|
391
|
-
],
|
|
392
|
-
queryParameters: [
|
|
393
|
-
Parameters.apiVersion
|
|
394
|
-
],
|
|
395
|
-
headerParameters: [
|
|
396
|
-
Parameters.acceptLanguage
|
|
397
|
-
],
|
|
398
|
-
requestBody: {
|
|
399
|
-
parameterPath: "environmentOperationsPayload",
|
|
400
|
-
mapper: __assign(__assign({}, Mappers.EnvironmentOperationsPayload), { required: true })
|
|
401
|
-
},
|
|
402
|
-
responses: {
|
|
403
|
-
200: {},
|
|
404
|
-
202: {},
|
|
405
|
-
default: {
|
|
406
|
-
bodyMapper: Mappers.CloudError
|
|
407
|
-
}
|
|
408
|
-
},
|
|
409
|
-
serializer: serializer
|
|
410
|
-
};
|
|
411
|
-
//# sourceMappingURL=globalUsers.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"globalUsers.js","sourceRoot":"","sources":["../../src/operations/globalUsers.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,216 +0,0 @@
|
|
|
1
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
2
|
-
import * as msRestAzure from "@azure/ms-rest-azure-js";
|
|
3
|
-
import * as Models from "../models";
|
|
4
|
-
import { ManagedLabsClientContext } from "../managedLabsClientContext";
|
|
5
|
-
/** Class representing a LabAccounts. */
|
|
6
|
-
export declare class LabAccounts {
|
|
7
|
-
private readonly client;
|
|
8
|
-
/**
|
|
9
|
-
* Create a LabAccounts.
|
|
10
|
-
* @param {ManagedLabsClientContext} client Reference to the service client.
|
|
11
|
-
*/
|
|
12
|
-
constructor(client: ManagedLabsClientContext);
|
|
13
|
-
/**
|
|
14
|
-
* List lab accounts in a subscription.
|
|
15
|
-
* @param [options] The optional parameters
|
|
16
|
-
* @returns Promise<Models.LabAccountsListBySubscriptionResponse>
|
|
17
|
-
*/
|
|
18
|
-
listBySubscription(options?: Models.LabAccountsListBySubscriptionOptionalParams): Promise<Models.LabAccountsListBySubscriptionResponse>;
|
|
19
|
-
/**
|
|
20
|
-
* @param callback The callback
|
|
21
|
-
*/
|
|
22
|
-
listBySubscription(callback: msRest.ServiceCallback<Models.ResponseWithContinuationLabAccount>): void;
|
|
23
|
-
/**
|
|
24
|
-
* @param options The optional parameters
|
|
25
|
-
* @param callback The callback
|
|
26
|
-
*/
|
|
27
|
-
listBySubscription(options: Models.LabAccountsListBySubscriptionOptionalParams, callback: msRest.ServiceCallback<Models.ResponseWithContinuationLabAccount>): void;
|
|
28
|
-
/**
|
|
29
|
-
* List lab accounts in a resource group.
|
|
30
|
-
* @param resourceGroupName The name of the resource group.
|
|
31
|
-
* @param [options] The optional parameters
|
|
32
|
-
* @returns Promise<Models.LabAccountsListByResourceGroupResponse>
|
|
33
|
-
*/
|
|
34
|
-
listByResourceGroup(resourceGroupName: string, options?: Models.LabAccountsListByResourceGroupOptionalParams): Promise<Models.LabAccountsListByResourceGroupResponse>;
|
|
35
|
-
/**
|
|
36
|
-
* @param resourceGroupName The name of the resource group.
|
|
37
|
-
* @param callback The callback
|
|
38
|
-
*/
|
|
39
|
-
listByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<Models.ResponseWithContinuationLabAccount>): void;
|
|
40
|
-
/**
|
|
41
|
-
* @param resourceGroupName The name of the resource group.
|
|
42
|
-
* @param options The optional parameters
|
|
43
|
-
* @param callback The callback
|
|
44
|
-
*/
|
|
45
|
-
listByResourceGroup(resourceGroupName: string, options: Models.LabAccountsListByResourceGroupOptionalParams, callback: msRest.ServiceCallback<Models.ResponseWithContinuationLabAccount>): void;
|
|
46
|
-
/**
|
|
47
|
-
* Get lab account
|
|
48
|
-
* @param resourceGroupName The name of the resource group.
|
|
49
|
-
* @param labAccountName The name of the lab Account.
|
|
50
|
-
* @param [options] The optional parameters
|
|
51
|
-
* @returns Promise<Models.LabAccountsGetResponse>
|
|
52
|
-
*/
|
|
53
|
-
get(resourceGroupName: string, labAccountName: string, options?: Models.LabAccountsGetOptionalParams): Promise<Models.LabAccountsGetResponse>;
|
|
54
|
-
/**
|
|
55
|
-
* @param resourceGroupName The name of the resource group.
|
|
56
|
-
* @param labAccountName The name of the lab Account.
|
|
57
|
-
* @param callback The callback
|
|
58
|
-
*/
|
|
59
|
-
get(resourceGroupName: string, labAccountName: string, callback: msRest.ServiceCallback<Models.LabAccount>): void;
|
|
60
|
-
/**
|
|
61
|
-
* @param resourceGroupName The name of the resource group.
|
|
62
|
-
* @param labAccountName The name of the lab Account.
|
|
63
|
-
* @param options The optional parameters
|
|
64
|
-
* @param callback The callback
|
|
65
|
-
*/
|
|
66
|
-
get(resourceGroupName: string, labAccountName: string, options: Models.LabAccountsGetOptionalParams, callback: msRest.ServiceCallback<Models.LabAccount>): void;
|
|
67
|
-
/**
|
|
68
|
-
* Create or replace an existing Lab Account.
|
|
69
|
-
* @param resourceGroupName The name of the resource group.
|
|
70
|
-
* @param labAccountName The name of the lab Account.
|
|
71
|
-
* @param labAccount Represents a lab account.
|
|
72
|
-
* @param [options] The optional parameters
|
|
73
|
-
* @returns Promise<Models.LabAccountsCreateOrUpdateResponse>
|
|
74
|
-
*/
|
|
75
|
-
createOrUpdate(resourceGroupName: string, labAccountName: string, labAccount: Models.LabAccount, options?: msRest.RequestOptionsBase): Promise<Models.LabAccountsCreateOrUpdateResponse>;
|
|
76
|
-
/**
|
|
77
|
-
* @param resourceGroupName The name of the resource group.
|
|
78
|
-
* @param labAccountName The name of the lab Account.
|
|
79
|
-
* @param labAccount Represents a lab account.
|
|
80
|
-
* @param callback The callback
|
|
81
|
-
*/
|
|
82
|
-
createOrUpdate(resourceGroupName: string, labAccountName: string, labAccount: Models.LabAccount, callback: msRest.ServiceCallback<Models.LabAccount>): void;
|
|
83
|
-
/**
|
|
84
|
-
* @param resourceGroupName The name of the resource group.
|
|
85
|
-
* @param labAccountName The name of the lab Account.
|
|
86
|
-
* @param labAccount Represents a lab account.
|
|
87
|
-
* @param options The optional parameters
|
|
88
|
-
* @param callback The callback
|
|
89
|
-
*/
|
|
90
|
-
createOrUpdate(resourceGroupName: string, labAccountName: string, labAccount: Models.LabAccount, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.LabAccount>): void;
|
|
91
|
-
/**
|
|
92
|
-
* Delete lab account. This operation can take a while to complete
|
|
93
|
-
* @param resourceGroupName The name of the resource group.
|
|
94
|
-
* @param labAccountName The name of the lab Account.
|
|
95
|
-
* @param [options] The optional parameters
|
|
96
|
-
* @returns Promise<msRest.RestResponse>
|
|
97
|
-
*/
|
|
98
|
-
deleteMethod(resourceGroupName: string, labAccountName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
99
|
-
/**
|
|
100
|
-
* Modify properties of lab accounts.
|
|
101
|
-
* @param resourceGroupName The name of the resource group.
|
|
102
|
-
* @param labAccountName The name of the lab Account.
|
|
103
|
-
* @param labAccount Represents a lab account.
|
|
104
|
-
* @param [options] The optional parameters
|
|
105
|
-
* @returns Promise<Models.LabAccountsUpdateResponse>
|
|
106
|
-
*/
|
|
107
|
-
update(resourceGroupName: string, labAccountName: string, labAccount: Models.LabAccountFragment, options?: msRest.RequestOptionsBase): Promise<Models.LabAccountsUpdateResponse>;
|
|
108
|
-
/**
|
|
109
|
-
* @param resourceGroupName The name of the resource group.
|
|
110
|
-
* @param labAccountName The name of the lab Account.
|
|
111
|
-
* @param labAccount Represents a lab account.
|
|
112
|
-
* @param callback The callback
|
|
113
|
-
*/
|
|
114
|
-
update(resourceGroupName: string, labAccountName: string, labAccount: Models.LabAccountFragment, callback: msRest.ServiceCallback<Models.LabAccount>): void;
|
|
115
|
-
/**
|
|
116
|
-
* @param resourceGroupName The name of the resource group.
|
|
117
|
-
* @param labAccountName The name of the lab Account.
|
|
118
|
-
* @param labAccount Represents a lab account.
|
|
119
|
-
* @param options The optional parameters
|
|
120
|
-
* @param callback The callback
|
|
121
|
-
*/
|
|
122
|
-
update(resourceGroupName: string, labAccountName: string, labAccount: Models.LabAccountFragment, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.LabAccount>): void;
|
|
123
|
-
/**
|
|
124
|
-
* Create a lab in a lab account.
|
|
125
|
-
* @param resourceGroupName The name of the resource group.
|
|
126
|
-
* @param labAccountName The name of the lab Account.
|
|
127
|
-
* @param createLabProperties Properties for creating a managed lab and a default environment
|
|
128
|
-
* setting
|
|
129
|
-
* @param [options] The optional parameters
|
|
130
|
-
* @returns Promise<msRest.RestResponse>
|
|
131
|
-
*/
|
|
132
|
-
createLab(resourceGroupName: string, labAccountName: string, createLabProperties: Models.CreateLabProperties, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
133
|
-
/**
|
|
134
|
-
* @param resourceGroupName The name of the resource group.
|
|
135
|
-
* @param labAccountName The name of the lab Account.
|
|
136
|
-
* @param createLabProperties Properties for creating a managed lab and a default environment
|
|
137
|
-
* setting
|
|
138
|
-
* @param callback The callback
|
|
139
|
-
*/
|
|
140
|
-
createLab(resourceGroupName: string, labAccountName: string, createLabProperties: Models.CreateLabProperties, callback: msRest.ServiceCallback<void>): void;
|
|
141
|
-
/**
|
|
142
|
-
* @param resourceGroupName The name of the resource group.
|
|
143
|
-
* @param labAccountName The name of the lab Account.
|
|
144
|
-
* @param createLabProperties Properties for creating a managed lab and a default environment
|
|
145
|
-
* setting
|
|
146
|
-
* @param options The optional parameters
|
|
147
|
-
* @param callback The callback
|
|
148
|
-
*/
|
|
149
|
-
createLab(resourceGroupName: string, labAccountName: string, createLabProperties: Models.CreateLabProperties, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;
|
|
150
|
-
/**
|
|
151
|
-
* Get regional availability information for each size category configured under a lab account
|
|
152
|
-
* @param resourceGroupName The name of the resource group.
|
|
153
|
-
* @param labAccountName The name of the lab Account.
|
|
154
|
-
* @param [options] The optional parameters
|
|
155
|
-
* @returns Promise<Models.LabAccountsGetRegionalAvailabilityResponse>
|
|
156
|
-
*/
|
|
157
|
-
getRegionalAvailability(resourceGroupName: string, labAccountName: string, options?: msRest.RequestOptionsBase): Promise<Models.LabAccountsGetRegionalAvailabilityResponse>;
|
|
158
|
-
/**
|
|
159
|
-
* @param resourceGroupName The name of the resource group.
|
|
160
|
-
* @param labAccountName The name of the lab Account.
|
|
161
|
-
* @param callback The callback
|
|
162
|
-
*/
|
|
163
|
-
getRegionalAvailability(resourceGroupName: string, labAccountName: string, callback: msRest.ServiceCallback<Models.GetRegionalAvailabilityResponse>): void;
|
|
164
|
-
/**
|
|
165
|
-
* @param resourceGroupName The name of the resource group.
|
|
166
|
-
* @param labAccountName The name of the lab Account.
|
|
167
|
-
* @param options The optional parameters
|
|
168
|
-
* @param callback The callback
|
|
169
|
-
*/
|
|
170
|
-
getRegionalAvailability(resourceGroupName: string, labAccountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.GetRegionalAvailabilityResponse>): void;
|
|
171
|
-
/**
|
|
172
|
-
* Delete lab account. This operation can take a while to complete
|
|
173
|
-
* @param resourceGroupName The name of the resource group.
|
|
174
|
-
* @param labAccountName The name of the lab Account.
|
|
175
|
-
* @param [options] The optional parameters
|
|
176
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
177
|
-
*/
|
|
178
|
-
beginDeleteMethod(resourceGroupName: string, labAccountName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
179
|
-
/**
|
|
180
|
-
* List lab accounts in a subscription.
|
|
181
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
182
|
-
* @param [options] The optional parameters
|
|
183
|
-
* @returns Promise<Models.LabAccountsListBySubscriptionNextResponse>
|
|
184
|
-
*/
|
|
185
|
-
listBySubscriptionNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.LabAccountsListBySubscriptionNextResponse>;
|
|
186
|
-
/**
|
|
187
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
188
|
-
* @param callback The callback
|
|
189
|
-
*/
|
|
190
|
-
listBySubscriptionNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ResponseWithContinuationLabAccount>): void;
|
|
191
|
-
/**
|
|
192
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
193
|
-
* @param options The optional parameters
|
|
194
|
-
* @param callback The callback
|
|
195
|
-
*/
|
|
196
|
-
listBySubscriptionNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ResponseWithContinuationLabAccount>): void;
|
|
197
|
-
/**
|
|
198
|
-
* List lab accounts in a resource group.
|
|
199
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
200
|
-
* @param [options] The optional parameters
|
|
201
|
-
* @returns Promise<Models.LabAccountsListByResourceGroupNextResponse>
|
|
202
|
-
*/
|
|
203
|
-
listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.LabAccountsListByResourceGroupNextResponse>;
|
|
204
|
-
/**
|
|
205
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
206
|
-
* @param callback The callback
|
|
207
|
-
*/
|
|
208
|
-
listByResourceGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ResponseWithContinuationLabAccount>): void;
|
|
209
|
-
/**
|
|
210
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
211
|
-
* @param options The optional parameters
|
|
212
|
-
* @param callback The callback
|
|
213
|
-
*/
|
|
214
|
-
listByResourceGroupNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ResponseWithContinuationLabAccount>): void;
|
|
215
|
-
}
|
|
216
|
-
//# sourceMappingURL=labAccounts.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"labAccounts.d.ts","sourceRoot":"","sources":["../../src/operations/labAccounts.ts"],"names":[],"mappings":"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"}
|