@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,279 +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 Environments. */
|
|
6
|
-
export declare class Environments {
|
|
7
|
-
private readonly client;
|
|
8
|
-
/**
|
|
9
|
-
* Create a Environments.
|
|
10
|
-
* @param {ManagedLabsClientContext} client Reference to the service client.
|
|
11
|
-
*/
|
|
12
|
-
constructor(client: ManagedLabsClientContext);
|
|
13
|
-
/**
|
|
14
|
-
* List environments in a given environment setting.
|
|
15
|
-
* @param resourceGroupName The name of the resource group.
|
|
16
|
-
* @param labAccountName The name of the lab Account.
|
|
17
|
-
* @param labName The name of the lab.
|
|
18
|
-
* @param environmentSettingName The name of the environment Setting.
|
|
19
|
-
* @param [options] The optional parameters
|
|
20
|
-
* @returns Promise<Models.EnvironmentsListResponse>
|
|
21
|
-
*/
|
|
22
|
-
list(resourceGroupName: string, labAccountName: string, labName: string, environmentSettingName: string, options?: Models.EnvironmentsListOptionalParams): Promise<Models.EnvironmentsListResponse>;
|
|
23
|
-
/**
|
|
24
|
-
* @param resourceGroupName The name of the resource group.
|
|
25
|
-
* @param labAccountName The name of the lab Account.
|
|
26
|
-
* @param labName The name of the lab.
|
|
27
|
-
* @param environmentSettingName The name of the environment Setting.
|
|
28
|
-
* @param callback The callback
|
|
29
|
-
*/
|
|
30
|
-
list(resourceGroupName: string, labAccountName: string, labName: string, environmentSettingName: string, callback: msRest.ServiceCallback<Models.ResponseWithContinuationEnvironment>): void;
|
|
31
|
-
/**
|
|
32
|
-
* @param resourceGroupName The name of the resource group.
|
|
33
|
-
* @param labAccountName The name of the lab Account.
|
|
34
|
-
* @param labName The name of the lab.
|
|
35
|
-
* @param environmentSettingName The name of the environment Setting.
|
|
36
|
-
* @param options The optional parameters
|
|
37
|
-
* @param callback The callback
|
|
38
|
-
*/
|
|
39
|
-
list(resourceGroupName: string, labAccountName: string, labName: string, environmentSettingName: string, options: Models.EnvironmentsListOptionalParams, callback: msRest.ServiceCallback<Models.ResponseWithContinuationEnvironment>): void;
|
|
40
|
-
/**
|
|
41
|
-
* Get environment
|
|
42
|
-
* @param resourceGroupName The name of the resource group.
|
|
43
|
-
* @param labAccountName The name of the lab Account.
|
|
44
|
-
* @param labName The name of the lab.
|
|
45
|
-
* @param environmentSettingName The name of the environment Setting.
|
|
46
|
-
* @param environmentName The name of the environment.
|
|
47
|
-
* @param [options] The optional parameters
|
|
48
|
-
* @returns Promise<Models.EnvironmentsGetResponse>
|
|
49
|
-
*/
|
|
50
|
-
get(resourceGroupName: string, labAccountName: string, labName: string, environmentSettingName: string, environmentName: string, options?: Models.EnvironmentsGetOptionalParams): Promise<Models.EnvironmentsGetResponse>;
|
|
51
|
-
/**
|
|
52
|
-
* @param resourceGroupName The name of the resource group.
|
|
53
|
-
* @param labAccountName The name of the lab Account.
|
|
54
|
-
* @param labName The name of the lab.
|
|
55
|
-
* @param environmentSettingName The name of the environment Setting.
|
|
56
|
-
* @param environmentName The name of the environment.
|
|
57
|
-
* @param callback The callback
|
|
58
|
-
*/
|
|
59
|
-
get(resourceGroupName: string, labAccountName: string, labName: string, environmentSettingName: string, environmentName: string, callback: msRest.ServiceCallback<Models.Environment>): void;
|
|
60
|
-
/**
|
|
61
|
-
* @param resourceGroupName The name of the resource group.
|
|
62
|
-
* @param labAccountName The name of the lab Account.
|
|
63
|
-
* @param labName The name of the lab.
|
|
64
|
-
* @param environmentSettingName The name of the environment Setting.
|
|
65
|
-
* @param environmentName The name of the environment.
|
|
66
|
-
* @param options The optional parameters
|
|
67
|
-
* @param callback The callback
|
|
68
|
-
*/
|
|
69
|
-
get(resourceGroupName: string, labAccountName: string, labName: string, environmentSettingName: string, environmentName: string, options: Models.EnvironmentsGetOptionalParams, callback: msRest.ServiceCallback<Models.Environment>): void;
|
|
70
|
-
/**
|
|
71
|
-
* Create or replace an existing Environment.
|
|
72
|
-
* @param resourceGroupName The name of the resource group.
|
|
73
|
-
* @param labAccountName The name of the lab Account.
|
|
74
|
-
* @param labName The name of the lab.
|
|
75
|
-
* @param environmentSettingName The name of the environment Setting.
|
|
76
|
-
* @param environmentName The name of the environment.
|
|
77
|
-
* @param environment Represents an environment instance
|
|
78
|
-
* @param [options] The optional parameters
|
|
79
|
-
* @returns Promise<Models.EnvironmentsCreateOrUpdateResponse>
|
|
80
|
-
*/
|
|
81
|
-
createOrUpdate(resourceGroupName: string, labAccountName: string, labName: string, environmentSettingName: string, environmentName: string, environment: Models.Environment, options?: msRest.RequestOptionsBase): Promise<Models.EnvironmentsCreateOrUpdateResponse>;
|
|
82
|
-
/**
|
|
83
|
-
* @param resourceGroupName The name of the resource group.
|
|
84
|
-
* @param labAccountName The name of the lab Account.
|
|
85
|
-
* @param labName The name of the lab.
|
|
86
|
-
* @param environmentSettingName The name of the environment Setting.
|
|
87
|
-
* @param environmentName The name of the environment.
|
|
88
|
-
* @param environment Represents an environment instance
|
|
89
|
-
* @param callback The callback
|
|
90
|
-
*/
|
|
91
|
-
createOrUpdate(resourceGroupName: string, labAccountName: string, labName: string, environmentSettingName: string, environmentName: string, environment: Models.Environment, callback: msRest.ServiceCallback<Models.Environment>): void;
|
|
92
|
-
/**
|
|
93
|
-
* @param resourceGroupName The name of the resource group.
|
|
94
|
-
* @param labAccountName The name of the lab Account.
|
|
95
|
-
* @param labName The name of the lab.
|
|
96
|
-
* @param environmentSettingName The name of the environment Setting.
|
|
97
|
-
* @param environmentName The name of the environment.
|
|
98
|
-
* @param environment Represents an environment instance
|
|
99
|
-
* @param options The optional parameters
|
|
100
|
-
* @param callback The callback
|
|
101
|
-
*/
|
|
102
|
-
createOrUpdate(resourceGroupName: string, labAccountName: string, labName: string, environmentSettingName: string, environmentName: string, environment: Models.Environment, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Environment>): void;
|
|
103
|
-
/**
|
|
104
|
-
* Delete environment. This operation can take a while to complete
|
|
105
|
-
* @param resourceGroupName The name of the resource group.
|
|
106
|
-
* @param labAccountName The name of the lab Account.
|
|
107
|
-
* @param labName The name of the lab.
|
|
108
|
-
* @param environmentSettingName The name of the environment Setting.
|
|
109
|
-
* @param environmentName The name of the environment.
|
|
110
|
-
* @param [options] The optional parameters
|
|
111
|
-
* @returns Promise<msRest.RestResponse>
|
|
112
|
-
*/
|
|
113
|
-
deleteMethod(resourceGroupName: string, labAccountName: string, labName: string, environmentSettingName: string, environmentName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
114
|
-
/**
|
|
115
|
-
* Modify properties of environments.
|
|
116
|
-
* @param resourceGroupName The name of the resource group.
|
|
117
|
-
* @param labAccountName The name of the lab Account.
|
|
118
|
-
* @param labName The name of the lab.
|
|
119
|
-
* @param environmentSettingName The name of the environment Setting.
|
|
120
|
-
* @param environmentName The name of the environment.
|
|
121
|
-
* @param environment Represents an environment instance
|
|
122
|
-
* @param [options] The optional parameters
|
|
123
|
-
* @returns Promise<Models.EnvironmentsUpdateResponse>
|
|
124
|
-
*/
|
|
125
|
-
update(resourceGroupName: string, labAccountName: string, labName: string, environmentSettingName: string, environmentName: string, environment: Models.EnvironmentFragment, options?: msRest.RequestOptionsBase): Promise<Models.EnvironmentsUpdateResponse>;
|
|
126
|
-
/**
|
|
127
|
-
* @param resourceGroupName The name of the resource group.
|
|
128
|
-
* @param labAccountName The name of the lab Account.
|
|
129
|
-
* @param labName The name of the lab.
|
|
130
|
-
* @param environmentSettingName The name of the environment Setting.
|
|
131
|
-
* @param environmentName The name of the environment.
|
|
132
|
-
* @param environment Represents an environment instance
|
|
133
|
-
* @param callback The callback
|
|
134
|
-
*/
|
|
135
|
-
update(resourceGroupName: string, labAccountName: string, labName: string, environmentSettingName: string, environmentName: string, environment: Models.EnvironmentFragment, callback: msRest.ServiceCallback<Models.Environment>): void;
|
|
136
|
-
/**
|
|
137
|
-
* @param resourceGroupName The name of the resource group.
|
|
138
|
-
* @param labAccountName The name of the lab Account.
|
|
139
|
-
* @param labName The name of the lab.
|
|
140
|
-
* @param environmentSettingName The name of the environment Setting.
|
|
141
|
-
* @param environmentName The name of the environment.
|
|
142
|
-
* @param environment Represents an environment instance
|
|
143
|
-
* @param options The optional parameters
|
|
144
|
-
* @param callback The callback
|
|
145
|
-
*/
|
|
146
|
-
update(resourceGroupName: string, labAccountName: string, labName: string, environmentSettingName: string, environmentName: string, environment: Models.EnvironmentFragment, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Environment>): void;
|
|
147
|
-
/**
|
|
148
|
-
* Claims the environment and assigns it to the user
|
|
149
|
-
* @param resourceGroupName The name of the resource group.
|
|
150
|
-
* @param labAccountName The name of the lab Account.
|
|
151
|
-
* @param labName The name of the lab.
|
|
152
|
-
* @param environmentSettingName The name of the environment Setting.
|
|
153
|
-
* @param environmentName The name of the environment.
|
|
154
|
-
* @param [options] The optional parameters
|
|
155
|
-
* @returns Promise<msRest.RestResponse>
|
|
156
|
-
*/
|
|
157
|
-
claim(resourceGroupName: string, labAccountName: string, labName: string, environmentSettingName: string, environmentName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
158
|
-
/**
|
|
159
|
-
* @param resourceGroupName The name of the resource group.
|
|
160
|
-
* @param labAccountName The name of the lab Account.
|
|
161
|
-
* @param labName The name of the lab.
|
|
162
|
-
* @param environmentSettingName The name of the environment Setting.
|
|
163
|
-
* @param environmentName The name of the environment.
|
|
164
|
-
* @param callback The callback
|
|
165
|
-
*/
|
|
166
|
-
claim(resourceGroupName: string, labAccountName: string, labName: string, environmentSettingName: string, environmentName: string, callback: msRest.ServiceCallback<void>): void;
|
|
167
|
-
/**
|
|
168
|
-
* @param resourceGroupName The name of the resource group.
|
|
169
|
-
* @param labAccountName The name of the lab Account.
|
|
170
|
-
* @param labName The name of the lab.
|
|
171
|
-
* @param environmentSettingName The name of the environment Setting.
|
|
172
|
-
* @param environmentName The name of the environment.
|
|
173
|
-
* @param options The optional parameters
|
|
174
|
-
* @param callback The callback
|
|
175
|
-
*/
|
|
176
|
-
claim(resourceGroupName: string, labAccountName: string, labName: string, environmentSettingName: string, environmentName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;
|
|
177
|
-
/**
|
|
178
|
-
* Resets the user password on an environment This operation can take a while to complete
|
|
179
|
-
* @param resourceGroupName The name of the resource group.
|
|
180
|
-
* @param labAccountName The name of the lab Account.
|
|
181
|
-
* @param labName The name of the lab.
|
|
182
|
-
* @param environmentSettingName The name of the environment Setting.
|
|
183
|
-
* @param environmentName The name of the environment.
|
|
184
|
-
* @param resetPasswordPayload Represents the payload for resetting passwords.
|
|
185
|
-
* @param [options] The optional parameters
|
|
186
|
-
* @returns Promise<msRest.RestResponse>
|
|
187
|
-
*/
|
|
188
|
-
resetPassword(resourceGroupName: string, labAccountName: string, labName: string, environmentSettingName: string, environmentName: string, resetPasswordPayload: Models.ResetPasswordPayload, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
189
|
-
/**
|
|
190
|
-
* Starts an environment by starting all resources inside the environment. This operation can take
|
|
191
|
-
* a while to complete
|
|
192
|
-
* @param resourceGroupName The name of the resource group.
|
|
193
|
-
* @param labAccountName The name of the lab Account.
|
|
194
|
-
* @param labName The name of the lab.
|
|
195
|
-
* @param environmentSettingName The name of the environment Setting.
|
|
196
|
-
* @param environmentName The name of the environment.
|
|
197
|
-
* @param [options] The optional parameters
|
|
198
|
-
* @returns Promise<msRest.RestResponse>
|
|
199
|
-
*/
|
|
200
|
-
start(resourceGroupName: string, labAccountName: string, labName: string, environmentSettingName: string, environmentName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
201
|
-
/**
|
|
202
|
-
* Stops an environment by stopping all resources inside the environment This operation can take a
|
|
203
|
-
* while to complete
|
|
204
|
-
* @param resourceGroupName The name of the resource group.
|
|
205
|
-
* @param labAccountName The name of the lab Account.
|
|
206
|
-
* @param labName The name of the lab.
|
|
207
|
-
* @param environmentSettingName The name of the environment Setting.
|
|
208
|
-
* @param environmentName The name of the environment.
|
|
209
|
-
* @param [options] The optional parameters
|
|
210
|
-
* @returns Promise<msRest.RestResponse>
|
|
211
|
-
*/
|
|
212
|
-
stop(resourceGroupName: string, labAccountName: string, labName: string, environmentSettingName: string, environmentName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
213
|
-
/**
|
|
214
|
-
* Delete environment. This operation can take a while to complete
|
|
215
|
-
* @param resourceGroupName The name of the resource group.
|
|
216
|
-
* @param labAccountName The name of the lab Account.
|
|
217
|
-
* @param labName The name of the lab.
|
|
218
|
-
* @param environmentSettingName The name of the environment Setting.
|
|
219
|
-
* @param environmentName The name of the environment.
|
|
220
|
-
* @param [options] The optional parameters
|
|
221
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
222
|
-
*/
|
|
223
|
-
beginDeleteMethod(resourceGroupName: string, labAccountName: string, labName: string, environmentSettingName: string, environmentName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
224
|
-
/**
|
|
225
|
-
* Resets the user password on an environment This operation can take a while to complete
|
|
226
|
-
* @param resourceGroupName The name of the resource group.
|
|
227
|
-
* @param labAccountName The name of the lab Account.
|
|
228
|
-
* @param labName The name of the lab.
|
|
229
|
-
* @param environmentSettingName The name of the environment Setting.
|
|
230
|
-
* @param environmentName The name of the environment.
|
|
231
|
-
* @param resetPasswordPayload Represents the payload for resetting passwords.
|
|
232
|
-
* @param [options] The optional parameters
|
|
233
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
234
|
-
*/
|
|
235
|
-
beginResetPassword(resourceGroupName: string, labAccountName: string, labName: string, environmentSettingName: string, environmentName: string, resetPasswordPayload: Models.ResetPasswordPayload, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
236
|
-
/**
|
|
237
|
-
* Starts an environment by starting all resources inside the environment. This operation can take
|
|
238
|
-
* a while to complete
|
|
239
|
-
* @param resourceGroupName The name of the resource group.
|
|
240
|
-
* @param labAccountName The name of the lab Account.
|
|
241
|
-
* @param labName The name of the lab.
|
|
242
|
-
* @param environmentSettingName The name of the environment Setting.
|
|
243
|
-
* @param environmentName The name of the environment.
|
|
244
|
-
* @param [options] The optional parameters
|
|
245
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
246
|
-
*/
|
|
247
|
-
beginStart(resourceGroupName: string, labAccountName: string, labName: string, environmentSettingName: string, environmentName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
248
|
-
/**
|
|
249
|
-
* Stops an environment by stopping all resources inside the environment This operation can take a
|
|
250
|
-
* while to complete
|
|
251
|
-
* @param resourceGroupName The name of the resource group.
|
|
252
|
-
* @param labAccountName The name of the lab Account.
|
|
253
|
-
* @param labName The name of the lab.
|
|
254
|
-
* @param environmentSettingName The name of the environment Setting.
|
|
255
|
-
* @param environmentName The name of the environment.
|
|
256
|
-
* @param [options] The optional parameters
|
|
257
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
258
|
-
*/
|
|
259
|
-
beginStop(resourceGroupName: string, labAccountName: string, labName: string, environmentSettingName: string, environmentName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
260
|
-
/**
|
|
261
|
-
* List environments in a given environment setting.
|
|
262
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
263
|
-
* @param [options] The optional parameters
|
|
264
|
-
* @returns Promise<Models.EnvironmentsListNextResponse>
|
|
265
|
-
*/
|
|
266
|
-
listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.EnvironmentsListNextResponse>;
|
|
267
|
-
/**
|
|
268
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
269
|
-
* @param callback The callback
|
|
270
|
-
*/
|
|
271
|
-
listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ResponseWithContinuationEnvironment>): void;
|
|
272
|
-
/**
|
|
273
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
274
|
-
* @param options The optional parameters
|
|
275
|
-
* @param callback The callback
|
|
276
|
-
*/
|
|
277
|
-
listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ResponseWithContinuationEnvironment>): void;
|
|
278
|
-
}
|
|
279
|
-
//# sourceMappingURL=environments.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"environments.d.ts","sourceRoot":"","sources":["../../src/operations/environments.ts"],"names":[],"mappings":"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"}
|