@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
package/esm/operations/labs.d.ts
CHANGED
|
@@ -1,200 +1,218 @@
|
|
|
1
1
|
import * as msRest from "@azure/ms-rest-js";
|
|
2
2
|
import * as msRestAzure from "@azure/ms-rest-azure-js";
|
|
3
3
|
import * as Models from "../models";
|
|
4
|
-
import {
|
|
4
|
+
import { LabServicesClientContext } from "../labServicesClientContext";
|
|
5
5
|
/** Class representing a Labs. */
|
|
6
6
|
export declare class Labs {
|
|
7
7
|
private readonly client;
|
|
8
8
|
/**
|
|
9
9
|
* Create a Labs.
|
|
10
|
-
* @param {
|
|
10
|
+
* @param {LabServicesClientContext} client Reference to the service client.
|
|
11
11
|
*/
|
|
12
|
-
constructor(client:
|
|
12
|
+
constructor(client: LabServicesClientContext);
|
|
13
13
|
/**
|
|
14
|
-
*
|
|
15
|
-
* @
|
|
16
|
-
* @param labAccountName The name of the lab Account.
|
|
14
|
+
* Returns a list of all labs for a subscription.
|
|
15
|
+
* @summary Get all labs for a subscription.
|
|
17
16
|
* @param [options] The optional parameters
|
|
18
|
-
* @returns Promise<Models.
|
|
17
|
+
* @returns Promise<Models.LabsListBySubscriptionResponse>
|
|
19
18
|
*/
|
|
20
|
-
|
|
19
|
+
listBySubscription(options?: Models.LabsListBySubscriptionOptionalParams): Promise<Models.LabsListBySubscriptionResponse>;
|
|
21
20
|
/**
|
|
22
|
-
* @param resourceGroupName The name of the resource group.
|
|
23
|
-
* @param labAccountName The name of the lab Account.
|
|
24
21
|
* @param callback The callback
|
|
25
22
|
*/
|
|
26
|
-
|
|
23
|
+
listBySubscription(callback: msRest.ServiceCallback<Models.PagedLabs>): void;
|
|
27
24
|
/**
|
|
28
|
-
* @param resourceGroupName The name of the resource group.
|
|
29
|
-
* @param labAccountName The name of the lab Account.
|
|
30
25
|
* @param options The optional parameters
|
|
31
26
|
* @param callback The callback
|
|
32
27
|
*/
|
|
33
|
-
|
|
28
|
+
listBySubscription(options: Models.LabsListBySubscriptionOptionalParams, callback: msRest.ServiceCallback<Models.PagedLabs>): void;
|
|
34
29
|
/**
|
|
35
|
-
*
|
|
36
|
-
* @
|
|
37
|
-
* @param
|
|
38
|
-
* @param labName The name of the lab.
|
|
30
|
+
* Returns a list of all labs in a resource group.
|
|
31
|
+
* @summary Get all labs for a subscription and resource group.
|
|
32
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
39
33
|
* @param [options] The optional parameters
|
|
40
|
-
* @returns Promise<Models.
|
|
34
|
+
* @returns Promise<Models.LabsListByResourceGroupResponse>
|
|
41
35
|
*/
|
|
42
|
-
|
|
36
|
+
listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.LabsListByResourceGroupResponse>;
|
|
43
37
|
/**
|
|
44
|
-
* @param resourceGroupName The name of the resource group.
|
|
45
|
-
* @param labAccountName The name of the lab Account.
|
|
46
|
-
* @param labName The name of the lab.
|
|
38
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
47
39
|
* @param callback The callback
|
|
48
40
|
*/
|
|
49
|
-
|
|
41
|
+
listByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<Models.PagedLabs>): void;
|
|
50
42
|
/**
|
|
51
|
-
* @param resourceGroupName The name of the resource group.
|
|
52
|
-
* @param labAccountName The name of the lab Account.
|
|
53
|
-
* @param labName The name of the lab.
|
|
43
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
54
44
|
* @param options The optional parameters
|
|
55
45
|
* @param callback The callback
|
|
56
46
|
*/
|
|
57
|
-
|
|
47
|
+
listByResourceGroup(resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PagedLabs>): void;
|
|
58
48
|
/**
|
|
59
|
-
*
|
|
60
|
-
* @
|
|
61
|
-
* @param
|
|
62
|
-
* @param labName The name of the lab.
|
|
63
|
-
*
|
|
49
|
+
* Returns the properties of a lab resource.
|
|
50
|
+
* @summary Get a lab resource.
|
|
51
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
52
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab account.
|
|
53
|
+
* Used in resource URIs.
|
|
64
54
|
* @param [options] The optional parameters
|
|
65
|
-
* @returns Promise<Models.
|
|
55
|
+
* @returns Promise<Models.LabsGetResponse>
|
|
66
56
|
*/
|
|
67
|
-
|
|
57
|
+
get(resourceGroupName: string, labName: string, options?: msRest.RequestOptionsBase): Promise<Models.LabsGetResponse>;
|
|
68
58
|
/**
|
|
69
|
-
* @param resourceGroupName The name of the resource group.
|
|
70
|
-
* @param
|
|
71
|
-
*
|
|
72
|
-
* @param lab Represents a lab.
|
|
59
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
60
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab account.
|
|
61
|
+
* Used in resource URIs.
|
|
73
62
|
* @param callback The callback
|
|
74
63
|
*/
|
|
75
|
-
|
|
64
|
+
get(resourceGroupName: string, labName: string, callback: msRest.ServiceCallback<Models.Lab>): void;
|
|
76
65
|
/**
|
|
77
|
-
* @param resourceGroupName The name of the resource group.
|
|
78
|
-
* @param
|
|
79
|
-
*
|
|
80
|
-
* @param lab Represents a lab.
|
|
66
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
67
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab account.
|
|
68
|
+
* Used in resource URIs.
|
|
81
69
|
* @param options The optional parameters
|
|
82
70
|
* @param callback The callback
|
|
83
71
|
*/
|
|
84
|
-
|
|
72
|
+
get(resourceGroupName: string, labName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Lab>): void;
|
|
85
73
|
/**
|
|
86
|
-
*
|
|
87
|
-
* @
|
|
88
|
-
* @param
|
|
89
|
-
* @param
|
|
74
|
+
* Operation to create or update a lab resource.
|
|
75
|
+
* @summary Create or update a lab resource.
|
|
76
|
+
* @param body The request body.
|
|
77
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
78
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab account.
|
|
79
|
+
* Used in resource URIs.
|
|
90
80
|
* @param [options] The optional parameters
|
|
91
|
-
* @returns Promise<
|
|
81
|
+
* @returns Promise<Models.LabsCreateOrUpdateResponse>
|
|
92
82
|
*/
|
|
93
|
-
|
|
83
|
+
createOrUpdate(body: Models.Lab, resourceGroupName: string, labName: string, options?: msRest.RequestOptionsBase): Promise<Models.LabsCreateOrUpdateResponse>;
|
|
94
84
|
/**
|
|
95
|
-
*
|
|
96
|
-
* @
|
|
97
|
-
* @param
|
|
98
|
-
* @param
|
|
99
|
-
* @param lab
|
|
85
|
+
* Operation to update a lab resource.
|
|
86
|
+
* @summary Update a lab resource.
|
|
87
|
+
* @param body The request body.
|
|
88
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
89
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab account.
|
|
90
|
+
* Used in resource URIs.
|
|
100
91
|
* @param [options] The optional parameters
|
|
101
92
|
* @returns Promise<Models.LabsUpdateResponse>
|
|
102
93
|
*/
|
|
103
|
-
update(
|
|
94
|
+
update(body: Models.LabUpdate, resourceGroupName: string, labName: string, options?: msRest.RequestOptionsBase): Promise<Models.LabsUpdateResponse>;
|
|
104
95
|
/**
|
|
105
|
-
*
|
|
106
|
-
* @
|
|
107
|
-
* @param
|
|
108
|
-
* @param lab
|
|
109
|
-
*
|
|
96
|
+
* Operation to delete a lab resource.
|
|
97
|
+
* @summary Deletes a lab resource.
|
|
98
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
99
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab account.
|
|
100
|
+
* Used in resource URIs.
|
|
101
|
+
* @param [options] The optional parameters
|
|
102
|
+
* @returns Promise<msRest.RestResponse>
|
|
110
103
|
*/
|
|
111
|
-
|
|
104
|
+
deleteMethod(resourceGroupName: string, labName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
112
105
|
/**
|
|
113
|
-
*
|
|
114
|
-
*
|
|
115
|
-
* @
|
|
116
|
-
* @param
|
|
117
|
-
* @param
|
|
118
|
-
*
|
|
106
|
+
* Publish or re-publish a lab. This will create or update all lab resources, such as virtual
|
|
107
|
+
* machines.
|
|
108
|
+
* @summary Publish or re-publish a lab.
|
|
109
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
110
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab account.
|
|
111
|
+
* Used in resource URIs.
|
|
112
|
+
* @param [options] The optional parameters
|
|
113
|
+
* @returns Promise<msRest.RestResponse>
|
|
119
114
|
*/
|
|
120
|
-
|
|
115
|
+
publish(resourceGroupName: string, labName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
121
116
|
/**
|
|
122
|
-
*
|
|
123
|
-
* @
|
|
124
|
-
* @param
|
|
125
|
-
* @param labName The name of the lab.
|
|
126
|
-
*
|
|
117
|
+
* Action used to manually kick off an AAD group sync job.
|
|
118
|
+
* @summary Manually sync the lab group.
|
|
119
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
120
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab account.
|
|
121
|
+
* Used in resource URIs.
|
|
127
122
|
* @param [options] The optional parameters
|
|
128
123
|
* @returns Promise<msRest.RestResponse>
|
|
129
124
|
*/
|
|
130
|
-
|
|
125
|
+
syncGroup(resourceGroupName: string, labName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
131
126
|
/**
|
|
132
|
-
*
|
|
133
|
-
* @
|
|
134
|
-
* @param
|
|
135
|
-
* @param
|
|
136
|
-
* @param
|
|
127
|
+
* Operation to create or update a lab resource.
|
|
128
|
+
* @summary Create or update a lab resource.
|
|
129
|
+
* @param body The request body.
|
|
130
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
131
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab account.
|
|
132
|
+
* Used in resource URIs.
|
|
133
|
+
* @param [options] The optional parameters
|
|
134
|
+
* @returns Promise<msRestAzure.LROPoller>
|
|
137
135
|
*/
|
|
138
|
-
|
|
136
|
+
beginCreateOrUpdate(body: Models.Lab, resourceGroupName: string, labName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
139
137
|
/**
|
|
140
|
-
*
|
|
141
|
-
* @
|
|
142
|
-
* @param
|
|
143
|
-
* @param
|
|
144
|
-
* @param
|
|
145
|
-
*
|
|
138
|
+
* Operation to update a lab resource.
|
|
139
|
+
* @summary Update a lab resource.
|
|
140
|
+
* @param body The request body.
|
|
141
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
142
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab account.
|
|
143
|
+
* Used in resource URIs.
|
|
144
|
+
* @param [options] The optional parameters
|
|
145
|
+
* @returns Promise<msRestAzure.LROPoller>
|
|
146
146
|
*/
|
|
147
|
-
|
|
147
|
+
beginUpdate(body: Models.LabUpdate, resourceGroupName: string, labName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
148
148
|
/**
|
|
149
|
-
*
|
|
150
|
-
* @
|
|
151
|
-
* @param
|
|
152
|
-
* @param labName The name of the lab.
|
|
149
|
+
* Operation to delete a lab resource.
|
|
150
|
+
* @summary Deletes a lab resource.
|
|
151
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
152
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab account.
|
|
153
|
+
* Used in resource URIs.
|
|
153
154
|
* @param [options] The optional parameters
|
|
154
|
-
* @returns Promise<
|
|
155
|
+
* @returns Promise<msRestAzure.LROPoller>
|
|
155
156
|
*/
|
|
156
|
-
|
|
157
|
+
beginDeleteMethod(resourceGroupName: string, labName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
157
158
|
/**
|
|
158
|
-
*
|
|
159
|
-
*
|
|
160
|
-
* @
|
|
161
|
-
* @param
|
|
159
|
+
* Publish or re-publish a lab. This will create or update all lab resources, such as virtual
|
|
160
|
+
* machines.
|
|
161
|
+
* @summary Publish or re-publish a lab.
|
|
162
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
163
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab account.
|
|
164
|
+
* Used in resource URIs.
|
|
165
|
+
* @param [options] The optional parameters
|
|
166
|
+
* @returns Promise<msRestAzure.LROPoller>
|
|
162
167
|
*/
|
|
163
|
-
|
|
168
|
+
beginPublish(resourceGroupName: string, labName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
164
169
|
/**
|
|
165
|
-
*
|
|
166
|
-
* @
|
|
167
|
-
* @param
|
|
168
|
-
* @param
|
|
169
|
-
*
|
|
170
|
+
* Action used to manually kick off an AAD group sync job.
|
|
171
|
+
* @summary Manually sync the lab group.
|
|
172
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
173
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab account.
|
|
174
|
+
* Used in resource URIs.
|
|
175
|
+
* @param [options] The optional parameters
|
|
176
|
+
* @returns Promise<msRestAzure.LROPoller>
|
|
170
177
|
*/
|
|
171
|
-
|
|
178
|
+
beginSyncGroup(resourceGroupName: string, labName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
172
179
|
/**
|
|
173
|
-
*
|
|
174
|
-
* @
|
|
175
|
-
* @param
|
|
176
|
-
* @param labName The name of the lab.
|
|
180
|
+
* Returns a list of all labs for a subscription.
|
|
181
|
+
* @summary Get all labs for a subscription.
|
|
182
|
+
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
177
183
|
* @param [options] The optional parameters
|
|
178
|
-
* @returns Promise<
|
|
184
|
+
* @returns Promise<Models.LabsListBySubscriptionNextResponse>
|
|
185
|
+
*/
|
|
186
|
+
listBySubscriptionNext(nextPageLink: string, options?: Models.LabsListBySubscriptionNextOptionalParams): Promise<Models.LabsListBySubscriptionNextResponse>;
|
|
187
|
+
/**
|
|
188
|
+
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
189
|
+
* @param callback The callback
|
|
190
|
+
*/
|
|
191
|
+
listBySubscriptionNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.PagedLabs>): void;
|
|
192
|
+
/**
|
|
193
|
+
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
194
|
+
* @param options The optional parameters
|
|
195
|
+
* @param callback The callback
|
|
179
196
|
*/
|
|
180
|
-
|
|
197
|
+
listBySubscriptionNext(nextPageLink: string, options: Models.LabsListBySubscriptionNextOptionalParams, callback: msRest.ServiceCallback<Models.PagedLabs>): void;
|
|
181
198
|
/**
|
|
182
|
-
*
|
|
199
|
+
* Returns a list of all labs in a resource group.
|
|
200
|
+
* @summary Get all labs for a subscription and resource group.
|
|
183
201
|
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
184
202
|
* @param [options] The optional parameters
|
|
185
|
-
* @returns Promise<Models.
|
|
203
|
+
* @returns Promise<Models.LabsListByResourceGroupNextResponse>
|
|
186
204
|
*/
|
|
187
|
-
|
|
205
|
+
listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.LabsListByResourceGroupNextResponse>;
|
|
188
206
|
/**
|
|
189
207
|
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
190
208
|
* @param callback The callback
|
|
191
209
|
*/
|
|
192
|
-
|
|
210
|
+
listByResourceGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.PagedLabs>): void;
|
|
193
211
|
/**
|
|
194
212
|
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
195
213
|
* @param options The optional parameters
|
|
196
214
|
* @param callback The callback
|
|
197
215
|
*/
|
|
198
|
-
|
|
216
|
+
listByResourceGroupNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PagedLabs>): void;
|
|
199
217
|
}
|
|
200
218
|
//# sourceMappingURL=labs.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"labs.d.ts","sourceRoot":"","sources":["../../src/operations/labs.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"labs.d.ts","sourceRoot":"","sources":["../../src/operations/labs.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAC;AACvD,OAAO,KAAK,MAAM,MAAM,WAAW,CAAC;AAGpC,OAAO,EAAE,wBAAwB,EAAE,MAAM,6BAA6B,CAAC;AAEvE,iCAAiC;AACjC,qBAAa,IAAI;IACf,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA2B;IAElD;;;OAGG;gBACS,MAAM,EAAE,wBAAwB;IAI5C;;;;;OAKG;IACH,kBAAkB,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC,oCAAoC,GAAG,OAAO,CAAC,MAAM,CAAC,8BAA8B,CAAC;IACzH;;OAEG;IACH,kBAAkB,CAAC,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,SAAS,CAAC,GAAG,IAAI;IAC5E;;;OAGG;IACH,kBAAkB,CAAC,OAAO,EAAE,MAAM,CAAC,oCAAoC,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,SAAS,CAAC,GAAG,IAAI;IAUlI;;;;;;OAMG;IACH,mBAAmB,CAAC,iBAAiB,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,+BAA+B,CAAC;IACpI;;;OAGG;IACH,mBAAmB,CAAC,iBAAiB,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,SAAS,CAAC,GAAG,IAAI;IACxG;;;;OAIG;IACH,mBAAmB,CAAC,iBAAiB,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,SAAS,CAAC,GAAG,IAAI;IAW5I;;;;;;;;OAQG;IACH,GAAG,CAAC,iBAAiB,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,eAAe,CAAC;IACrH;;;;;OAKG;IACH,GAAG,CAAC,iBAAiB,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,GAAG,CAAC,GAAG,IAAI;IACnG;;;;;;OAMG;IACH,GAAG,CAAC,iBAAiB,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,GAAG,CAAC,GAAG,IAAI;IAYvI;;;;;;;;;OASG;IACH,cAAc,CAAC,IAAI,EAAE,MAAM,CAAC,GAAG,EAAE,iBAAiB,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,0BAA0B,CAAC;IAK7J;;;;;;;;;OASG;IACH,MAAM,CAAC,IAAI,EAAE,MAAM,CAAC,SAAS,EAAE,iBAAiB,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,kBAAkB,CAAC;IAKnJ;;;;;;;;OAQG;IACH,YAAY,CAAC,iBAAiB,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,YAAY,CAAC;IAK3H;;;;;;;;;OASG;IACH,OAAO,CAAC,iBAAiB,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,YAAY,CAAC;IAKtH;;;;;;;;OAQG;IACH,SAAS,CAAC,iBAAiB,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,YAAY,CAAC;IAKxH;;;;;;;;;OASG;IACH,mBAAmB,CAAC,IAAI,EAAE,MAAM,CAAC,GAAG,EAAE,iBAAiB,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,WAAW,CAAC,SAAS,CAAC;IAYtJ;;;;;;;;;OASG;IACH,WAAW,CAAC,IAAI,EAAE,MAAM,CAAC,SAAS,EAAE,iBAAiB,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,WAAW,CAAC,SAAS,CAAC;IAYpJ;;;;;;;;OAQG;IACH,iBAAiB,CAAC,iBAAiB,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,WAAW,CAAC,SAAS,CAAC;IAWlI;;;;;;;;;OASG;IACH,YAAY,CAAC,iBAAiB,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,WAAW,CAAC,SAAS,CAAC;IAW7H;;;;;;;;OAQG;IACH,cAAc,CAAC,iBAAiB,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,WAAW,CAAC,SAAS,CAAC;IAW/H;;;;;;OAMG;IACH,sBAAsB,CAAC,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,wCAAwC,GAAG,OAAO,CAAC,MAAM,CAAC,kCAAkC,CAAC;IAC3J;;;OAGG;IACH,sBAAsB,CAAC,YAAY,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,SAAS,CAAC,GAAG,IAAI;IACtG;;;;OAIG;IACH,sBAAsB,CAAC,YAAY,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,wCAAwC,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,SAAS,CAAC,GAAG,IAAI;IAWhK;;;;;;OAMG;IACH,uBAAuB,CAAC,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,mCAAmC,CAAC;IACvI;;;OAGG;IACH,uBAAuB,CAAC,YAAY,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,SAAS,CAAC,GAAG,IAAI;IACvG;;;;OAIG;IACH,uBAAuB,CAAC,YAAY,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,SAAS,CAAC,GAAG,IAAI;CAU5I"}
|