@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,364 +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/labAccountsMappers";
|
|
13
|
-
import * as Parameters from "../models/parameters";
|
|
14
|
-
/** Class representing a LabAccounts. */
|
|
15
|
-
var LabAccounts = /** @class */ (function () {
|
|
16
|
-
/**
|
|
17
|
-
* Create a LabAccounts.
|
|
18
|
-
* @param {ManagedLabsClientContext} client Reference to the service client.
|
|
19
|
-
*/
|
|
20
|
-
function LabAccounts(client) {
|
|
21
|
-
this.client = client;
|
|
22
|
-
}
|
|
23
|
-
LabAccounts.prototype.listBySubscription = function (options, callback) {
|
|
24
|
-
return this.client.sendOperationRequest({
|
|
25
|
-
options: options
|
|
26
|
-
}, listBySubscriptionOperationSpec, callback);
|
|
27
|
-
};
|
|
28
|
-
LabAccounts.prototype.listByResourceGroup = function (resourceGroupName, options, callback) {
|
|
29
|
-
return this.client.sendOperationRequest({
|
|
30
|
-
resourceGroupName: resourceGroupName,
|
|
31
|
-
options: options
|
|
32
|
-
}, listByResourceGroupOperationSpec, callback);
|
|
33
|
-
};
|
|
34
|
-
LabAccounts.prototype.get = function (resourceGroupName, labAccountName, options, callback) {
|
|
35
|
-
return this.client.sendOperationRequest({
|
|
36
|
-
resourceGroupName: resourceGroupName,
|
|
37
|
-
labAccountName: labAccountName,
|
|
38
|
-
options: options
|
|
39
|
-
}, getOperationSpec, callback);
|
|
40
|
-
};
|
|
41
|
-
LabAccounts.prototype.createOrUpdate = function (resourceGroupName, labAccountName, labAccount, options, callback) {
|
|
42
|
-
return this.client.sendOperationRequest({
|
|
43
|
-
resourceGroupName: resourceGroupName,
|
|
44
|
-
labAccountName: labAccountName,
|
|
45
|
-
labAccount: labAccount,
|
|
46
|
-
options: options
|
|
47
|
-
}, createOrUpdateOperationSpec, callback);
|
|
48
|
-
};
|
|
49
|
-
/**
|
|
50
|
-
* Delete lab account. This operation can take a while to complete
|
|
51
|
-
* @param resourceGroupName The name of the resource group.
|
|
52
|
-
* @param labAccountName The name of the lab Account.
|
|
53
|
-
* @param [options] The optional parameters
|
|
54
|
-
* @returns Promise<msRest.RestResponse>
|
|
55
|
-
*/
|
|
56
|
-
LabAccounts.prototype.deleteMethod = function (resourceGroupName, labAccountName, options) {
|
|
57
|
-
return this.beginDeleteMethod(resourceGroupName, labAccountName, options)
|
|
58
|
-
.then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
|
|
59
|
-
};
|
|
60
|
-
LabAccounts.prototype.update = function (resourceGroupName, labAccountName, labAccount, options, callback) {
|
|
61
|
-
return this.client.sendOperationRequest({
|
|
62
|
-
resourceGroupName: resourceGroupName,
|
|
63
|
-
labAccountName: labAccountName,
|
|
64
|
-
labAccount: labAccount,
|
|
65
|
-
options: options
|
|
66
|
-
}, updateOperationSpec, callback);
|
|
67
|
-
};
|
|
68
|
-
LabAccounts.prototype.createLab = function (resourceGroupName, labAccountName, createLabProperties, options, callback) {
|
|
69
|
-
return this.client.sendOperationRequest({
|
|
70
|
-
resourceGroupName: resourceGroupName,
|
|
71
|
-
labAccountName: labAccountName,
|
|
72
|
-
createLabProperties: createLabProperties,
|
|
73
|
-
options: options
|
|
74
|
-
}, createLabOperationSpec, callback);
|
|
75
|
-
};
|
|
76
|
-
LabAccounts.prototype.getRegionalAvailability = function (resourceGroupName, labAccountName, options, callback) {
|
|
77
|
-
return this.client.sendOperationRequest({
|
|
78
|
-
resourceGroupName: resourceGroupName,
|
|
79
|
-
labAccountName: labAccountName,
|
|
80
|
-
options: options
|
|
81
|
-
}, getRegionalAvailabilityOperationSpec, callback);
|
|
82
|
-
};
|
|
83
|
-
/**
|
|
84
|
-
* Delete lab account. This operation can take a while to complete
|
|
85
|
-
* @param resourceGroupName The name of the resource group.
|
|
86
|
-
* @param labAccountName The name of the lab Account.
|
|
87
|
-
* @param [options] The optional parameters
|
|
88
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
89
|
-
*/
|
|
90
|
-
LabAccounts.prototype.beginDeleteMethod = function (resourceGroupName, labAccountName, options) {
|
|
91
|
-
return this.client.sendLRORequest({
|
|
92
|
-
resourceGroupName: resourceGroupName,
|
|
93
|
-
labAccountName: labAccountName,
|
|
94
|
-
options: options
|
|
95
|
-
}, beginDeleteMethodOperationSpec, options);
|
|
96
|
-
};
|
|
97
|
-
LabAccounts.prototype.listBySubscriptionNext = function (nextPageLink, options, callback) {
|
|
98
|
-
return this.client.sendOperationRequest({
|
|
99
|
-
nextPageLink: nextPageLink,
|
|
100
|
-
options: options
|
|
101
|
-
}, listBySubscriptionNextOperationSpec, callback);
|
|
102
|
-
};
|
|
103
|
-
LabAccounts.prototype.listByResourceGroupNext = function (nextPageLink, options, callback) {
|
|
104
|
-
return this.client.sendOperationRequest({
|
|
105
|
-
nextPageLink: nextPageLink,
|
|
106
|
-
options: options
|
|
107
|
-
}, listByResourceGroupNextOperationSpec, callback);
|
|
108
|
-
};
|
|
109
|
-
return LabAccounts;
|
|
110
|
-
}());
|
|
111
|
-
export { LabAccounts };
|
|
112
|
-
// Operation Specifications
|
|
113
|
-
var serializer = new msRest.Serializer(Mappers);
|
|
114
|
-
var listBySubscriptionOperationSpec = {
|
|
115
|
-
httpMethod: "GET",
|
|
116
|
-
path: "subscriptions/{subscriptionId}/providers/Microsoft.LabServices/labaccounts",
|
|
117
|
-
urlParameters: [
|
|
118
|
-
Parameters.subscriptionId
|
|
119
|
-
],
|
|
120
|
-
queryParameters: [
|
|
121
|
-
Parameters.expand,
|
|
122
|
-
Parameters.filter,
|
|
123
|
-
Parameters.top,
|
|
124
|
-
Parameters.orderby,
|
|
125
|
-
Parameters.apiVersion
|
|
126
|
-
],
|
|
127
|
-
headerParameters: [
|
|
128
|
-
Parameters.acceptLanguage
|
|
129
|
-
],
|
|
130
|
-
responses: {
|
|
131
|
-
200: {
|
|
132
|
-
bodyMapper: Mappers.ResponseWithContinuationLabAccount
|
|
133
|
-
},
|
|
134
|
-
default: {
|
|
135
|
-
bodyMapper: Mappers.CloudError
|
|
136
|
-
}
|
|
137
|
-
},
|
|
138
|
-
serializer: serializer
|
|
139
|
-
};
|
|
140
|
-
var listByResourceGroupOperationSpec = {
|
|
141
|
-
httpMethod: "GET",
|
|
142
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labaccounts",
|
|
143
|
-
urlParameters: [
|
|
144
|
-
Parameters.subscriptionId,
|
|
145
|
-
Parameters.resourceGroupName
|
|
146
|
-
],
|
|
147
|
-
queryParameters: [
|
|
148
|
-
Parameters.expand,
|
|
149
|
-
Parameters.filter,
|
|
150
|
-
Parameters.top,
|
|
151
|
-
Parameters.orderby,
|
|
152
|
-
Parameters.apiVersion
|
|
153
|
-
],
|
|
154
|
-
headerParameters: [
|
|
155
|
-
Parameters.acceptLanguage
|
|
156
|
-
],
|
|
157
|
-
responses: {
|
|
158
|
-
200: {
|
|
159
|
-
bodyMapper: Mappers.ResponseWithContinuationLabAccount
|
|
160
|
-
},
|
|
161
|
-
default: {
|
|
162
|
-
bodyMapper: Mappers.CloudError
|
|
163
|
-
}
|
|
164
|
-
},
|
|
165
|
-
serializer: serializer
|
|
166
|
-
};
|
|
167
|
-
var getOperationSpec = {
|
|
168
|
-
httpMethod: "GET",
|
|
169
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labaccounts/{labAccountName}",
|
|
170
|
-
urlParameters: [
|
|
171
|
-
Parameters.subscriptionId,
|
|
172
|
-
Parameters.resourceGroupName,
|
|
173
|
-
Parameters.labAccountName
|
|
174
|
-
],
|
|
175
|
-
queryParameters: [
|
|
176
|
-
Parameters.expand,
|
|
177
|
-
Parameters.apiVersion
|
|
178
|
-
],
|
|
179
|
-
headerParameters: [
|
|
180
|
-
Parameters.acceptLanguage
|
|
181
|
-
],
|
|
182
|
-
responses: {
|
|
183
|
-
200: {
|
|
184
|
-
bodyMapper: Mappers.LabAccount
|
|
185
|
-
},
|
|
186
|
-
default: {
|
|
187
|
-
bodyMapper: Mappers.CloudError
|
|
188
|
-
}
|
|
189
|
-
},
|
|
190
|
-
serializer: serializer
|
|
191
|
-
};
|
|
192
|
-
var createOrUpdateOperationSpec = {
|
|
193
|
-
httpMethod: "PUT",
|
|
194
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labaccounts/{labAccountName}",
|
|
195
|
-
urlParameters: [
|
|
196
|
-
Parameters.subscriptionId,
|
|
197
|
-
Parameters.resourceGroupName,
|
|
198
|
-
Parameters.labAccountName
|
|
199
|
-
],
|
|
200
|
-
queryParameters: [
|
|
201
|
-
Parameters.apiVersion
|
|
202
|
-
],
|
|
203
|
-
headerParameters: [
|
|
204
|
-
Parameters.acceptLanguage
|
|
205
|
-
],
|
|
206
|
-
requestBody: {
|
|
207
|
-
parameterPath: "labAccount",
|
|
208
|
-
mapper: __assign(__assign({}, Mappers.LabAccount), { required: true })
|
|
209
|
-
},
|
|
210
|
-
responses: {
|
|
211
|
-
200: {
|
|
212
|
-
bodyMapper: Mappers.LabAccount
|
|
213
|
-
},
|
|
214
|
-
201: {
|
|
215
|
-
bodyMapper: Mappers.LabAccount
|
|
216
|
-
},
|
|
217
|
-
default: {
|
|
218
|
-
bodyMapper: Mappers.CloudError
|
|
219
|
-
}
|
|
220
|
-
},
|
|
221
|
-
serializer: serializer
|
|
222
|
-
};
|
|
223
|
-
var updateOperationSpec = {
|
|
224
|
-
httpMethod: "PATCH",
|
|
225
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labaccounts/{labAccountName}",
|
|
226
|
-
urlParameters: [
|
|
227
|
-
Parameters.subscriptionId,
|
|
228
|
-
Parameters.resourceGroupName,
|
|
229
|
-
Parameters.labAccountName
|
|
230
|
-
],
|
|
231
|
-
queryParameters: [
|
|
232
|
-
Parameters.apiVersion
|
|
233
|
-
],
|
|
234
|
-
headerParameters: [
|
|
235
|
-
Parameters.acceptLanguage
|
|
236
|
-
],
|
|
237
|
-
requestBody: {
|
|
238
|
-
parameterPath: "labAccount",
|
|
239
|
-
mapper: __assign(__assign({}, Mappers.LabAccountFragment), { required: true })
|
|
240
|
-
},
|
|
241
|
-
responses: {
|
|
242
|
-
200: {
|
|
243
|
-
bodyMapper: Mappers.LabAccount
|
|
244
|
-
},
|
|
245
|
-
default: {
|
|
246
|
-
bodyMapper: Mappers.CloudError
|
|
247
|
-
}
|
|
248
|
-
},
|
|
249
|
-
serializer: serializer
|
|
250
|
-
};
|
|
251
|
-
var createLabOperationSpec = {
|
|
252
|
-
httpMethod: "POST",
|
|
253
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labaccounts/{labAccountName}/createLab",
|
|
254
|
-
urlParameters: [
|
|
255
|
-
Parameters.subscriptionId,
|
|
256
|
-
Parameters.resourceGroupName,
|
|
257
|
-
Parameters.labAccountName
|
|
258
|
-
],
|
|
259
|
-
queryParameters: [
|
|
260
|
-
Parameters.apiVersion
|
|
261
|
-
],
|
|
262
|
-
headerParameters: [
|
|
263
|
-
Parameters.acceptLanguage
|
|
264
|
-
],
|
|
265
|
-
requestBody: {
|
|
266
|
-
parameterPath: "createLabProperties",
|
|
267
|
-
mapper: __assign(__assign({}, Mappers.CreateLabProperties), { required: true })
|
|
268
|
-
},
|
|
269
|
-
responses: {
|
|
270
|
-
200: {},
|
|
271
|
-
default: {
|
|
272
|
-
bodyMapper: Mappers.CloudError
|
|
273
|
-
}
|
|
274
|
-
},
|
|
275
|
-
serializer: serializer
|
|
276
|
-
};
|
|
277
|
-
var getRegionalAvailabilityOperationSpec = {
|
|
278
|
-
httpMethod: "POST",
|
|
279
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labaccounts/{labAccountName}/getRegionalAvailability",
|
|
280
|
-
urlParameters: [
|
|
281
|
-
Parameters.subscriptionId,
|
|
282
|
-
Parameters.resourceGroupName,
|
|
283
|
-
Parameters.labAccountName
|
|
284
|
-
],
|
|
285
|
-
queryParameters: [
|
|
286
|
-
Parameters.apiVersion
|
|
287
|
-
],
|
|
288
|
-
headerParameters: [
|
|
289
|
-
Parameters.acceptLanguage
|
|
290
|
-
],
|
|
291
|
-
responses: {
|
|
292
|
-
200: {
|
|
293
|
-
bodyMapper: Mappers.GetRegionalAvailabilityResponse
|
|
294
|
-
},
|
|
295
|
-
default: {
|
|
296
|
-
bodyMapper: Mappers.CloudError
|
|
297
|
-
}
|
|
298
|
-
},
|
|
299
|
-
serializer: serializer
|
|
300
|
-
};
|
|
301
|
-
var beginDeleteMethodOperationSpec = {
|
|
302
|
-
httpMethod: "DELETE",
|
|
303
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labaccounts/{labAccountName}",
|
|
304
|
-
urlParameters: [
|
|
305
|
-
Parameters.subscriptionId,
|
|
306
|
-
Parameters.resourceGroupName,
|
|
307
|
-
Parameters.labAccountName
|
|
308
|
-
],
|
|
309
|
-
queryParameters: [
|
|
310
|
-
Parameters.apiVersion
|
|
311
|
-
],
|
|
312
|
-
headerParameters: [
|
|
313
|
-
Parameters.acceptLanguage
|
|
314
|
-
],
|
|
315
|
-
responses: {
|
|
316
|
-
202: {},
|
|
317
|
-
204: {},
|
|
318
|
-
default: {
|
|
319
|
-
bodyMapper: Mappers.CloudError
|
|
320
|
-
}
|
|
321
|
-
},
|
|
322
|
-
serializer: serializer
|
|
323
|
-
};
|
|
324
|
-
var listBySubscriptionNextOperationSpec = {
|
|
325
|
-
httpMethod: "GET",
|
|
326
|
-
baseUrl: "https://management.azure.com",
|
|
327
|
-
path: "{nextLink}",
|
|
328
|
-
urlParameters: [
|
|
329
|
-
Parameters.nextPageLink
|
|
330
|
-
],
|
|
331
|
-
headerParameters: [
|
|
332
|
-
Parameters.acceptLanguage
|
|
333
|
-
],
|
|
334
|
-
responses: {
|
|
335
|
-
200: {
|
|
336
|
-
bodyMapper: Mappers.ResponseWithContinuationLabAccount
|
|
337
|
-
},
|
|
338
|
-
default: {
|
|
339
|
-
bodyMapper: Mappers.CloudError
|
|
340
|
-
}
|
|
341
|
-
},
|
|
342
|
-
serializer: serializer
|
|
343
|
-
};
|
|
344
|
-
var listByResourceGroupNextOperationSpec = {
|
|
345
|
-
httpMethod: "GET",
|
|
346
|
-
baseUrl: "https://management.azure.com",
|
|
347
|
-
path: "{nextLink}",
|
|
348
|
-
urlParameters: [
|
|
349
|
-
Parameters.nextPageLink
|
|
350
|
-
],
|
|
351
|
-
headerParameters: [
|
|
352
|
-
Parameters.acceptLanguage
|
|
353
|
-
],
|
|
354
|
-
responses: {
|
|
355
|
-
200: {
|
|
356
|
-
bodyMapper: Mappers.ResponseWithContinuationLabAccount
|
|
357
|
-
},
|
|
358
|
-
default: {
|
|
359
|
-
bodyMapper: Mappers.CloudError
|
|
360
|
-
}
|
|
361
|
-
},
|
|
362
|
-
serializer: serializer
|
|
363
|
-
};
|
|
364
|
-
//# sourceMappingURL=labAccounts.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"labAccounts.js","sourceRoot":"","sources":["../../src/operations/labAccounts.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
2
|
-
import * as Models from "../models";
|
|
3
|
-
import { ManagedLabsClientContext } from "../managedLabsClientContext";
|
|
4
|
-
/** Class representing a ProviderOperations. */
|
|
5
|
-
export declare class ProviderOperations {
|
|
6
|
-
private readonly client;
|
|
7
|
-
/**
|
|
8
|
-
* Create a ProviderOperations.
|
|
9
|
-
* @param {ManagedLabsClientContext} client Reference to the service client.
|
|
10
|
-
*/
|
|
11
|
-
constructor(client: ManagedLabsClientContext);
|
|
12
|
-
/**
|
|
13
|
-
* Result of the request to list REST API operations
|
|
14
|
-
* @param [options] The optional parameters
|
|
15
|
-
* @returns Promise<Models.ProviderOperationsListResponse>
|
|
16
|
-
*/
|
|
17
|
-
list(options?: msRest.RequestOptionsBase): Promise<Models.ProviderOperationsListResponse>;
|
|
18
|
-
/**
|
|
19
|
-
* @param callback The callback
|
|
20
|
-
*/
|
|
21
|
-
list(callback: msRest.ServiceCallback<Models.ProviderOperationResult>): void;
|
|
22
|
-
/**
|
|
23
|
-
* @param options The optional parameters
|
|
24
|
-
* @param callback The callback
|
|
25
|
-
*/
|
|
26
|
-
list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ProviderOperationResult>): void;
|
|
27
|
-
/**
|
|
28
|
-
* Result of the request to list REST API operations
|
|
29
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
30
|
-
* @param [options] The optional parameters
|
|
31
|
-
* @returns Promise<Models.ProviderOperationsListNextResponse>
|
|
32
|
-
*/
|
|
33
|
-
listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ProviderOperationsListNextResponse>;
|
|
34
|
-
/**
|
|
35
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
36
|
-
* @param callback The callback
|
|
37
|
-
*/
|
|
38
|
-
listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ProviderOperationResult>): void;
|
|
39
|
-
/**
|
|
40
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
41
|
-
* @param options The optional parameters
|
|
42
|
-
* @param callback The callback
|
|
43
|
-
*/
|
|
44
|
-
listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ProviderOperationResult>): void;
|
|
45
|
-
}
|
|
46
|
-
//# sourceMappingURL=providerOperations.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"providerOperations.d.ts","sourceRoot":"","sources":["../../src/operations/providerOperations.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,MAAM,MAAM,WAAW,CAAC;AAGpC,OAAO,EAAE,wBAAwB,EAAE,MAAM,6BAA6B,CAAC;AAEvE,+CAA+C;AAC/C,qBAAa,kBAAkB;IAC7B,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA2B;IAElD;;;OAGG;gBACS,MAAM,EAAE,wBAAwB;IAI5C;;;;OAIG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,8BAA8B,CAAC;IACzF;;OAEG;IACH,IAAI,CAAC,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,uBAAuB,CAAC,GAAG,IAAI;IAC5E;;;OAGG;IACH,IAAI,CAAC,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,uBAAuB,CAAC,GAAG,IAAI;IAUhH;;;;;OAKG;IACH,QAAQ,CAAC,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,kCAAkC,CAAC;IACvH;;;OAGG;IACH,QAAQ,CAAC,YAAY,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,uBAAuB,CAAC,GAAG,IAAI;IACtG;;;;OAIG;IACH,QAAQ,CAAC,YAAY,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,uBAAuB,CAAC,GAAG,IAAI;CAU3I"}
|
|
@@ -1,77 +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 * as msRest from "@azure/ms-rest-js";
|
|
11
|
-
import * as Mappers from "../models/providerOperationsMappers";
|
|
12
|
-
import * as Parameters from "../models/parameters";
|
|
13
|
-
/** Class representing a ProviderOperations. */
|
|
14
|
-
var ProviderOperations = /** @class */ (function () {
|
|
15
|
-
/**
|
|
16
|
-
* Create a ProviderOperations.
|
|
17
|
-
* @param {ManagedLabsClientContext} client Reference to the service client.
|
|
18
|
-
*/
|
|
19
|
-
function ProviderOperations(client) {
|
|
20
|
-
this.client = client;
|
|
21
|
-
}
|
|
22
|
-
ProviderOperations.prototype.list = function (options, callback) {
|
|
23
|
-
return this.client.sendOperationRequest({
|
|
24
|
-
options: options
|
|
25
|
-
}, listOperationSpec, callback);
|
|
26
|
-
};
|
|
27
|
-
ProviderOperations.prototype.listNext = function (nextPageLink, options, callback) {
|
|
28
|
-
return this.client.sendOperationRequest({
|
|
29
|
-
nextPageLink: nextPageLink,
|
|
30
|
-
options: options
|
|
31
|
-
}, listNextOperationSpec, callback);
|
|
32
|
-
};
|
|
33
|
-
return ProviderOperations;
|
|
34
|
-
}());
|
|
35
|
-
export { ProviderOperations };
|
|
36
|
-
// Operation Specifications
|
|
37
|
-
var serializer = new msRest.Serializer(Mappers);
|
|
38
|
-
var listOperationSpec = {
|
|
39
|
-
httpMethod: "GET",
|
|
40
|
-
path: "providers/Microsoft.LabServices/operations",
|
|
41
|
-
queryParameters: [
|
|
42
|
-
Parameters.apiVersion
|
|
43
|
-
],
|
|
44
|
-
headerParameters: [
|
|
45
|
-
Parameters.acceptLanguage
|
|
46
|
-
],
|
|
47
|
-
responses: {
|
|
48
|
-
200: {
|
|
49
|
-
bodyMapper: Mappers.ProviderOperationResult
|
|
50
|
-
},
|
|
51
|
-
default: {
|
|
52
|
-
bodyMapper: Mappers.CloudError
|
|
53
|
-
}
|
|
54
|
-
},
|
|
55
|
-
serializer: serializer
|
|
56
|
-
};
|
|
57
|
-
var listNextOperationSpec = {
|
|
58
|
-
httpMethod: "GET",
|
|
59
|
-
baseUrl: "https://management.azure.com",
|
|
60
|
-
path: "{nextLink}",
|
|
61
|
-
urlParameters: [
|
|
62
|
-
Parameters.nextPageLink
|
|
63
|
-
],
|
|
64
|
-
headerParameters: [
|
|
65
|
-
Parameters.acceptLanguage
|
|
66
|
-
],
|
|
67
|
-
responses: {
|
|
68
|
-
200: {
|
|
69
|
-
bodyMapper: Mappers.ProviderOperationResult
|
|
70
|
-
},
|
|
71
|
-
default: {
|
|
72
|
-
bodyMapper: Mappers.CloudError
|
|
73
|
-
}
|
|
74
|
-
},
|
|
75
|
-
serializer: serializer
|
|
76
|
-
};
|
|
77
|
-
//# sourceMappingURL=providerOperations.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"providerOperations.js","sourceRoot":"","sources":["../../src/operations/providerOperations.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAE5C,OAAO,KAAK,OAAO,MAAM,qCAAqC,CAAC;AAC/D,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AAGnD,+CAA+C;AAC/C;IAGE;;;OAGG;IACH,4BAAY,MAAgC;QAC1C,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAiBD,iCAAI,GAAJ,UAAK,OAA4F,EAAE,QAAiE;QAClK,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,OAAO,SAAA;SACR,EACD,iBAAiB,EACjB,QAAQ,CAAmD,CAAC;IAChE,CAAC;IAoBD,qCAAQ,GAAR,UAAS,YAAoB,EAAE,OAA4F,EAAE,QAAiE;QAC5L,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,YAAY,cAAA;YACZ,OAAO,SAAA;SACR,EACD,qBAAqB,EACrB,QAAQ,CAAuD,CAAC;IACpE,CAAC;IACH,yBAAC;AAAD,CAAC,AA9DD,IA8DC;;AAED,2BAA2B;AAC3B,IAAM,UAAU,GAAG,IAAI,MAAM,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;AAClD,IAAM,iBAAiB,GAAyB;IAC9C,UAAU,EAAE,KAAK;IACjB,IAAI,EAAE,4CAA4C;IAClD,eAAe,EAAE;QACf,UAAU,CAAC,UAAU;KACtB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;KAC1B;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,uBAAuB;SAC5C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,UAAU,YAAA;CACX,CAAC;AAEF,IAAM,qBAAqB,GAAyB;IAClD,UAAU,EAAE,KAAK;IACjB,OAAO,EAAE,8BAA8B;IACvC,IAAI,EAAE,YAAY;IAClB,aAAa,EAAE;QACb,UAAU,CAAC,YAAY;KACxB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;KAC1B;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,uBAAuB;SAC5C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,UAAU,YAAA;CACX,CAAC"}
|
|
@@ -1,40 +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 license information.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
export {
|
|
10
|
-
BaseResource,
|
|
11
|
-
CloudError,
|
|
12
|
-
Environment,
|
|
13
|
-
EnvironmentFragment,
|
|
14
|
-
EnvironmentSetting,
|
|
15
|
-
EnvironmentSettingFragment,
|
|
16
|
-
EnvironmentSize,
|
|
17
|
-
GalleryImage,
|
|
18
|
-
GalleryImageFragment,
|
|
19
|
-
GalleryImageReference,
|
|
20
|
-
Lab,
|
|
21
|
-
LabAccount,
|
|
22
|
-
LabAccountFragment,
|
|
23
|
-
LabFragment,
|
|
24
|
-
LatestOperationResult,
|
|
25
|
-
NetworkInterface,
|
|
26
|
-
PublishPayload,
|
|
27
|
-
ReferenceVm,
|
|
28
|
-
ReferenceVmFragment,
|
|
29
|
-
Resource,
|
|
30
|
-
ResourceSet,
|
|
31
|
-
ResourceSetFragment,
|
|
32
|
-
ResourceSettings,
|
|
33
|
-
ResourceSettingsFragment,
|
|
34
|
-
ResponseWithContinuationEnvironmentSetting,
|
|
35
|
-
SizeConfigurationProperties,
|
|
36
|
-
SizeInfo,
|
|
37
|
-
User,
|
|
38
|
-
UserFragment,
|
|
39
|
-
VmStateDetails
|
|
40
|
-
} from "../models/mappers";
|
|
@@ -1,40 +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 license information.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
export {
|
|
10
|
-
BaseResource,
|
|
11
|
-
CloudError,
|
|
12
|
-
Environment,
|
|
13
|
-
EnvironmentFragment,
|
|
14
|
-
EnvironmentSetting,
|
|
15
|
-
EnvironmentSettingFragment,
|
|
16
|
-
EnvironmentSize,
|
|
17
|
-
GalleryImage,
|
|
18
|
-
GalleryImageFragment,
|
|
19
|
-
GalleryImageReference,
|
|
20
|
-
Lab,
|
|
21
|
-
LabAccount,
|
|
22
|
-
LabAccountFragment,
|
|
23
|
-
LabFragment,
|
|
24
|
-
LatestOperationResult,
|
|
25
|
-
NetworkInterface,
|
|
26
|
-
ReferenceVm,
|
|
27
|
-
ReferenceVmFragment,
|
|
28
|
-
ResetPasswordPayload,
|
|
29
|
-
Resource,
|
|
30
|
-
ResourceSet,
|
|
31
|
-
ResourceSetFragment,
|
|
32
|
-
ResourceSettings,
|
|
33
|
-
ResourceSettingsFragment,
|
|
34
|
-
ResponseWithContinuationEnvironment,
|
|
35
|
-
SizeConfigurationProperties,
|
|
36
|
-
SizeInfo,
|
|
37
|
-
User,
|
|
38
|
-
UserFragment,
|
|
39
|
-
VmStateDetails
|
|
40
|
-
} from "../models/mappers";
|
|
@@ -1,39 +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 license information.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
export {
|
|
10
|
-
BaseResource,
|
|
11
|
-
CloudError,
|
|
12
|
-
Environment,
|
|
13
|
-
EnvironmentFragment,
|
|
14
|
-
EnvironmentSetting,
|
|
15
|
-
EnvironmentSettingFragment,
|
|
16
|
-
EnvironmentSize,
|
|
17
|
-
GalleryImage,
|
|
18
|
-
GalleryImageFragment,
|
|
19
|
-
GalleryImageReference,
|
|
20
|
-
Lab,
|
|
21
|
-
LabAccount,
|
|
22
|
-
LabAccountFragment,
|
|
23
|
-
LabFragment,
|
|
24
|
-
LatestOperationResult,
|
|
25
|
-
NetworkInterface,
|
|
26
|
-
ReferenceVm,
|
|
27
|
-
ReferenceVmFragment,
|
|
28
|
-
Resource,
|
|
29
|
-
ResourceSet,
|
|
30
|
-
ResourceSetFragment,
|
|
31
|
-
ResourceSettings,
|
|
32
|
-
ResourceSettingsFragment,
|
|
33
|
-
ResponseWithContinuationGalleryImage,
|
|
34
|
-
SizeConfigurationProperties,
|
|
35
|
-
SizeInfo,
|
|
36
|
-
User,
|
|
37
|
-
UserFragment,
|
|
38
|
-
VmStateDetails
|
|
39
|
-
} from "../models/mappers";
|
|
@@ -1,29 +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 license information.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
export {
|
|
10
|
-
CloudError,
|
|
11
|
-
EnvironmentDetails,
|
|
12
|
-
EnvironmentOperationsPayload,
|
|
13
|
-
GetEnvironmentResponse,
|
|
14
|
-
GetPersonalPreferencesResponse,
|
|
15
|
-
LabDetails,
|
|
16
|
-
LatestOperationResult,
|
|
17
|
-
ListEnvironmentsPayload,
|
|
18
|
-
ListEnvironmentsResponse,
|
|
19
|
-
ListLabsResponse,
|
|
20
|
-
OperationBatchStatusPayload,
|
|
21
|
-
OperationBatchStatusResponse,
|
|
22
|
-
OperationBatchStatusResponseItem,
|
|
23
|
-
OperationStatusPayload,
|
|
24
|
-
OperationStatusResponse,
|
|
25
|
-
PersonalPreferencesOperationsPayload,
|
|
26
|
-
RegisterPayload,
|
|
27
|
-
ResetPasswordPayload,
|
|
28
|
-
VirtualMachineDetails
|
|
29
|
-
} from "../models/mappers";
|