@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/models/mappers.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
4
|
*
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
@@ -9,15 +9,14 @@ import { __assign } from "tslib";
|
|
|
9
9
|
import { CloudErrorMapper, BaseResourceMapper } from "@azure/ms-rest-azure-js";
|
|
10
10
|
export var CloudError = CloudErrorMapper;
|
|
11
11
|
export var BaseResource = BaseResourceMapper;
|
|
12
|
-
export var
|
|
13
|
-
serializedName: "
|
|
12
|
+
export var TrackedResourceUpdate = {
|
|
13
|
+
serializedName: "TrackedResourceUpdate",
|
|
14
14
|
type: {
|
|
15
15
|
name: "Composite",
|
|
16
|
-
className: "
|
|
16
|
+
className: "TrackedResourceUpdate",
|
|
17
17
|
modelProperties: {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
serializedName: "emailAddresses",
|
|
18
|
+
tags: {
|
|
19
|
+
serializedName: "tags",
|
|
21
20
|
type: {
|
|
22
21
|
name: "Sequence",
|
|
23
22
|
element: {
|
|
@@ -30,144 +29,189 @@ export var AddUsersPayload = {
|
|
|
30
29
|
}
|
|
31
30
|
}
|
|
32
31
|
};
|
|
33
|
-
export var
|
|
34
|
-
serializedName: "
|
|
32
|
+
export var AutoShutdownProfile = {
|
|
33
|
+
serializedName: "AutoShutdownProfile",
|
|
35
34
|
type: {
|
|
36
35
|
name: "Composite",
|
|
37
|
-
className: "
|
|
36
|
+
className: "AutoShutdownProfile",
|
|
38
37
|
modelProperties: {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
serializedName: "userName",
|
|
38
|
+
shutdownOnDisconnect: {
|
|
39
|
+
serializedName: "shutdownOnDisconnect",
|
|
42
40
|
type: {
|
|
43
|
-
name: "
|
|
41
|
+
name: "Enum",
|
|
42
|
+
allowedValues: [
|
|
43
|
+
"Enabled",
|
|
44
|
+
"Disabled"
|
|
45
|
+
]
|
|
44
46
|
}
|
|
45
47
|
},
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
serializedName: "password",
|
|
49
|
-
type: {
|
|
50
|
-
name: "String"
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
};
|
|
56
|
-
export var ResourceSettingCreationParameters = {
|
|
57
|
-
serializedName: "ResourceSettingCreationParameters",
|
|
58
|
-
type: {
|
|
59
|
-
name: "Composite",
|
|
60
|
-
className: "ResourceSettingCreationParameters",
|
|
61
|
-
modelProperties: {
|
|
62
|
-
location: {
|
|
63
|
-
serializedName: "location",
|
|
48
|
+
shutdownWhenNotConnected: {
|
|
49
|
+
serializedName: "shutdownWhenNotConnected",
|
|
64
50
|
type: {
|
|
65
|
-
name: "
|
|
51
|
+
name: "Enum",
|
|
52
|
+
allowedValues: [
|
|
53
|
+
"Enabled",
|
|
54
|
+
"Disabled"
|
|
55
|
+
]
|
|
66
56
|
}
|
|
67
57
|
},
|
|
68
|
-
|
|
69
|
-
serializedName: "
|
|
58
|
+
shutdownOnIdle: {
|
|
59
|
+
serializedName: "shutdownOnIdle",
|
|
70
60
|
type: {
|
|
71
|
-
name: "
|
|
61
|
+
name: "Enum",
|
|
62
|
+
allowedValues: [
|
|
63
|
+
"None",
|
|
64
|
+
"UserAbsence",
|
|
65
|
+
"LowUsage"
|
|
66
|
+
]
|
|
72
67
|
}
|
|
73
68
|
},
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
serializedName: "galleryImageResourceId",
|
|
69
|
+
disconnectDelay: {
|
|
70
|
+
serializedName: "disconnectDelay",
|
|
77
71
|
type: {
|
|
78
|
-
name: "
|
|
72
|
+
name: "TimeSpan"
|
|
79
73
|
}
|
|
80
74
|
},
|
|
81
|
-
|
|
82
|
-
serializedName: "
|
|
75
|
+
noConnectDelay: {
|
|
76
|
+
serializedName: "noConnectDelay",
|
|
83
77
|
type: {
|
|
84
|
-
name: "
|
|
78
|
+
name: "TimeSpan"
|
|
85
79
|
}
|
|
86
80
|
},
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
serializedName: "referenceVmCreationParameters",
|
|
81
|
+
idleDelay: {
|
|
82
|
+
serializedName: "idleDelay",
|
|
90
83
|
type: {
|
|
91
|
-
name: "
|
|
92
|
-
className: "ReferenceVmCreationParameters"
|
|
84
|
+
name: "TimeSpan"
|
|
93
85
|
}
|
|
94
86
|
}
|
|
95
87
|
}
|
|
96
88
|
}
|
|
97
89
|
};
|
|
98
|
-
export var
|
|
99
|
-
serializedName: "
|
|
90
|
+
export var ConnectionProfile = {
|
|
91
|
+
serializedName: "ConnectionProfile",
|
|
100
92
|
type: {
|
|
101
93
|
name: "Composite",
|
|
102
|
-
className: "
|
|
94
|
+
className: "ConnectionProfile",
|
|
103
95
|
modelProperties: {
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
serializedName: "resourceSettingCreationParameters",
|
|
96
|
+
webSshAccess: {
|
|
97
|
+
serializedName: "webSshAccess",
|
|
107
98
|
type: {
|
|
108
|
-
name: "
|
|
109
|
-
|
|
99
|
+
name: "Enum",
|
|
100
|
+
allowedValues: [
|
|
101
|
+
"Public",
|
|
102
|
+
"Private",
|
|
103
|
+
"None"
|
|
104
|
+
]
|
|
105
|
+
}
|
|
106
|
+
},
|
|
107
|
+
webRdpAccess: {
|
|
108
|
+
serializedName: "webRdpAccess",
|
|
109
|
+
type: {
|
|
110
|
+
name: "Enum",
|
|
111
|
+
allowedValues: [
|
|
112
|
+
"Public",
|
|
113
|
+
"Private",
|
|
114
|
+
"None"
|
|
115
|
+
]
|
|
116
|
+
}
|
|
117
|
+
},
|
|
118
|
+
clientSshAccess: {
|
|
119
|
+
serializedName: "clientSshAccess",
|
|
120
|
+
type: {
|
|
121
|
+
name: "Enum",
|
|
122
|
+
allowedValues: [
|
|
123
|
+
"Public",
|
|
124
|
+
"Private",
|
|
125
|
+
"None"
|
|
126
|
+
]
|
|
127
|
+
}
|
|
128
|
+
},
|
|
129
|
+
clientRdpAccess: {
|
|
130
|
+
serializedName: "clientRdpAccess",
|
|
131
|
+
type: {
|
|
132
|
+
name: "Enum",
|
|
133
|
+
allowedValues: [
|
|
134
|
+
"Public",
|
|
135
|
+
"Private",
|
|
136
|
+
"None"
|
|
137
|
+
]
|
|
110
138
|
}
|
|
111
139
|
}
|
|
112
140
|
}
|
|
113
141
|
}
|
|
114
142
|
};
|
|
115
|
-
export var
|
|
116
|
-
serializedName: "
|
|
143
|
+
export var ErrorAdditionalInfo = {
|
|
144
|
+
serializedName: "ErrorAdditionalInfo",
|
|
117
145
|
type: {
|
|
118
146
|
name: "Composite",
|
|
119
|
-
className: "
|
|
147
|
+
className: "ErrorAdditionalInfo",
|
|
120
148
|
modelProperties: {
|
|
121
|
-
|
|
122
|
-
|
|
149
|
+
type: {
|
|
150
|
+
readOnly: true,
|
|
151
|
+
serializedName: "type",
|
|
123
152
|
type: {
|
|
124
|
-
name: "
|
|
153
|
+
name: "String"
|
|
154
|
+
}
|
|
155
|
+
},
|
|
156
|
+
info: {
|
|
157
|
+
readOnly: true,
|
|
158
|
+
serializedName: "info",
|
|
159
|
+
type: {
|
|
160
|
+
name: "Object"
|
|
125
161
|
}
|
|
126
162
|
}
|
|
127
163
|
}
|
|
128
164
|
}
|
|
129
165
|
};
|
|
130
|
-
export var
|
|
131
|
-
serializedName: "
|
|
166
|
+
export var ErrorDetail = {
|
|
167
|
+
serializedName: "ErrorDetail",
|
|
132
168
|
type: {
|
|
133
169
|
name: "Composite",
|
|
134
|
-
className: "
|
|
170
|
+
className: "ErrorDetail",
|
|
135
171
|
modelProperties: {
|
|
136
|
-
|
|
137
|
-
|
|
172
|
+
code: {
|
|
173
|
+
readOnly: true,
|
|
174
|
+
serializedName: "code",
|
|
138
175
|
type: {
|
|
139
|
-
name: "
|
|
140
|
-
className: "EnvironmentSettingCreationParameters"
|
|
176
|
+
name: "String"
|
|
141
177
|
}
|
|
142
178
|
},
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
serializedName: "
|
|
179
|
+
message: {
|
|
180
|
+
readOnly: true,
|
|
181
|
+
serializedName: "message",
|
|
146
182
|
type: {
|
|
147
|
-
name: "
|
|
148
|
-
className: "LabCreationParameters"
|
|
183
|
+
name: "String"
|
|
149
184
|
}
|
|
150
185
|
},
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
serializedName: "
|
|
186
|
+
target: {
|
|
187
|
+
readOnly: true,
|
|
188
|
+
serializedName: "target",
|
|
154
189
|
type: {
|
|
155
190
|
name: "String"
|
|
156
191
|
}
|
|
157
192
|
},
|
|
158
|
-
|
|
159
|
-
|
|
193
|
+
details: {
|
|
194
|
+
readOnly: true,
|
|
195
|
+
serializedName: "details",
|
|
160
196
|
type: {
|
|
161
|
-
name: "
|
|
197
|
+
name: "Sequence",
|
|
198
|
+
element: {
|
|
199
|
+
type: {
|
|
200
|
+
name: "Composite",
|
|
201
|
+
className: "ErrorDetail"
|
|
202
|
+
}
|
|
203
|
+
}
|
|
162
204
|
}
|
|
163
205
|
},
|
|
164
|
-
|
|
165
|
-
|
|
206
|
+
additionalInfo: {
|
|
207
|
+
readOnly: true,
|
|
208
|
+
serializedName: "additionalInfo",
|
|
166
209
|
type: {
|
|
167
|
-
name: "
|
|
168
|
-
|
|
210
|
+
name: "Sequence",
|
|
211
|
+
element: {
|
|
169
212
|
type: {
|
|
170
|
-
name: "
|
|
213
|
+
name: "Composite",
|
|
214
|
+
className: "ErrorAdditionalInfo"
|
|
171
215
|
}
|
|
172
216
|
}
|
|
173
217
|
}
|
|
@@ -175,20 +219,52 @@ export var CreateLabProperties = {
|
|
|
175
219
|
}
|
|
176
220
|
}
|
|
177
221
|
};
|
|
178
|
-
export var
|
|
179
|
-
serializedName: "
|
|
222
|
+
export var ErrorResponse = {
|
|
223
|
+
serializedName: "ErrorResponse",
|
|
224
|
+
type: {
|
|
225
|
+
name: "Composite",
|
|
226
|
+
className: "ErrorResponse",
|
|
227
|
+
modelProperties: {
|
|
228
|
+
error: {
|
|
229
|
+
serializedName: "error",
|
|
230
|
+
type: {
|
|
231
|
+
name: "Composite",
|
|
232
|
+
className: "ErrorDetail"
|
|
233
|
+
}
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
};
|
|
238
|
+
export var OperationDisplay = {
|
|
239
|
+
serializedName: "Operation_display",
|
|
180
240
|
type: {
|
|
181
241
|
name: "Composite",
|
|
182
|
-
className: "
|
|
242
|
+
className: "OperationDisplay",
|
|
183
243
|
modelProperties: {
|
|
184
|
-
|
|
185
|
-
|
|
244
|
+
provider: {
|
|
245
|
+
readOnly: true,
|
|
246
|
+
serializedName: "provider",
|
|
247
|
+
type: {
|
|
248
|
+
name: "String"
|
|
249
|
+
}
|
|
250
|
+
},
|
|
251
|
+
resource: {
|
|
252
|
+
readOnly: true,
|
|
253
|
+
serializedName: "resource",
|
|
254
|
+
type: {
|
|
255
|
+
name: "String"
|
|
256
|
+
}
|
|
257
|
+
},
|
|
258
|
+
operation: {
|
|
259
|
+
readOnly: true,
|
|
260
|
+
serializedName: "operation",
|
|
186
261
|
type: {
|
|
187
262
|
name: "String"
|
|
188
263
|
}
|
|
189
264
|
},
|
|
190
|
-
|
|
191
|
-
|
|
265
|
+
description: {
|
|
266
|
+
readOnly: true,
|
|
267
|
+
serializedName: "description",
|
|
192
268
|
type: {
|
|
193
269
|
name: "String"
|
|
194
270
|
}
|
|
@@ -196,36 +272,43 @@ export var ResourceSet = {
|
|
|
196
272
|
}
|
|
197
273
|
}
|
|
198
274
|
};
|
|
199
|
-
export var
|
|
200
|
-
serializedName: "
|
|
275
|
+
export var Operation = {
|
|
276
|
+
serializedName: "Operation",
|
|
201
277
|
type: {
|
|
202
278
|
name: "Composite",
|
|
203
|
-
className: "
|
|
279
|
+
className: "Operation",
|
|
204
280
|
modelProperties: {
|
|
205
|
-
|
|
281
|
+
name: {
|
|
206
282
|
readOnly: true,
|
|
207
|
-
serializedName: "
|
|
283
|
+
serializedName: "name",
|
|
208
284
|
type: {
|
|
209
285
|
name: "String"
|
|
210
286
|
}
|
|
211
287
|
},
|
|
212
|
-
|
|
288
|
+
isDataAction: {
|
|
213
289
|
readOnly: true,
|
|
214
|
-
serializedName: "
|
|
290
|
+
serializedName: "isDataAction",
|
|
215
291
|
type: {
|
|
216
|
-
name: "
|
|
292
|
+
name: "Boolean"
|
|
217
293
|
}
|
|
218
294
|
},
|
|
219
|
-
|
|
295
|
+
display: {
|
|
296
|
+
serializedName: "display",
|
|
297
|
+
type: {
|
|
298
|
+
name: "Composite",
|
|
299
|
+
className: "OperationDisplay"
|
|
300
|
+
}
|
|
301
|
+
},
|
|
302
|
+
origin: {
|
|
220
303
|
readOnly: true,
|
|
221
|
-
serializedName: "
|
|
304
|
+
serializedName: "origin",
|
|
222
305
|
type: {
|
|
223
306
|
name: "String"
|
|
224
307
|
}
|
|
225
308
|
},
|
|
226
|
-
|
|
309
|
+
actionType: {
|
|
227
310
|
readOnly: true,
|
|
228
|
-
serializedName: "
|
|
311
|
+
serializedName: "actionType",
|
|
229
312
|
type: {
|
|
230
313
|
name: "String"
|
|
231
314
|
}
|
|
@@ -233,53 +316,109 @@ export var NetworkInterface = {
|
|
|
233
316
|
}
|
|
234
317
|
}
|
|
235
318
|
};
|
|
236
|
-
export var
|
|
237
|
-
serializedName: "
|
|
319
|
+
export var OperationResult = {
|
|
320
|
+
serializedName: "OperationResult",
|
|
238
321
|
type: {
|
|
239
322
|
name: "Composite",
|
|
240
|
-
className: "
|
|
323
|
+
className: "OperationResult",
|
|
241
324
|
modelProperties: {
|
|
242
|
-
|
|
325
|
+
id: {
|
|
243
326
|
readOnly: true,
|
|
244
|
-
serializedName: "
|
|
327
|
+
serializedName: "id",
|
|
245
328
|
type: {
|
|
246
329
|
name: "String"
|
|
247
330
|
}
|
|
248
331
|
},
|
|
249
|
-
|
|
332
|
+
name: {
|
|
250
333
|
readOnly: true,
|
|
251
|
-
serializedName: "
|
|
334
|
+
serializedName: "name",
|
|
252
335
|
type: {
|
|
253
336
|
name: "String"
|
|
254
337
|
}
|
|
255
338
|
},
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
serializedName: "
|
|
339
|
+
status: {
|
|
340
|
+
required: true,
|
|
341
|
+
serializedName: "status",
|
|
342
|
+
type: {
|
|
343
|
+
name: "Enum",
|
|
344
|
+
allowedValues: [
|
|
345
|
+
"NotStarted",
|
|
346
|
+
"InProgress",
|
|
347
|
+
"Succeeded",
|
|
348
|
+
"Failed",
|
|
349
|
+
"Canceled"
|
|
350
|
+
]
|
|
351
|
+
}
|
|
352
|
+
},
|
|
353
|
+
startTime: {
|
|
354
|
+
serializedName: "startTime",
|
|
355
|
+
type: {
|
|
356
|
+
name: "DateTime"
|
|
357
|
+
}
|
|
358
|
+
},
|
|
359
|
+
endTime: {
|
|
360
|
+
serializedName: "endTime",
|
|
361
|
+
type: {
|
|
362
|
+
name: "DateTime"
|
|
363
|
+
}
|
|
364
|
+
},
|
|
365
|
+
percentComplete: {
|
|
366
|
+
serializedName: "percentComplete",
|
|
367
|
+
type: {
|
|
368
|
+
name: "Number"
|
|
369
|
+
}
|
|
370
|
+
},
|
|
371
|
+
error: {
|
|
372
|
+
serializedName: "error",
|
|
373
|
+
type: {
|
|
374
|
+
name: "Composite",
|
|
375
|
+
className: "ErrorDetail"
|
|
376
|
+
}
|
|
377
|
+
}
|
|
378
|
+
}
|
|
379
|
+
}
|
|
380
|
+
};
|
|
381
|
+
export var SystemData = {
|
|
382
|
+
serializedName: "systemData",
|
|
383
|
+
type: {
|
|
384
|
+
name: "Composite",
|
|
385
|
+
className: "SystemData",
|
|
386
|
+
modelProperties: {
|
|
387
|
+
createdBy: {
|
|
388
|
+
serializedName: "createdBy",
|
|
259
389
|
type: {
|
|
260
390
|
name: "String"
|
|
261
391
|
}
|
|
262
392
|
},
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
serializedName: "requestUri",
|
|
393
|
+
createdByType: {
|
|
394
|
+
serializedName: "createdByType",
|
|
266
395
|
type: {
|
|
267
396
|
name: "String"
|
|
268
397
|
}
|
|
269
398
|
},
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
399
|
+
createdAt: {
|
|
400
|
+
serializedName: "createdAt",
|
|
401
|
+
type: {
|
|
402
|
+
name: "DateTime"
|
|
403
|
+
}
|
|
404
|
+
},
|
|
405
|
+
lastModifiedBy: {
|
|
406
|
+
serializedName: "lastModifiedBy",
|
|
273
407
|
type: {
|
|
274
408
|
name: "String"
|
|
275
409
|
}
|
|
276
410
|
},
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
serializedName: "operationUrl",
|
|
411
|
+
lastModifiedByType: {
|
|
412
|
+
serializedName: "lastModifiedByType",
|
|
280
413
|
type: {
|
|
281
414
|
name: "String"
|
|
282
415
|
}
|
|
416
|
+
},
|
|
417
|
+
lastModifiedAt: {
|
|
418
|
+
serializedName: "lastModifiedAt",
|
|
419
|
+
type: {
|
|
420
|
+
name: "DateTime"
|
|
421
|
+
}
|
|
283
422
|
}
|
|
284
423
|
}
|
|
285
424
|
}
|
|
@@ -310,14 +449,16 @@ export var Resource = {
|
|
|
310
449
|
type: {
|
|
311
450
|
name: "String"
|
|
312
451
|
}
|
|
313
|
-
}
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
452
|
+
}
|
|
453
|
+
}
|
|
454
|
+
}
|
|
455
|
+
};
|
|
456
|
+
export var TrackedResource = {
|
|
457
|
+
serializedName: "TrackedResource",
|
|
458
|
+
type: {
|
|
459
|
+
name: "Composite",
|
|
460
|
+
className: "TrackedResource",
|
|
461
|
+
modelProperties: __assign(__assign({}, Resource.type.modelProperties), { tags: {
|
|
321
462
|
serializedName: "tags",
|
|
322
463
|
type: {
|
|
323
464
|
name: "Dictionary",
|
|
@@ -327,134 +468,129 @@ export var Resource = {
|
|
|
327
468
|
}
|
|
328
469
|
}
|
|
329
470
|
}
|
|
330
|
-
}
|
|
331
|
-
|
|
471
|
+
}, location: {
|
|
472
|
+
required: true,
|
|
473
|
+
serializedName: "location",
|
|
474
|
+
type: {
|
|
475
|
+
name: "String"
|
|
476
|
+
}
|
|
477
|
+
} })
|
|
332
478
|
}
|
|
333
479
|
};
|
|
334
|
-
export var
|
|
335
|
-
serializedName: "
|
|
480
|
+
export var LabPlan = {
|
|
481
|
+
serializedName: "LabPlan",
|
|
336
482
|
type: {
|
|
337
483
|
name: "Composite",
|
|
338
|
-
className: "
|
|
339
|
-
modelProperties: __assign(__assign({},
|
|
340
|
-
|
|
484
|
+
className: "LabPlan",
|
|
485
|
+
modelProperties: __assign(__assign({}, TrackedResource.type.modelProperties), { systemData: {
|
|
486
|
+
readOnly: true,
|
|
487
|
+
serializedName: "systemData",
|
|
341
488
|
type: {
|
|
342
489
|
name: "Composite",
|
|
343
|
-
className: "
|
|
490
|
+
className: "SystemData"
|
|
344
491
|
}
|
|
345
|
-
},
|
|
346
|
-
|
|
347
|
-
serializedName: "properties.claimedByUserObjectId",
|
|
492
|
+
}, defaultConnectionProfile: {
|
|
493
|
+
serializedName: "properties.defaultConnectionProfile",
|
|
348
494
|
type: {
|
|
349
|
-
name: "
|
|
495
|
+
name: "Composite",
|
|
496
|
+
className: "ConnectionProfile"
|
|
350
497
|
}
|
|
351
|
-
},
|
|
352
|
-
|
|
353
|
-
serializedName: "properties.claimedByUserPrincipalId",
|
|
498
|
+
}, defaultAutoShutdownProfile: {
|
|
499
|
+
serializedName: "properties.defaultAutoShutdownProfile",
|
|
354
500
|
type: {
|
|
355
|
-
name: "
|
|
501
|
+
name: "Composite",
|
|
502
|
+
className: "AutoShutdownProfile"
|
|
356
503
|
}
|
|
357
|
-
},
|
|
358
|
-
|
|
359
|
-
serializedName: "properties.claimedByUserName",
|
|
504
|
+
}, defaultNetworkProfile: {
|
|
505
|
+
serializedName: "properties.defaultNetworkProfile",
|
|
360
506
|
type: {
|
|
361
|
-
name: "
|
|
507
|
+
name: "Composite",
|
|
508
|
+
className: "LabPlanNetworkProfile"
|
|
362
509
|
}
|
|
363
|
-
},
|
|
364
|
-
|
|
365
|
-
serializedName: "properties.isClaimed",
|
|
510
|
+
}, allowedRegions: {
|
|
511
|
+
serializedName: "properties.allowedRegions",
|
|
366
512
|
type: {
|
|
367
|
-
name: "
|
|
513
|
+
name: "Sequence",
|
|
514
|
+
element: {
|
|
515
|
+
type: {
|
|
516
|
+
name: "String"
|
|
517
|
+
}
|
|
518
|
+
}
|
|
368
519
|
}
|
|
369
|
-
},
|
|
370
|
-
|
|
371
|
-
serializedName: "properties.lastKnownPowerState",
|
|
520
|
+
}, sharedGalleryId: {
|
|
521
|
+
serializedName: "properties.sharedGalleryId",
|
|
372
522
|
type: {
|
|
373
523
|
name: "String"
|
|
374
524
|
}
|
|
375
|
-
},
|
|
376
|
-
|
|
377
|
-
serializedName: "properties.networkInterface",
|
|
525
|
+
}, supportInfo: {
|
|
526
|
+
serializedName: "properties.supportInfo",
|
|
378
527
|
type: {
|
|
379
528
|
name: "Composite",
|
|
380
|
-
className: "
|
|
381
|
-
}
|
|
382
|
-
}, totalUsage: {
|
|
383
|
-
readOnly: true,
|
|
384
|
-
serializedName: "properties.totalUsage",
|
|
385
|
-
type: {
|
|
386
|
-
name: "TimeSpan"
|
|
529
|
+
className: "SupportInfo"
|
|
387
530
|
}
|
|
388
|
-
},
|
|
389
|
-
|
|
390
|
-
serializedName: "properties.passwordLastReset",
|
|
531
|
+
}, linkedLmsInstance: {
|
|
532
|
+
serializedName: "properties.linkedLmsInstance",
|
|
391
533
|
type: {
|
|
392
|
-
name: "
|
|
534
|
+
name: "String"
|
|
393
535
|
}
|
|
394
536
|
}, provisioningState: {
|
|
537
|
+
readOnly: true,
|
|
395
538
|
serializedName: "properties.provisioningState",
|
|
396
539
|
type: {
|
|
397
|
-
name: "
|
|
540
|
+
name: "Enum",
|
|
541
|
+
allowedValues: [
|
|
542
|
+
"Creating",
|
|
543
|
+
"Updating",
|
|
544
|
+
"Deleting",
|
|
545
|
+
"Succeeded",
|
|
546
|
+
"Failed",
|
|
547
|
+
"Locked"
|
|
548
|
+
]
|
|
398
549
|
}
|
|
399
|
-
}
|
|
400
|
-
|
|
550
|
+
} })
|
|
551
|
+
}
|
|
552
|
+
};
|
|
553
|
+
export var LabPlanNetworkProfile = {
|
|
554
|
+
serializedName: "LabPlanNetworkProfile",
|
|
555
|
+
type: {
|
|
556
|
+
name: "Composite",
|
|
557
|
+
className: "LabPlanNetworkProfile",
|
|
558
|
+
modelProperties: {
|
|
559
|
+
subnetId: {
|
|
560
|
+
serializedName: "subnetId",
|
|
401
561
|
type: {
|
|
402
562
|
name: "String"
|
|
403
563
|
}
|
|
404
|
-
}
|
|
405
|
-
|
|
406
|
-
serializedName: "properties.latestOperationResult",
|
|
407
|
-
type: {
|
|
408
|
-
name: "Composite",
|
|
409
|
-
className: "LatestOperationResult"
|
|
410
|
-
}
|
|
411
|
-
} })
|
|
564
|
+
}
|
|
565
|
+
}
|
|
412
566
|
}
|
|
413
567
|
};
|
|
414
|
-
export var
|
|
415
|
-
serializedName: "
|
|
568
|
+
export var SupportInfo = {
|
|
569
|
+
serializedName: "SupportInfo",
|
|
416
570
|
type: {
|
|
417
571
|
name: "Composite",
|
|
418
|
-
className: "
|
|
572
|
+
className: "SupportInfo",
|
|
419
573
|
modelProperties: {
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
serializedName: "provisioningState",
|
|
574
|
+
url: {
|
|
575
|
+
serializedName: "url",
|
|
423
576
|
type: {
|
|
424
577
|
name: "String"
|
|
425
578
|
}
|
|
426
579
|
},
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
serializedName: "rdpAuthority",
|
|
430
|
-
type: {
|
|
431
|
-
name: "String"
|
|
432
|
-
}
|
|
433
|
-
},
|
|
434
|
-
sshAuthority: {
|
|
435
|
-
readOnly: true,
|
|
436
|
-
serializedName: "sshAuthority",
|
|
437
|
-
type: {
|
|
438
|
-
name: "String"
|
|
439
|
-
}
|
|
440
|
-
},
|
|
441
|
-
privateIpAddress: {
|
|
442
|
-
readOnly: true,
|
|
443
|
-
serializedName: "privateIpAddress",
|
|
580
|
+
email: {
|
|
581
|
+
serializedName: "email",
|
|
444
582
|
type: {
|
|
445
583
|
name: "String"
|
|
446
584
|
}
|
|
447
585
|
},
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
serializedName: "userName",
|
|
586
|
+
phone: {
|
|
587
|
+
serializedName: "phone",
|
|
451
588
|
type: {
|
|
452
589
|
name: "String"
|
|
453
590
|
}
|
|
454
591
|
},
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
serializedName: "lastKnownPowerState",
|
|
592
|
+
instructions: {
|
|
593
|
+
serializedName: "instructions",
|
|
458
594
|
type: {
|
|
459
595
|
name: "String"
|
|
460
596
|
}
|
|
@@ -462,94 +598,72 @@ export var VirtualMachineDetails = {
|
|
|
462
598
|
}
|
|
463
599
|
}
|
|
464
600
|
};
|
|
465
|
-
export var
|
|
466
|
-
serializedName: "
|
|
601
|
+
export var LabPlanUpdate = {
|
|
602
|
+
serializedName: "LabPlanUpdate",
|
|
467
603
|
type: {
|
|
468
604
|
name: "Composite",
|
|
469
|
-
className: "
|
|
470
|
-
modelProperties: {
|
|
471
|
-
|
|
472
|
-
readOnly: true,
|
|
473
|
-
serializedName: "name",
|
|
474
|
-
type: {
|
|
475
|
-
name: "String"
|
|
476
|
-
}
|
|
477
|
-
},
|
|
478
|
-
description: {
|
|
479
|
-
readOnly: true,
|
|
480
|
-
serializedName: "description",
|
|
481
|
-
type: {
|
|
482
|
-
name: "String"
|
|
483
|
-
}
|
|
484
|
-
},
|
|
485
|
-
id: {
|
|
486
|
-
readOnly: true,
|
|
487
|
-
serializedName: "id",
|
|
605
|
+
className: "LabPlanUpdate",
|
|
606
|
+
modelProperties: __assign(__assign({}, TrackedResourceUpdate.type.modelProperties), { defaultConnectionProfile: {
|
|
607
|
+
serializedName: "properties.defaultConnectionProfile",
|
|
488
608
|
type: {
|
|
489
|
-
name: "
|
|
609
|
+
name: "Composite",
|
|
610
|
+
className: "ConnectionProfile"
|
|
490
611
|
}
|
|
491
|
-
},
|
|
492
|
-
|
|
493
|
-
readOnly: true,
|
|
494
|
-
serializedName: "provisioningState",
|
|
612
|
+
}, defaultAutoShutdownProfile: {
|
|
613
|
+
serializedName: "properties.defaultAutoShutdownProfile",
|
|
495
614
|
type: {
|
|
496
|
-
name: "
|
|
615
|
+
name: "Composite",
|
|
616
|
+
className: "AutoShutdownProfile"
|
|
497
617
|
}
|
|
498
|
-
},
|
|
499
|
-
|
|
500
|
-
readOnly: true,
|
|
501
|
-
serializedName: "virtualMachineDetails",
|
|
618
|
+
}, defaultNetworkProfile: {
|
|
619
|
+
serializedName: "properties.defaultNetworkProfile",
|
|
502
620
|
type: {
|
|
503
621
|
name: "Composite",
|
|
504
|
-
className: "
|
|
622
|
+
className: "LabPlanNetworkProfile"
|
|
505
623
|
}
|
|
506
|
-
},
|
|
507
|
-
|
|
508
|
-
readOnly: true,
|
|
509
|
-
serializedName: "latestOperationResult",
|
|
624
|
+
}, allowedRegions: {
|
|
625
|
+
serializedName: "properties.allowedRegions",
|
|
510
626
|
type: {
|
|
511
|
-
name: "
|
|
512
|
-
|
|
627
|
+
name: "Sequence",
|
|
628
|
+
element: {
|
|
629
|
+
type: {
|
|
630
|
+
name: "String"
|
|
631
|
+
}
|
|
632
|
+
}
|
|
513
633
|
}
|
|
514
|
-
},
|
|
515
|
-
|
|
516
|
-
readOnly: true,
|
|
517
|
-
serializedName: "environmentState",
|
|
634
|
+
}, sharedGalleryId: {
|
|
635
|
+
serializedName: "properties.sharedGalleryId",
|
|
518
636
|
type: {
|
|
519
637
|
name: "String"
|
|
520
638
|
}
|
|
521
|
-
},
|
|
522
|
-
|
|
523
|
-
readOnly: true,
|
|
524
|
-
serializedName: "totalUsage",
|
|
639
|
+
}, supportInfo: {
|
|
640
|
+
serializedName: "properties.supportInfo",
|
|
525
641
|
type: {
|
|
526
|
-
name: "
|
|
642
|
+
name: "Composite",
|
|
643
|
+
className: "SupportInfo"
|
|
527
644
|
}
|
|
528
|
-
},
|
|
529
|
-
|
|
530
|
-
readOnly: true,
|
|
531
|
-
serializedName: "passwordLastReset",
|
|
645
|
+
}, linkedLmsInstance: {
|
|
646
|
+
serializedName: "properties.linkedLmsInstance",
|
|
532
647
|
type: {
|
|
533
|
-
name: "
|
|
648
|
+
name: "String"
|
|
534
649
|
}
|
|
535
|
-
}
|
|
536
|
-
}
|
|
650
|
+
} })
|
|
537
651
|
}
|
|
538
652
|
};
|
|
539
|
-
export var
|
|
540
|
-
serializedName: "
|
|
653
|
+
export var SaveImageBody = {
|
|
654
|
+
serializedName: "SaveImageBody",
|
|
541
655
|
type: {
|
|
542
656
|
name: "Composite",
|
|
543
|
-
className: "
|
|
657
|
+
className: "SaveImageBody",
|
|
544
658
|
modelProperties: {
|
|
545
|
-
|
|
546
|
-
serializedName: "
|
|
659
|
+
name: {
|
|
660
|
+
serializedName: "name",
|
|
547
661
|
type: {
|
|
548
662
|
name: "String"
|
|
549
663
|
}
|
|
550
664
|
},
|
|
551
|
-
|
|
552
|
-
serializedName: "
|
|
665
|
+
labVirtualMachineId: {
|
|
666
|
+
serializedName: "labVirtualMachineId",
|
|
553
667
|
type: {
|
|
554
668
|
name: "String"
|
|
555
669
|
}
|
|
@@ -557,397 +671,394 @@ export var ResourceSetFragment = {
|
|
|
557
671
|
}
|
|
558
672
|
}
|
|
559
673
|
};
|
|
560
|
-
export var
|
|
561
|
-
serializedName: "
|
|
674
|
+
export var ProxyResource = {
|
|
675
|
+
serializedName: "ProxyResource",
|
|
562
676
|
type: {
|
|
563
677
|
name: "Composite",
|
|
564
|
-
className: "
|
|
565
|
-
modelProperties: __assign(
|
|
566
|
-
serializedName: "properties.resourceSets",
|
|
567
|
-
type: {
|
|
568
|
-
name: "Composite",
|
|
569
|
-
className: "ResourceSetFragment"
|
|
570
|
-
}
|
|
571
|
-
}, provisioningState: {
|
|
572
|
-
serializedName: "properties.provisioningState",
|
|
573
|
-
type: {
|
|
574
|
-
name: "String"
|
|
575
|
-
}
|
|
576
|
-
}, uniqueIdentifier: {
|
|
577
|
-
serializedName: "properties.uniqueIdentifier",
|
|
578
|
-
type: {
|
|
579
|
-
name: "String"
|
|
580
|
-
}
|
|
581
|
-
} })
|
|
678
|
+
className: "ProxyResource",
|
|
679
|
+
modelProperties: __assign({}, Resource.type.modelProperties)
|
|
582
680
|
}
|
|
583
681
|
};
|
|
584
|
-
export var
|
|
585
|
-
serializedName: "
|
|
682
|
+
export var AzureEntityResource = {
|
|
683
|
+
serializedName: "AzureEntityResource",
|
|
586
684
|
type: {
|
|
587
685
|
name: "Composite",
|
|
588
|
-
className: "
|
|
589
|
-
modelProperties: {
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
serializedName: "environmentId",
|
|
686
|
+
className: "AzureEntityResource",
|
|
687
|
+
modelProperties: __assign(__assign({}, Resource.type.modelProperties), { etag: {
|
|
688
|
+
readOnly: true,
|
|
689
|
+
serializedName: "etag",
|
|
593
690
|
type: {
|
|
594
691
|
name: "String"
|
|
595
692
|
}
|
|
596
|
-
}
|
|
597
|
-
}
|
|
693
|
+
} })
|
|
598
694
|
}
|
|
599
695
|
};
|
|
600
|
-
export var
|
|
601
|
-
serializedName: "
|
|
696
|
+
export var Image = {
|
|
697
|
+
serializedName: "Image",
|
|
602
698
|
type: {
|
|
603
699
|
name: "Composite",
|
|
604
|
-
className: "
|
|
605
|
-
modelProperties: {
|
|
606
|
-
rdpAuthority: {
|
|
700
|
+
className: "Image",
|
|
701
|
+
modelProperties: __assign(__assign({}, ProxyResource.type.modelProperties), { systemData: {
|
|
607
702
|
readOnly: true,
|
|
608
|
-
serializedName: "
|
|
703
|
+
serializedName: "systemData",
|
|
609
704
|
type: {
|
|
610
|
-
name: "
|
|
705
|
+
name: "Composite",
|
|
706
|
+
className: "SystemData"
|
|
611
707
|
}
|
|
612
|
-
},
|
|
613
|
-
|
|
614
|
-
readOnly: true,
|
|
615
|
-
serializedName: "sshAuthority",
|
|
708
|
+
}, enabledState: {
|
|
709
|
+
serializedName: "properties.enabledState",
|
|
616
710
|
type: {
|
|
617
|
-
name: "
|
|
711
|
+
name: "Enum",
|
|
712
|
+
allowedValues: [
|
|
713
|
+
"Enabled",
|
|
714
|
+
"Disabled"
|
|
715
|
+
]
|
|
618
716
|
}
|
|
619
|
-
},
|
|
620
|
-
powerState: {
|
|
717
|
+
}, provisioningState: {
|
|
621
718
|
readOnly: true,
|
|
622
|
-
serializedName: "
|
|
719
|
+
serializedName: "properties.provisioningState",
|
|
623
720
|
type: {
|
|
624
|
-
name: "
|
|
721
|
+
name: "Enum",
|
|
722
|
+
allowedValues: [
|
|
723
|
+
"Creating",
|
|
724
|
+
"Updating",
|
|
725
|
+
"Deleting",
|
|
726
|
+
"Succeeded",
|
|
727
|
+
"Failed",
|
|
728
|
+
"Locked"
|
|
729
|
+
]
|
|
625
730
|
}
|
|
626
|
-
},
|
|
627
|
-
lastKnownPowerState: {
|
|
731
|
+
}, displayName: {
|
|
628
732
|
readOnly: true,
|
|
629
|
-
serializedName: "
|
|
630
|
-
type: {
|
|
631
|
-
name: "String"
|
|
632
|
-
}
|
|
633
|
-
}
|
|
634
|
-
}
|
|
635
|
-
}
|
|
636
|
-
};
|
|
637
|
-
export var ReferenceVm = {
|
|
638
|
-
serializedName: "ReferenceVm",
|
|
639
|
-
type: {
|
|
640
|
-
name: "Composite",
|
|
641
|
-
className: "ReferenceVm",
|
|
642
|
-
modelProperties: {
|
|
643
|
-
userName: {
|
|
644
|
-
required: true,
|
|
645
|
-
serializedName: "userName",
|
|
646
|
-
type: {
|
|
647
|
-
name: "String"
|
|
648
|
-
}
|
|
649
|
-
},
|
|
650
|
-
password: {
|
|
651
|
-
serializedName: "password",
|
|
733
|
+
serializedName: "properties.displayName",
|
|
652
734
|
type: {
|
|
653
735
|
name: "String"
|
|
654
736
|
}
|
|
655
|
-
},
|
|
656
|
-
vmStateDetails: {
|
|
657
|
-
readOnly: true,
|
|
658
|
-
serializedName: "vmStateDetails",
|
|
659
|
-
type: {
|
|
660
|
-
name: "Composite",
|
|
661
|
-
className: "VmStateDetails"
|
|
662
|
-
}
|
|
663
|
-
},
|
|
664
|
-
vmResourceId: {
|
|
737
|
+
}, description: {
|
|
665
738
|
readOnly: true,
|
|
666
|
-
serializedName: "
|
|
739
|
+
serializedName: "properties.description",
|
|
667
740
|
type: {
|
|
668
741
|
name: "String"
|
|
669
742
|
}
|
|
670
|
-
}
|
|
671
|
-
}
|
|
672
|
-
}
|
|
673
|
-
};
|
|
674
|
-
export var ResourceSettings = {
|
|
675
|
-
serializedName: "ResourceSettings",
|
|
676
|
-
type: {
|
|
677
|
-
name: "Composite",
|
|
678
|
-
className: "ResourceSettings",
|
|
679
|
-
modelProperties: {
|
|
680
|
-
id: {
|
|
743
|
+
}, iconUrl: {
|
|
681
744
|
readOnly: true,
|
|
682
|
-
serializedName: "
|
|
745
|
+
serializedName: "properties.iconUrl",
|
|
683
746
|
type: {
|
|
684
747
|
name: "String"
|
|
685
748
|
}
|
|
686
|
-
},
|
|
687
|
-
|
|
688
|
-
serializedName: "
|
|
749
|
+
}, author: {
|
|
750
|
+
readOnly: true,
|
|
751
|
+
serializedName: "properties.author",
|
|
689
752
|
type: {
|
|
690
753
|
name: "String"
|
|
691
754
|
}
|
|
692
|
-
},
|
|
693
|
-
imageName: {
|
|
755
|
+
}, osType: {
|
|
694
756
|
readOnly: true,
|
|
695
|
-
serializedName: "
|
|
757
|
+
serializedName: "properties.osType",
|
|
696
758
|
type: {
|
|
697
|
-
name: "
|
|
759
|
+
name: "Enum",
|
|
760
|
+
allowedValues: [
|
|
761
|
+
"Windows",
|
|
762
|
+
"Linux"
|
|
763
|
+
]
|
|
698
764
|
}
|
|
699
|
-
},
|
|
700
|
-
|
|
701
|
-
serializedName: "
|
|
765
|
+
}, plan: {
|
|
766
|
+
readOnly: true,
|
|
767
|
+
serializedName: "properties.plan",
|
|
702
768
|
type: {
|
|
703
769
|
name: "String"
|
|
704
770
|
}
|
|
705
|
-
},
|
|
706
|
-
cores: {
|
|
771
|
+
}, termsStatus: {
|
|
707
772
|
readOnly: true,
|
|
708
|
-
serializedName: "
|
|
709
|
-
type: {
|
|
710
|
-
name: "Number"
|
|
711
|
-
}
|
|
712
|
-
},
|
|
713
|
-
referenceVm: {
|
|
714
|
-
required: true,
|
|
715
|
-
serializedName: "referenceVm",
|
|
773
|
+
serializedName: "properties.termsStatus",
|
|
716
774
|
type: {
|
|
717
|
-
name: "
|
|
718
|
-
|
|
775
|
+
name: "Enum",
|
|
776
|
+
allowedValues: [
|
|
777
|
+
"Enabled",
|
|
778
|
+
"Disabled"
|
|
779
|
+
]
|
|
719
780
|
}
|
|
720
|
-
}
|
|
721
|
-
}
|
|
722
|
-
}
|
|
723
|
-
};
|
|
724
|
-
export var EnvironmentSetting = {
|
|
725
|
-
serializedName: "EnvironmentSetting",
|
|
726
|
-
type: {
|
|
727
|
-
name: "Composite",
|
|
728
|
-
className: "EnvironmentSetting",
|
|
729
|
-
modelProperties: __assign(__assign({}, Resource.type.modelProperties), { publishingState: {
|
|
781
|
+
}, offer: {
|
|
730
782
|
readOnly: true,
|
|
731
|
-
serializedName: "properties.
|
|
732
|
-
type: {
|
|
733
|
-
name: "String"
|
|
734
|
-
}
|
|
735
|
-
}, configurationState: {
|
|
736
|
-
serializedName: "properties.configurationState",
|
|
783
|
+
serializedName: "properties.offer",
|
|
737
784
|
type: {
|
|
738
785
|
name: "String"
|
|
739
786
|
}
|
|
740
|
-
},
|
|
741
|
-
|
|
787
|
+
}, publisher: {
|
|
788
|
+
readOnly: true,
|
|
789
|
+
serializedName: "properties.publisher",
|
|
742
790
|
type: {
|
|
743
791
|
name: "String"
|
|
744
792
|
}
|
|
745
|
-
},
|
|
746
|
-
|
|
793
|
+
}, sku: {
|
|
794
|
+
readOnly: true,
|
|
795
|
+
serializedName: "properties.sku",
|
|
747
796
|
type: {
|
|
748
797
|
name: "String"
|
|
749
798
|
}
|
|
750
|
-
},
|
|
751
|
-
required: true,
|
|
752
|
-
serializedName: "properties.resourceSettings",
|
|
753
|
-
type: {
|
|
754
|
-
name: "Composite",
|
|
755
|
-
className: "ResourceSettings"
|
|
756
|
-
}
|
|
757
|
-
}, lastChanged: {
|
|
799
|
+
}, version: {
|
|
758
800
|
readOnly: true,
|
|
759
|
-
serializedName: "properties.
|
|
801
|
+
serializedName: "properties.version",
|
|
760
802
|
type: {
|
|
761
|
-
name: "
|
|
803
|
+
name: "String"
|
|
762
804
|
}
|
|
763
|
-
},
|
|
805
|
+
}, sharedGalleryId: {
|
|
764
806
|
readOnly: true,
|
|
765
|
-
serializedName: "properties.
|
|
766
|
-
type: {
|
|
767
|
-
name: "DateTime"
|
|
768
|
-
}
|
|
769
|
-
}, provisioningState: {
|
|
770
|
-
serializedName: "properties.provisioningState",
|
|
807
|
+
serializedName: "properties.sharedGalleryId",
|
|
771
808
|
type: {
|
|
772
809
|
name: "String"
|
|
773
810
|
}
|
|
774
|
-
},
|
|
775
|
-
serializedName: "properties.
|
|
811
|
+
}, availableRegions: {
|
|
812
|
+
serializedName: "properties.availableRegions",
|
|
776
813
|
type: {
|
|
777
|
-
name: "
|
|
814
|
+
name: "Sequence",
|
|
815
|
+
element: {
|
|
816
|
+
type: {
|
|
817
|
+
name: "String"
|
|
818
|
+
}
|
|
819
|
+
}
|
|
778
820
|
}
|
|
779
|
-
},
|
|
821
|
+
}, osState: {
|
|
780
822
|
readOnly: true,
|
|
781
|
-
serializedName: "properties.
|
|
823
|
+
serializedName: "properties.osState",
|
|
782
824
|
type: {
|
|
783
|
-
name: "
|
|
784
|
-
|
|
825
|
+
name: "Enum",
|
|
826
|
+
allowedValues: [
|
|
827
|
+
"Generalized",
|
|
828
|
+
"Specialized"
|
|
829
|
+
]
|
|
785
830
|
}
|
|
786
831
|
} })
|
|
787
832
|
}
|
|
788
833
|
};
|
|
789
|
-
export var
|
|
790
|
-
serializedName: "
|
|
834
|
+
export var ImageUpdate = {
|
|
835
|
+
serializedName: "ImageUpdate",
|
|
791
836
|
type: {
|
|
792
837
|
name: "Composite",
|
|
793
|
-
className: "
|
|
838
|
+
className: "ImageUpdate",
|
|
794
839
|
modelProperties: {
|
|
795
|
-
|
|
796
|
-
serializedName: "
|
|
797
|
-
type: {
|
|
798
|
-
name: "String"
|
|
799
|
-
}
|
|
800
|
-
},
|
|
801
|
-
password: {
|
|
802
|
-
serializedName: "password",
|
|
840
|
+
enabledState: {
|
|
841
|
+
serializedName: "properties.enabledState",
|
|
803
842
|
type: {
|
|
804
|
-
name: "
|
|
843
|
+
name: "Enum",
|
|
844
|
+
allowedValues: [
|
|
845
|
+
"Enabled",
|
|
846
|
+
"Disabled"
|
|
847
|
+
]
|
|
805
848
|
}
|
|
806
849
|
}
|
|
807
850
|
}
|
|
808
851
|
}
|
|
809
852
|
};
|
|
810
|
-
export var
|
|
811
|
-
serializedName: "
|
|
853
|
+
export var LabNetworkProfile = {
|
|
854
|
+
serializedName: "LabNetworkProfile",
|
|
812
855
|
type: {
|
|
813
856
|
name: "Composite",
|
|
814
|
-
className: "
|
|
857
|
+
className: "LabNetworkProfile",
|
|
815
858
|
modelProperties: {
|
|
816
|
-
|
|
817
|
-
serializedName: "
|
|
859
|
+
subnetId: {
|
|
860
|
+
serializedName: "subnetId",
|
|
818
861
|
type: {
|
|
819
862
|
name: "String"
|
|
820
863
|
}
|
|
821
864
|
},
|
|
822
|
-
|
|
823
|
-
serializedName: "
|
|
865
|
+
loadBalancerId: {
|
|
866
|
+
serializedName: "loadBalancerId",
|
|
824
867
|
type: {
|
|
825
868
|
name: "String"
|
|
826
869
|
}
|
|
827
870
|
},
|
|
828
|
-
|
|
829
|
-
serializedName: "
|
|
871
|
+
publicIpId: {
|
|
872
|
+
serializedName: "publicIpId",
|
|
830
873
|
type: {
|
|
831
|
-
name: "
|
|
832
|
-
className: "ReferenceVmFragment"
|
|
874
|
+
name: "String"
|
|
833
875
|
}
|
|
834
876
|
}
|
|
835
877
|
}
|
|
836
878
|
}
|
|
837
879
|
};
|
|
838
|
-
export var
|
|
839
|
-
serializedName: "
|
|
880
|
+
export var Lab = {
|
|
881
|
+
serializedName: "Lab",
|
|
840
882
|
type: {
|
|
841
883
|
name: "Composite",
|
|
842
|
-
className: "
|
|
843
|
-
modelProperties: __assign(__assign({},
|
|
844
|
-
|
|
884
|
+
className: "Lab",
|
|
885
|
+
modelProperties: __assign(__assign({}, TrackedResource.type.modelProperties), { systemData: {
|
|
886
|
+
readOnly: true,
|
|
887
|
+
serializedName: "systemData",
|
|
845
888
|
type: {
|
|
846
|
-
name: "
|
|
889
|
+
name: "Composite",
|
|
890
|
+
className: "SystemData"
|
|
847
891
|
}
|
|
848
|
-
},
|
|
849
|
-
serializedName: "properties.
|
|
892
|
+
}, autoShutdownProfile: {
|
|
893
|
+
serializedName: "properties.autoShutdownProfile",
|
|
894
|
+
type: {
|
|
895
|
+
name: "Composite",
|
|
896
|
+
className: "AutoShutdownProfile"
|
|
897
|
+
}
|
|
898
|
+
}, connectionProfile: {
|
|
899
|
+
serializedName: "properties.connectionProfile",
|
|
900
|
+
type: {
|
|
901
|
+
name: "Composite",
|
|
902
|
+
className: "ConnectionProfile"
|
|
903
|
+
}
|
|
904
|
+
}, virtualMachineProfile: {
|
|
905
|
+
serializedName: "properties.virtualMachineProfile",
|
|
906
|
+
type: {
|
|
907
|
+
name: "Composite",
|
|
908
|
+
className: "VirtualMachineProfile"
|
|
909
|
+
}
|
|
910
|
+
}, securityProfile: {
|
|
911
|
+
serializedName: "properties.securityProfile",
|
|
912
|
+
type: {
|
|
913
|
+
name: "Composite",
|
|
914
|
+
className: "SecurityProfile"
|
|
915
|
+
}
|
|
916
|
+
}, rosterProfile: {
|
|
917
|
+
serializedName: "properties.rosterProfile",
|
|
918
|
+
type: {
|
|
919
|
+
name: "Composite",
|
|
920
|
+
className: "RosterProfile"
|
|
921
|
+
}
|
|
922
|
+
}, labPlanId: {
|
|
923
|
+
serializedName: "properties.labPlanId",
|
|
850
924
|
type: {
|
|
851
925
|
name: "String"
|
|
852
926
|
}
|
|
853
927
|
}, title: {
|
|
854
928
|
serializedName: "properties.title",
|
|
929
|
+
constraints: {
|
|
930
|
+
MaxLength: 120,
|
|
931
|
+
MinLength: 1
|
|
932
|
+
},
|
|
855
933
|
type: {
|
|
856
934
|
name: "String"
|
|
857
935
|
}
|
|
858
|
-
},
|
|
859
|
-
serializedName: "properties.
|
|
936
|
+
}, description: {
|
|
937
|
+
serializedName: "properties.description",
|
|
860
938
|
type: {
|
|
861
|
-
name: "
|
|
862
|
-
className: "ResourceSettingsFragment"
|
|
939
|
+
name: "String"
|
|
863
940
|
}
|
|
864
941
|
}, provisioningState: {
|
|
942
|
+
readOnly: true,
|
|
865
943
|
serializedName: "properties.provisioningState",
|
|
866
944
|
type: {
|
|
867
|
-
name: "
|
|
945
|
+
name: "Enum",
|
|
946
|
+
allowedValues: [
|
|
947
|
+
"Creating",
|
|
948
|
+
"Updating",
|
|
949
|
+
"Deleting",
|
|
950
|
+
"Succeeded",
|
|
951
|
+
"Failed",
|
|
952
|
+
"Locked"
|
|
953
|
+
]
|
|
868
954
|
}
|
|
869
|
-
},
|
|
870
|
-
serializedName: "properties.
|
|
955
|
+
}, networkProfile: {
|
|
956
|
+
serializedName: "properties.networkProfile",
|
|
871
957
|
type: {
|
|
872
|
-
name: "
|
|
958
|
+
name: "Composite",
|
|
959
|
+
className: "LabNetworkProfile"
|
|
960
|
+
}
|
|
961
|
+
}, state: {
|
|
962
|
+
readOnly: true,
|
|
963
|
+
serializedName: "properties.state",
|
|
964
|
+
type: {
|
|
965
|
+
name: "Enum",
|
|
966
|
+
allowedValues: [
|
|
967
|
+
"Draft",
|
|
968
|
+
"Publishing",
|
|
969
|
+
"Scaling",
|
|
970
|
+
"Syncing",
|
|
971
|
+
"Published"
|
|
972
|
+
]
|
|
873
973
|
}
|
|
874
974
|
} })
|
|
875
975
|
}
|
|
876
976
|
};
|
|
877
|
-
export var
|
|
878
|
-
serializedName: "
|
|
977
|
+
export var ImageReference = {
|
|
978
|
+
serializedName: "ImageReference",
|
|
879
979
|
type: {
|
|
880
980
|
name: "Composite",
|
|
881
|
-
className: "
|
|
981
|
+
className: "ImageReference",
|
|
882
982
|
modelProperties: {
|
|
883
|
-
|
|
884
|
-
serializedName: "
|
|
983
|
+
id: {
|
|
984
|
+
serializedName: "id",
|
|
885
985
|
type: {
|
|
886
986
|
name: "String"
|
|
887
987
|
}
|
|
888
988
|
},
|
|
889
|
-
|
|
890
|
-
serializedName: "
|
|
989
|
+
offer: {
|
|
990
|
+
serializedName: "offer",
|
|
891
991
|
type: {
|
|
892
|
-
name: "
|
|
992
|
+
name: "String"
|
|
893
993
|
}
|
|
894
994
|
},
|
|
895
|
-
|
|
896
|
-
serializedName: "
|
|
995
|
+
publisher: {
|
|
996
|
+
serializedName: "publisher",
|
|
897
997
|
type: {
|
|
898
|
-
name: "
|
|
998
|
+
name: "String"
|
|
899
999
|
}
|
|
900
1000
|
},
|
|
901
|
-
|
|
902
|
-
serializedName: "
|
|
1001
|
+
sku: {
|
|
1002
|
+
serializedName: "sku",
|
|
903
1003
|
type: {
|
|
904
|
-
name: "
|
|
1004
|
+
name: "String"
|
|
1005
|
+
}
|
|
1006
|
+
},
|
|
1007
|
+
version: {
|
|
1008
|
+
serializedName: "version",
|
|
1009
|
+
type: {
|
|
1010
|
+
name: "String"
|
|
1011
|
+
}
|
|
1012
|
+
},
|
|
1013
|
+
exactVersion: {
|
|
1014
|
+
readOnly: true,
|
|
1015
|
+
serializedName: "exactVersion",
|
|
1016
|
+
type: {
|
|
1017
|
+
name: "String"
|
|
905
1018
|
}
|
|
906
1019
|
}
|
|
907
1020
|
}
|
|
908
1021
|
}
|
|
909
1022
|
};
|
|
910
|
-
export var
|
|
911
|
-
serializedName: "
|
|
1023
|
+
export var Sku = {
|
|
1024
|
+
serializedName: "Sku",
|
|
912
1025
|
type: {
|
|
913
1026
|
name: "Composite",
|
|
914
|
-
className: "
|
|
1027
|
+
className: "Sku",
|
|
915
1028
|
modelProperties: {
|
|
916
1029
|
name: {
|
|
1030
|
+
required: true,
|
|
917
1031
|
serializedName: "name",
|
|
918
1032
|
type: {
|
|
919
1033
|
name: "String"
|
|
920
1034
|
}
|
|
921
1035
|
},
|
|
922
|
-
|
|
923
|
-
serializedName: "
|
|
1036
|
+
tier: {
|
|
1037
|
+
serializedName: "tier",
|
|
924
1038
|
type: {
|
|
925
|
-
name: "
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
1039
|
+
name: "Enum",
|
|
1040
|
+
allowedValues: [
|
|
1041
|
+
"Free",
|
|
1042
|
+
"Basic",
|
|
1043
|
+
"Standard",
|
|
1044
|
+
"Premium"
|
|
1045
|
+
]
|
|
932
1046
|
}
|
|
933
1047
|
},
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
serializedName: "maxPrice",
|
|
1048
|
+
size: {
|
|
1049
|
+
serializedName: "size",
|
|
937
1050
|
type: {
|
|
938
|
-
name: "
|
|
1051
|
+
name: "String"
|
|
939
1052
|
}
|
|
940
1053
|
},
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
serializedName: "minNumberOfCores",
|
|
1054
|
+
family: {
|
|
1055
|
+
serializedName: "family",
|
|
944
1056
|
type: {
|
|
945
|
-
name: "
|
|
1057
|
+
name: "String"
|
|
946
1058
|
}
|
|
947
1059
|
},
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
serializedName: "minMemory",
|
|
1060
|
+
capacity: {
|
|
1061
|
+
serializedName: "capacity",
|
|
951
1062
|
type: {
|
|
952
1063
|
name: "Number"
|
|
953
1064
|
}
|
|
@@ -955,754 +1066,604 @@ export var EnvironmentSize = {
|
|
|
955
1066
|
}
|
|
956
1067
|
}
|
|
957
1068
|
};
|
|
958
|
-
export var
|
|
959
|
-
serializedName: "
|
|
1069
|
+
export var VirtualMachineAdditionalCapabilities = {
|
|
1070
|
+
serializedName: "VirtualMachineAdditionalCapabilities",
|
|
960
1071
|
type: {
|
|
961
1072
|
name: "Composite",
|
|
962
|
-
className: "
|
|
1073
|
+
className: "VirtualMachineAdditionalCapabilities",
|
|
963
1074
|
modelProperties: {
|
|
964
|
-
|
|
965
|
-
serializedName: "
|
|
966
|
-
type: {
|
|
967
|
-
name: "String"
|
|
968
|
-
}
|
|
969
|
-
},
|
|
970
|
-
price: {
|
|
971
|
-
serializedName: "price",
|
|
972
|
-
type: {
|
|
973
|
-
name: "Number"
|
|
974
|
-
}
|
|
975
|
-
},
|
|
976
|
-
numberOfCores: {
|
|
977
|
-
serializedName: "numberOfCores",
|
|
978
|
-
type: {
|
|
979
|
-
name: "Number"
|
|
980
|
-
}
|
|
981
|
-
},
|
|
982
|
-
memory: {
|
|
983
|
-
serializedName: "memory",
|
|
1075
|
+
installGpuDrivers: {
|
|
1076
|
+
serializedName: "installGpuDrivers",
|
|
984
1077
|
type: {
|
|
985
|
-
name: "
|
|
1078
|
+
name: "Enum",
|
|
1079
|
+
allowedValues: [
|
|
1080
|
+
"Enabled",
|
|
1081
|
+
"Disabled"
|
|
1082
|
+
]
|
|
986
1083
|
}
|
|
987
1084
|
}
|
|
988
1085
|
}
|
|
989
1086
|
}
|
|
990
1087
|
};
|
|
991
|
-
export var
|
|
992
|
-
serializedName: "
|
|
1088
|
+
export var Credentials = {
|
|
1089
|
+
serializedName: "Credentials",
|
|
993
1090
|
type: {
|
|
994
1091
|
name: "Composite",
|
|
995
|
-
className: "
|
|
1092
|
+
className: "Credentials",
|
|
996
1093
|
modelProperties: {
|
|
997
|
-
|
|
998
|
-
|
|
1094
|
+
username: {
|
|
1095
|
+
required: true,
|
|
1096
|
+
serializedName: "username",
|
|
999
1097
|
type: {
|
|
1000
1098
|
name: "String"
|
|
1001
1099
|
}
|
|
1002
1100
|
},
|
|
1003
|
-
|
|
1004
|
-
serializedName: "
|
|
1101
|
+
password: {
|
|
1102
|
+
serializedName: "password",
|
|
1005
1103
|
type: {
|
|
1006
|
-
name: "
|
|
1007
|
-
element: {
|
|
1008
|
-
type: {
|
|
1009
|
-
name: "Composite",
|
|
1010
|
-
className: "SizeInfoFragment"
|
|
1011
|
-
}
|
|
1012
|
-
}
|
|
1104
|
+
name: "String"
|
|
1013
1105
|
}
|
|
1014
1106
|
}
|
|
1015
1107
|
}
|
|
1016
1108
|
}
|
|
1017
1109
|
};
|
|
1018
|
-
export var
|
|
1019
|
-
serializedName: "
|
|
1110
|
+
export var VirtualMachineProfile = {
|
|
1111
|
+
serializedName: "VirtualMachineProfile",
|
|
1020
1112
|
type: {
|
|
1021
1113
|
name: "Composite",
|
|
1022
|
-
className: "
|
|
1114
|
+
className: "VirtualMachineProfile",
|
|
1023
1115
|
modelProperties: {
|
|
1024
|
-
|
|
1025
|
-
|
|
1116
|
+
createOption: {
|
|
1117
|
+
required: true,
|
|
1118
|
+
serializedName: "createOption",
|
|
1026
1119
|
type: {
|
|
1027
|
-
name: "
|
|
1120
|
+
name: "Enum",
|
|
1121
|
+
allowedValues: [
|
|
1122
|
+
"Image",
|
|
1123
|
+
"TemplateVM"
|
|
1124
|
+
]
|
|
1028
1125
|
}
|
|
1029
1126
|
},
|
|
1030
|
-
|
|
1031
|
-
|
|
1127
|
+
imageReference: {
|
|
1128
|
+
required: true,
|
|
1129
|
+
serializedName: "imageReference",
|
|
1032
1130
|
type: {
|
|
1033
|
-
name: "
|
|
1131
|
+
name: "Composite",
|
|
1132
|
+
className: "ImageReference"
|
|
1133
|
+
}
|
|
1134
|
+
},
|
|
1135
|
+
osType: {
|
|
1136
|
+
readOnly: true,
|
|
1137
|
+
serializedName: "osType",
|
|
1138
|
+
type: {
|
|
1139
|
+
name: "Enum",
|
|
1140
|
+
allowedValues: [
|
|
1141
|
+
"Windows",
|
|
1142
|
+
"Linux"
|
|
1143
|
+
]
|
|
1034
1144
|
}
|
|
1035
1145
|
},
|
|
1036
1146
|
sku: {
|
|
1147
|
+
required: true,
|
|
1037
1148
|
serializedName: "sku",
|
|
1038
1149
|
type: {
|
|
1039
|
-
name: "
|
|
1150
|
+
name: "Composite",
|
|
1151
|
+
className: "Sku"
|
|
1040
1152
|
}
|
|
1041
1153
|
},
|
|
1042
|
-
|
|
1043
|
-
serializedName: "
|
|
1154
|
+
additionalCapabilities: {
|
|
1155
|
+
serializedName: "additionalCapabilities",
|
|
1044
1156
|
type: {
|
|
1045
|
-
name: "
|
|
1157
|
+
name: "Composite",
|
|
1158
|
+
className: "VirtualMachineAdditionalCapabilities"
|
|
1046
1159
|
}
|
|
1047
1160
|
},
|
|
1048
|
-
|
|
1049
|
-
|
|
1161
|
+
usageQuota: {
|
|
1162
|
+
required: true,
|
|
1163
|
+
serializedName: "usageQuota",
|
|
1050
1164
|
type: {
|
|
1051
|
-
name: "
|
|
1165
|
+
name: "TimeSpan"
|
|
1166
|
+
}
|
|
1167
|
+
},
|
|
1168
|
+
useSharedPassword: {
|
|
1169
|
+
serializedName: "useSharedPassword",
|
|
1170
|
+
type: {
|
|
1171
|
+
name: "Enum",
|
|
1172
|
+
allowedValues: [
|
|
1173
|
+
"Enabled",
|
|
1174
|
+
"Disabled"
|
|
1175
|
+
]
|
|
1176
|
+
}
|
|
1177
|
+
},
|
|
1178
|
+
adminUser: {
|
|
1179
|
+
required: true,
|
|
1180
|
+
serializedName: "adminUser",
|
|
1181
|
+
type: {
|
|
1182
|
+
name: "Composite",
|
|
1183
|
+
className: "Credentials"
|
|
1184
|
+
}
|
|
1185
|
+
},
|
|
1186
|
+
nonAdminUser: {
|
|
1187
|
+
serializedName: "nonAdminUser",
|
|
1188
|
+
type: {
|
|
1189
|
+
name: "Composite",
|
|
1190
|
+
className: "Credentials"
|
|
1052
1191
|
}
|
|
1053
1192
|
}
|
|
1054
1193
|
}
|
|
1055
1194
|
}
|
|
1056
1195
|
};
|
|
1057
|
-
export var
|
|
1058
|
-
serializedName: "
|
|
1196
|
+
export var SecurityProfile = {
|
|
1197
|
+
serializedName: "SecurityProfile",
|
|
1059
1198
|
type: {
|
|
1060
1199
|
name: "Composite",
|
|
1061
|
-
className: "
|
|
1062
|
-
modelProperties:
|
|
1200
|
+
className: "SecurityProfile",
|
|
1201
|
+
modelProperties: {
|
|
1202
|
+
registrationCode: {
|
|
1063
1203
|
readOnly: true,
|
|
1064
|
-
serializedName: "
|
|
1204
|
+
serializedName: "registrationCode",
|
|
1065
1205
|
type: {
|
|
1066
1206
|
name: "String"
|
|
1067
1207
|
}
|
|
1068
|
-
},
|
|
1069
|
-
|
|
1070
|
-
serializedName: "
|
|
1208
|
+
},
|
|
1209
|
+
openAccess: {
|
|
1210
|
+
serializedName: "openAccess",
|
|
1071
1211
|
type: {
|
|
1072
|
-
name: "
|
|
1212
|
+
name: "Enum",
|
|
1213
|
+
allowedValues: [
|
|
1214
|
+
"Enabled",
|
|
1215
|
+
"Disabled"
|
|
1216
|
+
]
|
|
1073
1217
|
}
|
|
1074
|
-
}
|
|
1075
|
-
|
|
1076
|
-
|
|
1218
|
+
}
|
|
1219
|
+
}
|
|
1220
|
+
}
|
|
1221
|
+
};
|
|
1222
|
+
export var RosterProfile = {
|
|
1223
|
+
serializedName: "RosterProfile",
|
|
1224
|
+
type: {
|
|
1225
|
+
name: "Composite",
|
|
1226
|
+
className: "RosterProfile",
|
|
1227
|
+
modelProperties: {
|
|
1228
|
+
activeDirectoryGroupId: {
|
|
1229
|
+
serializedName: "activeDirectoryGroupId",
|
|
1077
1230
|
type: {
|
|
1078
1231
|
name: "String"
|
|
1079
1232
|
}
|
|
1080
|
-
},
|
|
1081
|
-
|
|
1082
|
-
serializedName: "
|
|
1083
|
-
type: {
|
|
1084
|
-
name: "Composite",
|
|
1085
|
-
className: "GalleryImageReference"
|
|
1086
|
-
}
|
|
1087
|
-
}, icon: {
|
|
1088
|
-
readOnly: true,
|
|
1089
|
-
serializedName: "properties.icon",
|
|
1233
|
+
},
|
|
1234
|
+
ltiContextId: {
|
|
1235
|
+
serializedName: "ltiContextId",
|
|
1090
1236
|
type: {
|
|
1091
1237
|
name: "String"
|
|
1092
1238
|
}
|
|
1093
|
-
},
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
name: "Boolean"
|
|
1097
|
-
}
|
|
1098
|
-
}, isOverride: {
|
|
1099
|
-
serializedName: "properties.isOverride",
|
|
1239
|
+
},
|
|
1240
|
+
lmsInstance: {
|
|
1241
|
+
serializedName: "lmsInstance",
|
|
1100
1242
|
type: {
|
|
1101
|
-
name: "
|
|
1243
|
+
name: "String"
|
|
1102
1244
|
}
|
|
1103
|
-
},
|
|
1104
|
-
|
|
1105
|
-
serializedName: "
|
|
1245
|
+
},
|
|
1246
|
+
ltiClientId: {
|
|
1247
|
+
serializedName: "ltiClientId",
|
|
1106
1248
|
type: {
|
|
1107
1249
|
name: "String"
|
|
1108
1250
|
}
|
|
1109
|
-
},
|
|
1110
|
-
|
|
1251
|
+
},
|
|
1252
|
+
ltiRosterEndpoint: {
|
|
1253
|
+
serializedName: "ltiRosterEndpoint",
|
|
1111
1254
|
type: {
|
|
1112
|
-
name: "
|
|
1255
|
+
name: "String"
|
|
1113
1256
|
}
|
|
1114
|
-
}
|
|
1115
|
-
|
|
1257
|
+
}
|
|
1258
|
+
}
|
|
1259
|
+
}
|
|
1260
|
+
};
|
|
1261
|
+
export var LabUpdate = {
|
|
1262
|
+
serializedName: "LabUpdate",
|
|
1263
|
+
type: {
|
|
1264
|
+
name: "Composite",
|
|
1265
|
+
className: "LabUpdate",
|
|
1266
|
+
modelProperties: __assign(__assign({}, TrackedResourceUpdate.type.modelProperties), { autoShutdownProfile: {
|
|
1267
|
+
serializedName: "properties.autoShutdownProfile",
|
|
1116
1268
|
type: {
|
|
1117
|
-
name: "
|
|
1269
|
+
name: "Composite",
|
|
1270
|
+
className: "AutoShutdownProfile"
|
|
1118
1271
|
}
|
|
1119
|
-
},
|
|
1120
|
-
serializedName: "properties.
|
|
1272
|
+
}, connectionProfile: {
|
|
1273
|
+
serializedName: "properties.connectionProfile",
|
|
1121
1274
|
type: {
|
|
1122
|
-
name: "
|
|
1275
|
+
name: "Composite",
|
|
1276
|
+
className: "ConnectionProfile"
|
|
1123
1277
|
}
|
|
1124
|
-
},
|
|
1125
|
-
|
|
1126
|
-
serializedName: "properties.latestOperationResult",
|
|
1278
|
+
}, virtualMachineProfile: {
|
|
1279
|
+
serializedName: "properties.virtualMachineProfile",
|
|
1127
1280
|
type: {
|
|
1128
1281
|
name: "Composite",
|
|
1129
|
-
className: "
|
|
1282
|
+
className: "VirtualMachineProfile"
|
|
1130
1283
|
}
|
|
1131
|
-
}
|
|
1132
|
-
|
|
1133
|
-
};
|
|
1134
|
-
export var GalleryImageFragment = {
|
|
1135
|
-
serializedName: "GalleryImageFragment",
|
|
1136
|
-
type: {
|
|
1137
|
-
name: "Composite",
|
|
1138
|
-
className: "GalleryImageFragment",
|
|
1139
|
-
modelProperties: __assign(__assign({}, Resource.type.modelProperties), { isEnabled: {
|
|
1140
|
-
serializedName: "properties.isEnabled",
|
|
1284
|
+
}, securityProfile: {
|
|
1285
|
+
serializedName: "properties.securityProfile",
|
|
1141
1286
|
type: {
|
|
1142
|
-
name: "
|
|
1287
|
+
name: "Composite",
|
|
1288
|
+
className: "SecurityProfile"
|
|
1143
1289
|
}
|
|
1144
|
-
},
|
|
1145
|
-
serializedName: "properties.
|
|
1290
|
+
}, rosterProfile: {
|
|
1291
|
+
serializedName: "properties.rosterProfile",
|
|
1146
1292
|
type: {
|
|
1147
|
-
name: "
|
|
1293
|
+
name: "Composite",
|
|
1294
|
+
className: "RosterProfile"
|
|
1148
1295
|
}
|
|
1149
|
-
},
|
|
1150
|
-
serializedName: "properties.
|
|
1296
|
+
}, labPlanId: {
|
|
1297
|
+
serializedName: "properties.labPlanId",
|
|
1151
1298
|
type: {
|
|
1152
|
-
name: "
|
|
1299
|
+
name: "String"
|
|
1153
1300
|
}
|
|
1154
|
-
},
|
|
1155
|
-
serializedName: "properties.
|
|
1301
|
+
}, title: {
|
|
1302
|
+
serializedName: "properties.title",
|
|
1303
|
+
constraints: {
|
|
1304
|
+
MaxLength: 120,
|
|
1305
|
+
MinLength: 1
|
|
1306
|
+
},
|
|
1156
1307
|
type: {
|
|
1157
1308
|
name: "String"
|
|
1158
1309
|
}
|
|
1159
|
-
},
|
|
1160
|
-
serializedName: "properties.
|
|
1310
|
+
}, description: {
|
|
1311
|
+
serializedName: "properties.description",
|
|
1161
1312
|
type: {
|
|
1162
1313
|
name: "String"
|
|
1163
1314
|
}
|
|
1164
1315
|
} })
|
|
1165
1316
|
}
|
|
1166
1317
|
};
|
|
1167
|
-
export var
|
|
1168
|
-
serializedName: "
|
|
1318
|
+
export var Identity = {
|
|
1319
|
+
serializedName: "Identity",
|
|
1169
1320
|
type: {
|
|
1170
1321
|
name: "Composite",
|
|
1171
|
-
className: "
|
|
1322
|
+
className: "Identity",
|
|
1172
1323
|
modelProperties: {
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
name: "String"
|
|
1177
|
-
}
|
|
1178
|
-
},
|
|
1179
|
-
publisher: {
|
|
1180
|
-
serializedName: "publisher",
|
|
1181
|
-
type: {
|
|
1182
|
-
name: "String"
|
|
1183
|
-
}
|
|
1184
|
-
},
|
|
1185
|
-
sku: {
|
|
1186
|
-
serializedName: "sku",
|
|
1324
|
+
principalId: {
|
|
1325
|
+
readOnly: true,
|
|
1326
|
+
serializedName: "principalId",
|
|
1187
1327
|
type: {
|
|
1188
1328
|
name: "String"
|
|
1189
1329
|
}
|
|
1190
1330
|
},
|
|
1191
|
-
|
|
1192
|
-
|
|
1331
|
+
tenantId: {
|
|
1332
|
+
readOnly: true,
|
|
1333
|
+
serializedName: "tenantId",
|
|
1193
1334
|
type: {
|
|
1194
1335
|
name: "String"
|
|
1195
1336
|
}
|
|
1196
1337
|
},
|
|
1197
|
-
|
|
1198
|
-
serializedName: "
|
|
1338
|
+
type: {
|
|
1339
|
+
serializedName: "type",
|
|
1199
1340
|
type: {
|
|
1200
|
-
name: "
|
|
1341
|
+
name: "Enum",
|
|
1342
|
+
allowedValues: [
|
|
1343
|
+
"SystemAssigned"
|
|
1344
|
+
]
|
|
1201
1345
|
}
|
|
1202
1346
|
}
|
|
1203
1347
|
}
|
|
1204
1348
|
}
|
|
1205
1349
|
};
|
|
1206
|
-
export var
|
|
1207
|
-
serializedName: "
|
|
1350
|
+
export var ResourceModelWithAllowedPropertySetIdentity = {
|
|
1351
|
+
serializedName: "ResourceModelWithAllowedPropertySet_identity",
|
|
1208
1352
|
type: {
|
|
1209
1353
|
name: "Composite",
|
|
1210
|
-
className: "
|
|
1211
|
-
modelProperties: {
|
|
1212
|
-
environment: {
|
|
1213
|
-
readOnly: true,
|
|
1214
|
-
serializedName: "environment",
|
|
1215
|
-
type: {
|
|
1216
|
-
name: "Composite",
|
|
1217
|
-
className: "EnvironmentDetails"
|
|
1218
|
-
}
|
|
1219
|
-
}
|
|
1220
|
-
}
|
|
1354
|
+
className: "ResourceModelWithAllowedPropertySetIdentity",
|
|
1355
|
+
modelProperties: __assign({}, Identity.type.modelProperties)
|
|
1221
1356
|
}
|
|
1222
1357
|
};
|
|
1223
|
-
export var
|
|
1224
|
-
serializedName: "
|
|
1358
|
+
export var ResourceModelWithAllowedPropertySetSku = {
|
|
1359
|
+
serializedName: "ResourceModelWithAllowedPropertySet_sku",
|
|
1225
1360
|
type: {
|
|
1226
1361
|
name: "Composite",
|
|
1227
|
-
className: "
|
|
1228
|
-
modelProperties: {
|
|
1229
|
-
id: {
|
|
1230
|
-
serializedName: "id",
|
|
1231
|
-
type: {
|
|
1232
|
-
name: "String"
|
|
1233
|
-
}
|
|
1234
|
-
},
|
|
1235
|
-
favoriteLabResourceIds: {
|
|
1236
|
-
serializedName: "favoriteLabResourceIds",
|
|
1237
|
-
type: {
|
|
1238
|
-
name: "Sequence",
|
|
1239
|
-
element: {
|
|
1240
|
-
type: {
|
|
1241
|
-
name: "String"
|
|
1242
|
-
}
|
|
1243
|
-
}
|
|
1244
|
-
}
|
|
1245
|
-
}
|
|
1246
|
-
}
|
|
1362
|
+
className: "ResourceModelWithAllowedPropertySetSku",
|
|
1363
|
+
modelProperties: __assign({}, Sku.type.modelProperties)
|
|
1247
1364
|
}
|
|
1248
1365
|
};
|
|
1249
|
-
export var
|
|
1250
|
-
serializedName: "
|
|
1366
|
+
export var Plan = {
|
|
1367
|
+
serializedName: "Plan",
|
|
1251
1368
|
type: {
|
|
1252
1369
|
name: "Composite",
|
|
1253
|
-
className: "
|
|
1370
|
+
className: "Plan",
|
|
1254
1371
|
modelProperties: {
|
|
1255
|
-
|
|
1256
|
-
|
|
1372
|
+
name: {
|
|
1373
|
+
required: true,
|
|
1374
|
+
serializedName: "name",
|
|
1257
1375
|
type: {
|
|
1258
1376
|
name: "String"
|
|
1259
1377
|
}
|
|
1260
1378
|
},
|
|
1261
|
-
|
|
1262
|
-
|
|
1379
|
+
publisher: {
|
|
1380
|
+
required: true,
|
|
1381
|
+
serializedName: "publisher",
|
|
1263
1382
|
type: {
|
|
1264
|
-
name: "
|
|
1383
|
+
name: "String"
|
|
1265
1384
|
}
|
|
1266
|
-
}
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
export var RegionalAvailability = {
|
|
1271
|
-
serializedName: "RegionalAvailability",
|
|
1272
|
-
type: {
|
|
1273
|
-
name: "Composite",
|
|
1274
|
-
className: "RegionalAvailability",
|
|
1275
|
-
modelProperties: {
|
|
1276
|
-
region: {
|
|
1277
|
-
serializedName: "region",
|
|
1385
|
+
},
|
|
1386
|
+
product: {
|
|
1387
|
+
required: true,
|
|
1388
|
+
serializedName: "product",
|
|
1278
1389
|
type: {
|
|
1279
1390
|
name: "String"
|
|
1280
1391
|
}
|
|
1281
1392
|
},
|
|
1282
|
-
|
|
1283
|
-
serializedName: "
|
|
1393
|
+
promotionCode: {
|
|
1394
|
+
serializedName: "promotionCode",
|
|
1284
1395
|
type: {
|
|
1285
|
-
name: "
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1396
|
+
name: "String"
|
|
1397
|
+
}
|
|
1398
|
+
},
|
|
1399
|
+
version: {
|
|
1400
|
+
serializedName: "version",
|
|
1401
|
+
type: {
|
|
1402
|
+
name: "String"
|
|
1292
1403
|
}
|
|
1293
1404
|
}
|
|
1294
1405
|
}
|
|
1295
1406
|
}
|
|
1296
1407
|
};
|
|
1297
|
-
export var
|
|
1298
|
-
serializedName: "
|
|
1408
|
+
export var ResourceModelWithAllowedPropertySetPlan = {
|
|
1409
|
+
serializedName: "ResourceModelWithAllowedPropertySet_plan",
|
|
1299
1410
|
type: {
|
|
1300
1411
|
name: "Composite",
|
|
1301
|
-
className: "
|
|
1302
|
-
modelProperties: {
|
|
1303
|
-
regionalAvailability: {
|
|
1304
|
-
serializedName: "regionalAvailability",
|
|
1305
|
-
type: {
|
|
1306
|
-
name: "Sequence",
|
|
1307
|
-
element: {
|
|
1308
|
-
type: {
|
|
1309
|
-
name: "Composite",
|
|
1310
|
-
className: "RegionalAvailability"
|
|
1311
|
-
}
|
|
1312
|
-
}
|
|
1313
|
-
}
|
|
1314
|
-
}
|
|
1315
|
-
}
|
|
1412
|
+
className: "ResourceModelWithAllowedPropertySetPlan",
|
|
1413
|
+
modelProperties: __assign({}, Plan.type.modelProperties)
|
|
1316
1414
|
}
|
|
1317
1415
|
};
|
|
1318
|
-
export var
|
|
1319
|
-
serializedName: "
|
|
1416
|
+
export var ResourceModelWithAllowedPropertySet = {
|
|
1417
|
+
serializedName: "ResourceModelWithAllowedPropertySet",
|
|
1320
1418
|
type: {
|
|
1321
1419
|
name: "Composite",
|
|
1322
|
-
className: "
|
|
1323
|
-
modelProperties:
|
|
1324
|
-
|
|
1325
|
-
type: {
|
|
1326
|
-
name: "Number"
|
|
1327
|
-
}
|
|
1328
|
-
}, userQuota: {
|
|
1420
|
+
className: "ResourceModelWithAllowedPropertySet",
|
|
1421
|
+
modelProperties: {
|
|
1422
|
+
id: {
|
|
1329
1423
|
readOnly: true,
|
|
1330
|
-
serializedName: "
|
|
1424
|
+
serializedName: "id",
|
|
1331
1425
|
type: {
|
|
1332
|
-
name: "
|
|
1426
|
+
name: "String"
|
|
1333
1427
|
}
|
|
1334
|
-
},
|
|
1428
|
+
},
|
|
1429
|
+
name: {
|
|
1335
1430
|
readOnly: true,
|
|
1336
|
-
serializedName: "
|
|
1431
|
+
serializedName: "name",
|
|
1337
1432
|
type: {
|
|
1338
1433
|
name: "String"
|
|
1339
1434
|
}
|
|
1340
|
-
},
|
|
1435
|
+
},
|
|
1436
|
+
type: {
|
|
1341
1437
|
readOnly: true,
|
|
1342
|
-
serializedName: "
|
|
1438
|
+
serializedName: "type",
|
|
1343
1439
|
type: {
|
|
1344
1440
|
name: "String"
|
|
1345
1441
|
}
|
|
1346
|
-
},
|
|
1347
|
-
|
|
1442
|
+
},
|
|
1443
|
+
location: {
|
|
1444
|
+
serializedName: "location",
|
|
1348
1445
|
type: {
|
|
1349
|
-
name: "
|
|
1446
|
+
name: "String"
|
|
1350
1447
|
}
|
|
1351
|
-
},
|
|
1352
|
-
|
|
1448
|
+
},
|
|
1449
|
+
managedBy: {
|
|
1450
|
+
serializedName: "managedBy",
|
|
1353
1451
|
type: {
|
|
1354
1452
|
name: "String"
|
|
1355
1453
|
}
|
|
1356
|
-
},
|
|
1357
|
-
|
|
1358
|
-
serializedName: "
|
|
1454
|
+
},
|
|
1455
|
+
kind: {
|
|
1456
|
+
serializedName: "kind",
|
|
1457
|
+
constraints: {
|
|
1458
|
+
Pattern: /^[-\w\._,\(\)]+$/
|
|
1459
|
+
},
|
|
1359
1460
|
type: {
|
|
1360
1461
|
name: "String"
|
|
1361
1462
|
}
|
|
1362
|
-
},
|
|
1463
|
+
},
|
|
1464
|
+
etag: {
|
|
1363
1465
|
readOnly: true,
|
|
1364
|
-
serializedName: "
|
|
1466
|
+
serializedName: "etag",
|
|
1365
1467
|
type: {
|
|
1366
|
-
name: "
|
|
1468
|
+
name: "String"
|
|
1367
1469
|
}
|
|
1368
|
-
},
|
|
1369
|
-
|
|
1470
|
+
},
|
|
1471
|
+
tags: {
|
|
1472
|
+
serializedName: "tags",
|
|
1370
1473
|
type: {
|
|
1371
|
-
name: "
|
|
1474
|
+
name: "Dictionary",
|
|
1475
|
+
value: {
|
|
1476
|
+
type: {
|
|
1477
|
+
name: "String"
|
|
1478
|
+
}
|
|
1479
|
+
}
|
|
1372
1480
|
}
|
|
1373
|
-
},
|
|
1374
|
-
|
|
1481
|
+
},
|
|
1482
|
+
identity: {
|
|
1483
|
+
serializedName: "identity",
|
|
1375
1484
|
type: {
|
|
1376
|
-
name: "
|
|
1485
|
+
name: "Composite",
|
|
1486
|
+
className: "ResourceModelWithAllowedPropertySetIdentity"
|
|
1377
1487
|
}
|
|
1378
|
-
},
|
|
1379
|
-
|
|
1380
|
-
serializedName: "
|
|
1488
|
+
},
|
|
1489
|
+
sku: {
|
|
1490
|
+
serializedName: "sku",
|
|
1381
1491
|
type: {
|
|
1382
1492
|
name: "Composite",
|
|
1383
|
-
className: "
|
|
1493
|
+
className: "ResourceModelWithAllowedPropertySetSku"
|
|
1384
1494
|
}
|
|
1385
|
-
}
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
export var SizeConfigurationProperties = {
|
|
1389
|
-
serializedName: "SizeConfigurationProperties",
|
|
1390
|
-
type: {
|
|
1391
|
-
name: "Composite",
|
|
1392
|
-
className: "SizeConfigurationProperties",
|
|
1393
|
-
modelProperties: {
|
|
1394
|
-
environmentSizes: {
|
|
1395
|
-
serializedName: "environmentSizes",
|
|
1495
|
+
},
|
|
1496
|
+
plan: {
|
|
1497
|
+
serializedName: "plan",
|
|
1396
1498
|
type: {
|
|
1397
|
-
name: "
|
|
1398
|
-
|
|
1399
|
-
type: {
|
|
1400
|
-
name: "Composite",
|
|
1401
|
-
className: "EnvironmentSize"
|
|
1402
|
-
}
|
|
1403
|
-
}
|
|
1499
|
+
name: "Composite",
|
|
1500
|
+
className: "ResourceModelWithAllowedPropertySetPlan"
|
|
1404
1501
|
}
|
|
1405
1502
|
}
|
|
1406
1503
|
}
|
|
1407
1504
|
}
|
|
1408
1505
|
};
|
|
1409
|
-
export var
|
|
1410
|
-
serializedName: "
|
|
1506
|
+
export var User = {
|
|
1507
|
+
serializedName: "User",
|
|
1411
1508
|
type: {
|
|
1412
1509
|
name: "Composite",
|
|
1413
|
-
className: "
|
|
1414
|
-
modelProperties: __assign(__assign({},
|
|
1510
|
+
className: "User",
|
|
1511
|
+
modelProperties: __assign(__assign({}, ProxyResource.type.modelProperties), { systemData: {
|
|
1415
1512
|
readOnly: true,
|
|
1416
|
-
serializedName: "
|
|
1513
|
+
serializedName: "systemData",
|
|
1417
1514
|
type: {
|
|
1418
1515
|
name: "Composite",
|
|
1419
|
-
className: "
|
|
1516
|
+
className: "SystemData"
|
|
1420
1517
|
}
|
|
1421
|
-
},
|
|
1422
|
-
serializedName: "properties.
|
|
1518
|
+
}, additionalUsageQuota: {
|
|
1519
|
+
serializedName: "properties.additionalUsageQuota",
|
|
1423
1520
|
type: {
|
|
1424
|
-
name: "
|
|
1521
|
+
name: "TimeSpan"
|
|
1425
1522
|
}
|
|
1426
1523
|
}, provisioningState: {
|
|
1427
|
-
serializedName: "properties.provisioningState",
|
|
1428
|
-
type: {
|
|
1429
|
-
name: "String"
|
|
1430
|
-
}
|
|
1431
|
-
}, uniqueIdentifier: {
|
|
1432
|
-
serializedName: "properties.uniqueIdentifier",
|
|
1433
|
-
type: {
|
|
1434
|
-
name: "String"
|
|
1435
|
-
}
|
|
1436
|
-
}, latestOperationResult: {
|
|
1437
1524
|
readOnly: true,
|
|
1438
|
-
serializedName: "properties.latestOperationResult",
|
|
1439
|
-
type: {
|
|
1440
|
-
name: "Composite",
|
|
1441
|
-
className: "LatestOperationResult"
|
|
1442
|
-
}
|
|
1443
|
-
} })
|
|
1444
|
-
}
|
|
1445
|
-
};
|
|
1446
|
-
export var LabAccountFragment = {
|
|
1447
|
-
serializedName: "LabAccountFragment",
|
|
1448
|
-
type: {
|
|
1449
|
-
name: "Composite",
|
|
1450
|
-
className: "LabAccountFragment",
|
|
1451
|
-
modelProperties: __assign(__assign({}, Resource.type.modelProperties), { enabledRegionSelection: {
|
|
1452
|
-
serializedName: "properties.enabledRegionSelection",
|
|
1453
|
-
type: {
|
|
1454
|
-
name: "Boolean"
|
|
1455
|
-
}
|
|
1456
|
-
}, provisioningState: {
|
|
1457
1525
|
serializedName: "properties.provisioningState",
|
|
1458
1526
|
type: {
|
|
1459
|
-
name: "
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
};
|
|
1469
|
-
export var LabDetails = {
|
|
1470
|
-
serializedName: "LabDetails",
|
|
1471
|
-
type: {
|
|
1472
|
-
name: "Composite",
|
|
1473
|
-
className: "LabDetails",
|
|
1474
|
-
modelProperties: {
|
|
1475
|
-
name: {
|
|
1476
|
-
serializedName: "name",
|
|
1477
|
-
type: {
|
|
1478
|
-
name: "String"
|
|
1527
|
+
name: "Enum",
|
|
1528
|
+
allowedValues: [
|
|
1529
|
+
"Creating",
|
|
1530
|
+
"Updating",
|
|
1531
|
+
"Deleting",
|
|
1532
|
+
"Succeeded",
|
|
1533
|
+
"Failed",
|
|
1534
|
+
"Locked"
|
|
1535
|
+
]
|
|
1479
1536
|
}
|
|
1480
|
-
},
|
|
1481
|
-
|
|
1482
|
-
serializedName: "
|
|
1537
|
+
}, displayName: {
|
|
1538
|
+
readOnly: true,
|
|
1539
|
+
serializedName: "properties.displayName",
|
|
1483
1540
|
type: {
|
|
1484
1541
|
name: "String"
|
|
1485
1542
|
}
|
|
1486
|
-
},
|
|
1487
|
-
|
|
1488
|
-
serializedName: "
|
|
1543
|
+
}, email: {
|
|
1544
|
+
required: true,
|
|
1545
|
+
serializedName: "properties.email",
|
|
1489
1546
|
type: {
|
|
1490
1547
|
name: "String"
|
|
1491
1548
|
}
|
|
1492
|
-
},
|
|
1493
|
-
usageQuota: {
|
|
1549
|
+
}, registrationState: {
|
|
1494
1550
|
readOnly: true,
|
|
1495
|
-
serializedName: "
|
|
1551
|
+
serializedName: "properties.registrationState",
|
|
1496
1552
|
type: {
|
|
1497
|
-
name: "
|
|
1553
|
+
name: "Enum",
|
|
1554
|
+
allowedValues: [
|
|
1555
|
+
"Registered",
|
|
1556
|
+
"NotRegistered"
|
|
1557
|
+
]
|
|
1498
1558
|
}
|
|
1499
|
-
}
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
};
|
|
1503
|
-
export var LabFragment = {
|
|
1504
|
-
serializedName: "LabFragment",
|
|
1505
|
-
type: {
|
|
1506
|
-
name: "Composite",
|
|
1507
|
-
className: "LabFragment",
|
|
1508
|
-
modelProperties: __assign(__assign({}, Resource.type.modelProperties), { maxUsersInLab: {
|
|
1509
|
-
serializedName: "properties.maxUsersInLab",
|
|
1510
|
-
type: {
|
|
1511
|
-
name: "Number"
|
|
1512
|
-
}
|
|
1513
|
-
}, usageQuota: {
|
|
1514
|
-
serializedName: "properties.usageQuota",
|
|
1515
|
-
type: {
|
|
1516
|
-
name: "TimeSpan"
|
|
1517
|
-
}
|
|
1518
|
-
}, userAccessMode: {
|
|
1519
|
-
serializedName: "properties.userAccessMode",
|
|
1520
|
-
type: {
|
|
1521
|
-
name: "String"
|
|
1522
|
-
}
|
|
1523
|
-
}, provisioningState: {
|
|
1524
|
-
serializedName: "properties.provisioningState",
|
|
1525
|
-
type: {
|
|
1526
|
-
name: "String"
|
|
1527
|
-
}
|
|
1528
|
-
}, uniqueIdentifier: {
|
|
1529
|
-
serializedName: "properties.uniqueIdentifier",
|
|
1559
|
+
}, invitationState: {
|
|
1560
|
+
readOnly: true,
|
|
1561
|
+
serializedName: "properties.invitationState",
|
|
1530
1562
|
type: {
|
|
1531
|
-
name: "
|
|
1563
|
+
name: "Enum",
|
|
1564
|
+
allowedValues: [
|
|
1565
|
+
"NotSent",
|
|
1566
|
+
"Sending",
|
|
1567
|
+
"Sent",
|
|
1568
|
+
"Failed"
|
|
1569
|
+
]
|
|
1532
1570
|
}
|
|
1533
|
-
}
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
export var ListEnvironmentsPayload = {
|
|
1537
|
-
serializedName: "ListEnvironmentsPayload",
|
|
1538
|
-
type: {
|
|
1539
|
-
name: "Composite",
|
|
1540
|
-
className: "ListEnvironmentsPayload",
|
|
1541
|
-
modelProperties: {
|
|
1542
|
-
labId: {
|
|
1543
|
-
serializedName: "labId",
|
|
1571
|
+
}, invitationSent: {
|
|
1572
|
+
readOnly: true,
|
|
1573
|
+
serializedName: "properties.invitationSent",
|
|
1544
1574
|
type: {
|
|
1545
|
-
name: "
|
|
1575
|
+
name: "DateTime"
|
|
1546
1576
|
}
|
|
1547
|
-
}
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
};
|
|
1551
|
-
export var ListEnvironmentsResponse = {
|
|
1552
|
-
serializedName: "ListEnvironmentsResponse",
|
|
1553
|
-
type: {
|
|
1554
|
-
name: "Composite",
|
|
1555
|
-
className: "ListEnvironmentsResponse",
|
|
1556
|
-
modelProperties: {
|
|
1557
|
-
environments: {
|
|
1558
|
-
serializedName: "environments",
|
|
1577
|
+
}, totalUsage: {
|
|
1578
|
+
readOnly: true,
|
|
1579
|
+
serializedName: "properties.totalUsage",
|
|
1559
1580
|
type: {
|
|
1560
|
-
name: "
|
|
1561
|
-
element: {
|
|
1562
|
-
type: {
|
|
1563
|
-
name: "Composite",
|
|
1564
|
-
className: "EnvironmentDetails"
|
|
1565
|
-
}
|
|
1566
|
-
}
|
|
1581
|
+
name: "TimeSpan"
|
|
1567
1582
|
}
|
|
1568
|
-
}
|
|
1569
|
-
}
|
|
1583
|
+
} })
|
|
1570
1584
|
}
|
|
1571
1585
|
};
|
|
1572
|
-
export var
|
|
1573
|
-
serializedName: "
|
|
1586
|
+
export var UserUpdate = {
|
|
1587
|
+
serializedName: "UserUpdate",
|
|
1574
1588
|
type: {
|
|
1575
1589
|
name: "Composite",
|
|
1576
|
-
className: "
|
|
1590
|
+
className: "UserUpdate",
|
|
1577
1591
|
modelProperties: {
|
|
1578
|
-
|
|
1579
|
-
serializedName: "
|
|
1592
|
+
additionalUsageQuota: {
|
|
1593
|
+
serializedName: "properties.additionalUsageQuota",
|
|
1580
1594
|
type: {
|
|
1581
|
-
name: "
|
|
1582
|
-
element: {
|
|
1583
|
-
type: {
|
|
1584
|
-
name: "Composite",
|
|
1585
|
-
className: "LabDetails"
|
|
1586
|
-
}
|
|
1587
|
-
}
|
|
1595
|
+
name: "TimeSpan"
|
|
1588
1596
|
}
|
|
1589
1597
|
}
|
|
1590
1598
|
}
|
|
1591
1599
|
}
|
|
1592
1600
|
};
|
|
1593
|
-
export var
|
|
1594
|
-
serializedName: "
|
|
1601
|
+
export var InviteBody = {
|
|
1602
|
+
serializedName: "InviteBody",
|
|
1595
1603
|
type: {
|
|
1596
1604
|
name: "Composite",
|
|
1597
|
-
className: "
|
|
1605
|
+
className: "InviteBody",
|
|
1598
1606
|
modelProperties: {
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
serializedName: "urls",
|
|
1607
|
+
text: {
|
|
1608
|
+
serializedName: "text",
|
|
1602
1609
|
type: {
|
|
1603
|
-
name: "
|
|
1604
|
-
element: {
|
|
1605
|
-
type: {
|
|
1606
|
-
name: "String"
|
|
1607
|
-
}
|
|
1608
|
-
}
|
|
1610
|
+
name: "String"
|
|
1609
1611
|
}
|
|
1610
1612
|
}
|
|
1611
1613
|
}
|
|
1612
1614
|
}
|
|
1613
1615
|
};
|
|
1614
|
-
export var
|
|
1615
|
-
serializedName: "
|
|
1616
|
+
export var VirtualMachineConnectionProfile = {
|
|
1617
|
+
serializedName: "VirtualMachineConnectionProfile",
|
|
1616
1618
|
type: {
|
|
1617
1619
|
name: "Composite",
|
|
1618
|
-
className: "
|
|
1620
|
+
className: "VirtualMachineConnectionProfile",
|
|
1619
1621
|
modelProperties: {
|
|
1620
|
-
|
|
1622
|
+
privateIpAddress: {
|
|
1621
1623
|
readOnly: true,
|
|
1622
|
-
serializedName: "
|
|
1624
|
+
serializedName: "privateIpAddress",
|
|
1623
1625
|
type: {
|
|
1624
1626
|
name: "String"
|
|
1625
1627
|
}
|
|
1626
1628
|
},
|
|
1627
|
-
|
|
1629
|
+
sshAuthority: {
|
|
1628
1630
|
readOnly: true,
|
|
1629
|
-
serializedName: "
|
|
1631
|
+
serializedName: "sshAuthority",
|
|
1630
1632
|
type: {
|
|
1631
1633
|
name: "String"
|
|
1632
1634
|
}
|
|
1633
|
-
}
|
|
1634
|
-
|
|
1635
|
-
}
|
|
1636
|
-
};
|
|
1637
|
-
export var OperationBatchStatusResponse = {
|
|
1638
|
-
serializedName: "OperationBatchStatusResponse",
|
|
1639
|
-
type: {
|
|
1640
|
-
name: "Composite",
|
|
1641
|
-
className: "OperationBatchStatusResponse",
|
|
1642
|
-
modelProperties: {
|
|
1643
|
-
items: {
|
|
1635
|
+
},
|
|
1636
|
+
sshInBrowserUrl: {
|
|
1644
1637
|
readOnly: true,
|
|
1645
|
-
serializedName: "
|
|
1646
|
-
type: {
|
|
1647
|
-
name: "Sequence",
|
|
1648
|
-
element: {
|
|
1649
|
-
type: {
|
|
1650
|
-
name: "Composite",
|
|
1651
|
-
className: "OperationBatchStatusResponseItem"
|
|
1652
|
-
}
|
|
1653
|
-
}
|
|
1654
|
-
}
|
|
1655
|
-
}
|
|
1656
|
-
}
|
|
1657
|
-
}
|
|
1658
|
-
};
|
|
1659
|
-
export var OperationError = {
|
|
1660
|
-
serializedName: "OperationError",
|
|
1661
|
-
type: {
|
|
1662
|
-
name: "Composite",
|
|
1663
|
-
className: "OperationError",
|
|
1664
|
-
modelProperties: {
|
|
1665
|
-
code: {
|
|
1666
|
-
serializedName: "code",
|
|
1638
|
+
serializedName: "sshInBrowserUrl",
|
|
1667
1639
|
type: {
|
|
1668
1640
|
name: "String"
|
|
1669
1641
|
}
|
|
1670
1642
|
},
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
name: "String"
|
|
1675
|
-
}
|
|
1676
|
-
}
|
|
1677
|
-
}
|
|
1678
|
-
}
|
|
1679
|
-
};
|
|
1680
|
-
export var OperationMetadataDisplay = {
|
|
1681
|
-
serializedName: "OperationMetadataDisplay",
|
|
1682
|
-
type: {
|
|
1683
|
-
name: "Composite",
|
|
1684
|
-
className: "OperationMetadataDisplay",
|
|
1685
|
-
modelProperties: {
|
|
1686
|
-
provider: {
|
|
1687
|
-
serializedName: "provider",
|
|
1643
|
+
rdpAuthority: {
|
|
1644
|
+
readOnly: true,
|
|
1645
|
+
serializedName: "rdpAuthority",
|
|
1688
1646
|
type: {
|
|
1689
1647
|
name: "String"
|
|
1690
1648
|
}
|
|
1691
1649
|
},
|
|
1692
|
-
|
|
1693
|
-
|
|
1650
|
+
rdpInBrowserUrl: {
|
|
1651
|
+
readOnly: true,
|
|
1652
|
+
serializedName: "rdpInBrowserUrl",
|
|
1694
1653
|
type: {
|
|
1695
1654
|
name: "String"
|
|
1696
1655
|
}
|
|
1697
1656
|
},
|
|
1698
|
-
|
|
1699
|
-
|
|
1657
|
+
adminUsername: {
|
|
1658
|
+
readOnly: true,
|
|
1659
|
+
serializedName: "adminUsername",
|
|
1700
1660
|
type: {
|
|
1701
1661
|
name: "String"
|
|
1702
1662
|
}
|
|
1703
1663
|
},
|
|
1704
|
-
|
|
1705
|
-
|
|
1664
|
+
nonAdminUsername: {
|
|
1665
|
+
readOnly: true,
|
|
1666
|
+
serializedName: "nonAdminUsername",
|
|
1706
1667
|
type: {
|
|
1707
1668
|
name: "String"
|
|
1708
1669
|
}
|
|
@@ -1710,102 +1671,89 @@ export var OperationMetadataDisplay = {
|
|
|
1710
1671
|
}
|
|
1711
1672
|
}
|
|
1712
1673
|
};
|
|
1713
|
-
export var
|
|
1714
|
-
serializedName: "
|
|
1674
|
+
export var VirtualMachine = {
|
|
1675
|
+
serializedName: "VirtualMachine",
|
|
1715
1676
|
type: {
|
|
1716
1677
|
name: "Composite",
|
|
1717
|
-
className: "
|
|
1718
|
-
modelProperties: {
|
|
1719
|
-
|
|
1720
|
-
serializedName: "
|
|
1678
|
+
className: "VirtualMachine",
|
|
1679
|
+
modelProperties: __assign(__assign({}, ProxyResource.type.modelProperties), { systemData: {
|
|
1680
|
+
readOnly: true,
|
|
1681
|
+
serializedName: "systemData",
|
|
1721
1682
|
type: {
|
|
1722
|
-
name: "
|
|
1683
|
+
name: "Composite",
|
|
1684
|
+
className: "SystemData"
|
|
1723
1685
|
}
|
|
1724
|
-
},
|
|
1725
|
-
|
|
1726
|
-
serializedName: "
|
|
1686
|
+
}, provisioningState: {
|
|
1687
|
+
readOnly: true,
|
|
1688
|
+
serializedName: "properties.provisioningState",
|
|
1727
1689
|
type: {
|
|
1728
|
-
name: "
|
|
1729
|
-
|
|
1690
|
+
name: "Enum",
|
|
1691
|
+
allowedValues: [
|
|
1692
|
+
"Creating",
|
|
1693
|
+
"Updating",
|
|
1694
|
+
"Deleting",
|
|
1695
|
+
"Succeeded",
|
|
1696
|
+
"Failed",
|
|
1697
|
+
"Locked"
|
|
1698
|
+
]
|
|
1730
1699
|
}
|
|
1731
|
-
}
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
};
|
|
1735
|
-
export var OperationResult = {
|
|
1736
|
-
serializedName: "OperationResult",
|
|
1737
|
-
type: {
|
|
1738
|
-
name: "Composite",
|
|
1739
|
-
className: "OperationResult",
|
|
1740
|
-
modelProperties: {
|
|
1741
|
-
status: {
|
|
1742
|
-
serializedName: "status",
|
|
1700
|
+
}, state: {
|
|
1701
|
+
readOnly: true,
|
|
1702
|
+
serializedName: "properties.state",
|
|
1743
1703
|
type: {
|
|
1744
|
-
name: "
|
|
1704
|
+
name: "Enum",
|
|
1705
|
+
allowedValues: [
|
|
1706
|
+
"Stopped",
|
|
1707
|
+
"Starting",
|
|
1708
|
+
"Running",
|
|
1709
|
+
"Stopping",
|
|
1710
|
+
"ResettingPassword",
|
|
1711
|
+
"Reimaging",
|
|
1712
|
+
"Redeploying"
|
|
1713
|
+
]
|
|
1745
1714
|
}
|
|
1746
|
-
},
|
|
1747
|
-
|
|
1748
|
-
serializedName: "
|
|
1715
|
+
}, connectionProfile: {
|
|
1716
|
+
readOnly: true,
|
|
1717
|
+
serializedName: "properties.connectionProfile",
|
|
1749
1718
|
type: {
|
|
1750
1719
|
name: "Composite",
|
|
1751
|
-
className: "
|
|
1720
|
+
className: "VirtualMachineConnectionProfile"
|
|
1752
1721
|
}
|
|
1753
|
-
}
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
};
|
|
1757
|
-
export var OperationStatusPayload = {
|
|
1758
|
-
serializedName: "OperationStatusPayload",
|
|
1759
|
-
type: {
|
|
1760
|
-
name: "Composite",
|
|
1761
|
-
className: "OperationStatusPayload",
|
|
1762
|
-
modelProperties: {
|
|
1763
|
-
operationUrl: {
|
|
1764
|
-
required: true,
|
|
1765
|
-
serializedName: "operationUrl",
|
|
1722
|
+
}, claimedByUserId: {
|
|
1723
|
+
readOnly: true,
|
|
1724
|
+
serializedName: "properties.claimedByUserId",
|
|
1766
1725
|
type: {
|
|
1767
1726
|
name: "String"
|
|
1768
1727
|
}
|
|
1769
|
-
}
|
|
1770
|
-
}
|
|
1771
|
-
}
|
|
1772
|
-
};
|
|
1773
|
-
export var OperationStatusResponse = {
|
|
1774
|
-
serializedName: "OperationStatusResponse",
|
|
1775
|
-
type: {
|
|
1776
|
-
name: "Composite",
|
|
1777
|
-
className: "OperationStatusResponse",
|
|
1778
|
-
modelProperties: {
|
|
1779
|
-
status: {
|
|
1728
|
+
}, vmType: {
|
|
1780
1729
|
readOnly: true,
|
|
1781
|
-
serializedName: "
|
|
1730
|
+
serializedName: "properties.vmType",
|
|
1782
1731
|
type: {
|
|
1783
|
-
name: "
|
|
1732
|
+
name: "Enum",
|
|
1733
|
+
allowedValues: [
|
|
1734
|
+
"User",
|
|
1735
|
+
"Template"
|
|
1736
|
+
]
|
|
1784
1737
|
}
|
|
1785
|
-
}
|
|
1786
|
-
}
|
|
1738
|
+
} })
|
|
1787
1739
|
}
|
|
1788
1740
|
};
|
|
1789
|
-
export var
|
|
1790
|
-
serializedName: "
|
|
1741
|
+
export var ResetPasswordBody = {
|
|
1742
|
+
serializedName: "ResetPasswordBody",
|
|
1791
1743
|
type: {
|
|
1792
1744
|
name: "Composite",
|
|
1793
|
-
className: "
|
|
1745
|
+
className: "ResetPasswordBody",
|
|
1794
1746
|
modelProperties: {
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
name: "String"
|
|
1799
|
-
}
|
|
1800
|
-
},
|
|
1801
|
-
addRemove: {
|
|
1802
|
-
serializedName: "addRemove",
|
|
1747
|
+
username: {
|
|
1748
|
+
required: true,
|
|
1749
|
+
serializedName: "username",
|
|
1803
1750
|
type: {
|
|
1804
1751
|
name: "String"
|
|
1805
1752
|
}
|
|
1806
1753
|
},
|
|
1807
|
-
|
|
1808
|
-
|
|
1754
|
+
password: {
|
|
1755
|
+
required: true,
|
|
1756
|
+
serializedName: "password",
|
|
1809
1757
|
type: {
|
|
1810
1758
|
name: "String"
|
|
1811
1759
|
}
|
|
@@ -1813,172 +1761,185 @@ export var PersonalPreferencesOperationsPayload = {
|
|
|
1813
1761
|
}
|
|
1814
1762
|
}
|
|
1815
1763
|
};
|
|
1816
|
-
export var
|
|
1817
|
-
serializedName: "
|
|
1764
|
+
export var Schedule = {
|
|
1765
|
+
serializedName: "Schedule",
|
|
1818
1766
|
type: {
|
|
1819
1767
|
name: "Composite",
|
|
1820
|
-
className: "
|
|
1821
|
-
modelProperties: {
|
|
1822
|
-
|
|
1823
|
-
serializedName: "
|
|
1768
|
+
className: "Schedule",
|
|
1769
|
+
modelProperties: __assign(__assign({}, ProxyResource.type.modelProperties), { systemData: {
|
|
1770
|
+
readOnly: true,
|
|
1771
|
+
serializedName: "systemData",
|
|
1824
1772
|
type: {
|
|
1825
|
-
name: "
|
|
1773
|
+
name: "Composite",
|
|
1774
|
+
className: "SystemData"
|
|
1826
1775
|
}
|
|
1827
|
-
}
|
|
1828
|
-
|
|
1829
|
-
}
|
|
1830
|
-
};
|
|
1831
|
-
export var RegisterPayload = {
|
|
1832
|
-
serializedName: "RegisterPayload",
|
|
1833
|
-
type: {
|
|
1834
|
-
name: "Composite",
|
|
1835
|
-
className: "RegisterPayload",
|
|
1836
|
-
modelProperties: {
|
|
1837
|
-
registrationCode: {
|
|
1838
|
-
serializedName: "registrationCode",
|
|
1776
|
+
}, startAt: {
|
|
1777
|
+
serializedName: "properties.startAt",
|
|
1839
1778
|
type: {
|
|
1840
|
-
name: "
|
|
1779
|
+
name: "DateTime"
|
|
1841
1780
|
}
|
|
1842
|
-
}
|
|
1843
|
-
|
|
1844
|
-
}
|
|
1845
|
-
};
|
|
1846
|
-
export var ResetPasswordPayload = {
|
|
1847
|
-
serializedName: "ResetPasswordPayload",
|
|
1848
|
-
type: {
|
|
1849
|
-
name: "Composite",
|
|
1850
|
-
className: "ResetPasswordPayload",
|
|
1851
|
-
modelProperties: {
|
|
1852
|
-
environmentId: {
|
|
1853
|
-
required: true,
|
|
1854
|
-
serializedName: "environmentId",
|
|
1781
|
+
}, stopAt: {
|
|
1782
|
+
serializedName: "properties.stopAt",
|
|
1855
1783
|
type: {
|
|
1856
|
-
name: "
|
|
1784
|
+
name: "DateTime"
|
|
1857
1785
|
}
|
|
1858
|
-
},
|
|
1859
|
-
|
|
1860
|
-
|
|
1786
|
+
}, recurrencePattern: {
|
|
1787
|
+
serializedName: "properties.recurrencePattern",
|
|
1788
|
+
type: {
|
|
1789
|
+
name: "Composite",
|
|
1790
|
+
className: "RecurrencePattern"
|
|
1791
|
+
}
|
|
1792
|
+
}, timeZoneId: {
|
|
1793
|
+
serializedName: "properties.timeZoneId",
|
|
1794
|
+
constraints: {
|
|
1795
|
+
MaxLength: 50
|
|
1796
|
+
},
|
|
1861
1797
|
type: {
|
|
1862
1798
|
name: "String"
|
|
1863
1799
|
}
|
|
1864
|
-
},
|
|
1865
|
-
|
|
1866
|
-
|
|
1800
|
+
}, notes: {
|
|
1801
|
+
serializedName: "properties.notes",
|
|
1802
|
+
constraints: {
|
|
1803
|
+
MaxLength: 1000
|
|
1804
|
+
},
|
|
1867
1805
|
type: {
|
|
1868
1806
|
name: "String"
|
|
1869
1807
|
}
|
|
1870
|
-
}
|
|
1871
|
-
|
|
1808
|
+
}, provisioningState: {
|
|
1809
|
+
readOnly: true,
|
|
1810
|
+
serializedName: "properties.provisioningState",
|
|
1811
|
+
type: {
|
|
1812
|
+
name: "Enum",
|
|
1813
|
+
allowedValues: [
|
|
1814
|
+
"Creating",
|
|
1815
|
+
"Updating",
|
|
1816
|
+
"Deleting",
|
|
1817
|
+
"Succeeded",
|
|
1818
|
+
"Failed",
|
|
1819
|
+
"Locked"
|
|
1820
|
+
]
|
|
1821
|
+
}
|
|
1822
|
+
} })
|
|
1872
1823
|
}
|
|
1873
1824
|
};
|
|
1874
|
-
export var
|
|
1875
|
-
serializedName: "
|
|
1825
|
+
export var RecurrencePattern = {
|
|
1826
|
+
serializedName: "RecurrencePattern",
|
|
1876
1827
|
type: {
|
|
1877
1828
|
name: "Composite",
|
|
1878
|
-
className: "
|
|
1829
|
+
className: "RecurrencePattern",
|
|
1879
1830
|
modelProperties: {
|
|
1880
|
-
|
|
1881
|
-
|
|
1831
|
+
frequency: {
|
|
1832
|
+
required: true,
|
|
1833
|
+
serializedName: "frequency",
|
|
1834
|
+
type: {
|
|
1835
|
+
name: "Enum",
|
|
1836
|
+
allowedValues: [
|
|
1837
|
+
"Daily",
|
|
1838
|
+
"Weekly"
|
|
1839
|
+
]
|
|
1840
|
+
}
|
|
1841
|
+
},
|
|
1842
|
+
weekDays: {
|
|
1843
|
+
serializedName: "weekDays",
|
|
1882
1844
|
type: {
|
|
1883
1845
|
name: "Sequence",
|
|
1884
1846
|
element: {
|
|
1885
1847
|
type: {
|
|
1886
|
-
name: "
|
|
1887
|
-
|
|
1848
|
+
name: "Enum",
|
|
1849
|
+
allowedValues: [
|
|
1850
|
+
"Sunday",
|
|
1851
|
+
"Monday",
|
|
1852
|
+
"Tuesday",
|
|
1853
|
+
"Wednesday",
|
|
1854
|
+
"Thursday",
|
|
1855
|
+
"Friday",
|
|
1856
|
+
"Saturday"
|
|
1857
|
+
]
|
|
1888
1858
|
}
|
|
1889
1859
|
}
|
|
1890
1860
|
}
|
|
1861
|
+
},
|
|
1862
|
+
interval: {
|
|
1863
|
+
serializedName: "interval",
|
|
1864
|
+
constraints: {
|
|
1865
|
+
InclusiveMaximum: 365,
|
|
1866
|
+
InclusiveMinimum: 1
|
|
1867
|
+
},
|
|
1868
|
+
type: {
|
|
1869
|
+
name: "Number"
|
|
1870
|
+
}
|
|
1871
|
+
},
|
|
1872
|
+
expirationDate: {
|
|
1873
|
+
required: true,
|
|
1874
|
+
serializedName: "expirationDate",
|
|
1875
|
+
type: {
|
|
1876
|
+
name: "Date"
|
|
1877
|
+
}
|
|
1891
1878
|
}
|
|
1892
1879
|
}
|
|
1893
1880
|
}
|
|
1894
1881
|
};
|
|
1895
|
-
export var
|
|
1896
|
-
serializedName: "
|
|
1882
|
+
export var ScheduleUpdate = {
|
|
1883
|
+
serializedName: "ScheduleUpdate",
|
|
1897
1884
|
type: {
|
|
1898
1885
|
name: "Composite",
|
|
1899
|
-
className: "
|
|
1900
|
-
modelProperties:
|
|
1901
|
-
|
|
1902
|
-
serializedName: "properties.
|
|
1903
|
-
type: {
|
|
1904
|
-
name: "String"
|
|
1905
|
-
}
|
|
1906
|
-
}, familyName: {
|
|
1907
|
-
readOnly: true,
|
|
1908
|
-
serializedName: "properties.familyName",
|
|
1909
|
-
type: {
|
|
1910
|
-
name: "String"
|
|
1911
|
-
}
|
|
1912
|
-
}, givenName: {
|
|
1913
|
-
readOnly: true,
|
|
1914
|
-
serializedName: "properties.givenName",
|
|
1915
|
-
type: {
|
|
1916
|
-
name: "String"
|
|
1917
|
-
}
|
|
1918
|
-
}, tenantId: {
|
|
1919
|
-
readOnly: true,
|
|
1920
|
-
serializedName: "properties.tenantId",
|
|
1921
|
-
type: {
|
|
1922
|
-
name: "String"
|
|
1923
|
-
}
|
|
1924
|
-
}, totalUsage: {
|
|
1925
|
-
readOnly: true,
|
|
1926
|
-
serializedName: "properties.totalUsage",
|
|
1927
|
-
type: {
|
|
1928
|
-
name: "TimeSpan"
|
|
1929
|
-
}
|
|
1930
|
-
}, provisioningState: {
|
|
1931
|
-
serializedName: "properties.provisioningState",
|
|
1886
|
+
className: "ScheduleUpdate",
|
|
1887
|
+
modelProperties: {
|
|
1888
|
+
startAt: {
|
|
1889
|
+
serializedName: "properties.startAt",
|
|
1932
1890
|
type: {
|
|
1933
|
-
name: "
|
|
1891
|
+
name: "DateTime"
|
|
1934
1892
|
}
|
|
1935
|
-
},
|
|
1936
|
-
|
|
1893
|
+
},
|
|
1894
|
+
stopAt: {
|
|
1895
|
+
serializedName: "properties.stopAt",
|
|
1937
1896
|
type: {
|
|
1938
|
-
name: "
|
|
1897
|
+
name: "DateTime"
|
|
1939
1898
|
}
|
|
1940
|
-
},
|
|
1941
|
-
|
|
1942
|
-
serializedName: "properties.
|
|
1899
|
+
},
|
|
1900
|
+
recurrencePattern: {
|
|
1901
|
+
serializedName: "properties.recurrencePattern",
|
|
1943
1902
|
type: {
|
|
1944
1903
|
name: "Composite",
|
|
1945
|
-
className: "
|
|
1904
|
+
className: "RecurrencePattern"
|
|
1946
1905
|
}
|
|
1947
|
-
}
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
name: "Composite",
|
|
1954
|
-
className: "UserFragment",
|
|
1955
|
-
modelProperties: __assign(__assign({}, Resource.type.modelProperties), { provisioningState: {
|
|
1956
|
-
serializedName: "properties.provisioningState",
|
|
1906
|
+
},
|
|
1907
|
+
timeZoneId: {
|
|
1908
|
+
serializedName: "properties.timeZoneId",
|
|
1909
|
+
constraints: {
|
|
1910
|
+
MaxLength: 50
|
|
1911
|
+
},
|
|
1957
1912
|
type: {
|
|
1958
1913
|
name: "String"
|
|
1959
1914
|
}
|
|
1960
|
-
},
|
|
1961
|
-
|
|
1915
|
+
},
|
|
1916
|
+
notes: {
|
|
1917
|
+
serializedName: "properties.notes",
|
|
1918
|
+
constraints: {
|
|
1919
|
+
MaxLength: 1000
|
|
1920
|
+
},
|
|
1962
1921
|
type: {
|
|
1963
1922
|
name: "String"
|
|
1964
1923
|
}
|
|
1965
|
-
}
|
|
1924
|
+
}
|
|
1925
|
+
}
|
|
1966
1926
|
}
|
|
1967
1927
|
};
|
|
1968
|
-
export var
|
|
1969
|
-
serializedName: "
|
|
1928
|
+
export var OperationListResult = {
|
|
1929
|
+
serializedName: "OperationListResult",
|
|
1970
1930
|
type: {
|
|
1971
1931
|
name: "Composite",
|
|
1972
|
-
className: "
|
|
1932
|
+
className: "OperationListResult",
|
|
1973
1933
|
modelProperties: {
|
|
1974
1934
|
value: {
|
|
1935
|
+
readOnly: true,
|
|
1975
1936
|
serializedName: "",
|
|
1976
1937
|
type: {
|
|
1977
1938
|
name: "Sequence",
|
|
1978
1939
|
element: {
|
|
1979
1940
|
type: {
|
|
1980
1941
|
name: "Composite",
|
|
1981
|
-
className: "
|
|
1942
|
+
className: "Operation"
|
|
1982
1943
|
}
|
|
1983
1944
|
}
|
|
1984
1945
|
}
|
|
@@ -1993,25 +1954,27 @@ export var ProviderOperationResult = {
|
|
|
1993
1954
|
}
|
|
1994
1955
|
}
|
|
1995
1956
|
};
|
|
1996
|
-
export var
|
|
1997
|
-
serializedName: "
|
|
1957
|
+
export var PagedLabPlans = {
|
|
1958
|
+
serializedName: "PagedLabPlans",
|
|
1998
1959
|
type: {
|
|
1999
1960
|
name: "Composite",
|
|
2000
|
-
className: "
|
|
1961
|
+
className: "PagedLabPlans",
|
|
2001
1962
|
modelProperties: {
|
|
2002
1963
|
value: {
|
|
1964
|
+
readOnly: true,
|
|
2003
1965
|
serializedName: "",
|
|
2004
1966
|
type: {
|
|
2005
1967
|
name: "Sequence",
|
|
2006
1968
|
element: {
|
|
2007
1969
|
type: {
|
|
2008
1970
|
name: "Composite",
|
|
2009
|
-
className: "
|
|
1971
|
+
className: "LabPlan"
|
|
2010
1972
|
}
|
|
2011
1973
|
}
|
|
2012
1974
|
}
|
|
2013
1975
|
},
|
|
2014
1976
|
nextLink: {
|
|
1977
|
+
readOnly: true,
|
|
2015
1978
|
serializedName: "nextLink",
|
|
2016
1979
|
type: {
|
|
2017
1980
|
name: "String"
|
|
@@ -2020,25 +1983,27 @@ export var ResponseWithContinuationLabAccount = {
|
|
|
2020
1983
|
}
|
|
2021
1984
|
}
|
|
2022
1985
|
};
|
|
2023
|
-
export var
|
|
2024
|
-
serializedName: "
|
|
1986
|
+
export var PagedImages = {
|
|
1987
|
+
serializedName: "PagedImages",
|
|
2025
1988
|
type: {
|
|
2026
1989
|
name: "Composite",
|
|
2027
|
-
className: "
|
|
1990
|
+
className: "PagedImages",
|
|
2028
1991
|
modelProperties: {
|
|
2029
1992
|
value: {
|
|
1993
|
+
readOnly: true,
|
|
2030
1994
|
serializedName: "",
|
|
2031
1995
|
type: {
|
|
2032
1996
|
name: "Sequence",
|
|
2033
1997
|
element: {
|
|
2034
1998
|
type: {
|
|
2035
1999
|
name: "Composite",
|
|
2036
|
-
className: "
|
|
2000
|
+
className: "Image"
|
|
2037
2001
|
}
|
|
2038
2002
|
}
|
|
2039
2003
|
}
|
|
2040
2004
|
},
|
|
2041
2005
|
nextLink: {
|
|
2006
|
+
readOnly: true,
|
|
2042
2007
|
serializedName: "nextLink",
|
|
2043
2008
|
type: {
|
|
2044
2009
|
name: "String"
|
|
@@ -2047,13 +2012,14 @@ export var ResponseWithContinuationGalleryImage = {
|
|
|
2047
2012
|
}
|
|
2048
2013
|
}
|
|
2049
2014
|
};
|
|
2050
|
-
export var
|
|
2051
|
-
serializedName: "
|
|
2015
|
+
export var PagedLabs = {
|
|
2016
|
+
serializedName: "PagedLabs",
|
|
2052
2017
|
type: {
|
|
2053
2018
|
name: "Composite",
|
|
2054
|
-
className: "
|
|
2019
|
+
className: "PagedLabs",
|
|
2055
2020
|
modelProperties: {
|
|
2056
2021
|
value: {
|
|
2022
|
+
readOnly: true,
|
|
2057
2023
|
serializedName: "",
|
|
2058
2024
|
type: {
|
|
2059
2025
|
name: "Sequence",
|
|
@@ -2066,6 +2032,7 @@ export var ResponseWithContinuationLab = {
|
|
|
2066
2032
|
}
|
|
2067
2033
|
},
|
|
2068
2034
|
nextLink: {
|
|
2035
|
+
readOnly: true,
|
|
2069
2036
|
serializedName: "nextLink",
|
|
2070
2037
|
type: {
|
|
2071
2038
|
name: "String"
|
|
@@ -2074,25 +2041,27 @@ export var ResponseWithContinuationLab = {
|
|
|
2074
2041
|
}
|
|
2075
2042
|
}
|
|
2076
2043
|
};
|
|
2077
|
-
export var
|
|
2078
|
-
serializedName: "
|
|
2044
|
+
export var PagedUsers = {
|
|
2045
|
+
serializedName: "PagedUsers",
|
|
2079
2046
|
type: {
|
|
2080
2047
|
name: "Composite",
|
|
2081
|
-
className: "
|
|
2048
|
+
className: "PagedUsers",
|
|
2082
2049
|
modelProperties: {
|
|
2083
2050
|
value: {
|
|
2051
|
+
readOnly: true,
|
|
2084
2052
|
serializedName: "",
|
|
2085
2053
|
type: {
|
|
2086
2054
|
name: "Sequence",
|
|
2087
2055
|
element: {
|
|
2088
2056
|
type: {
|
|
2089
2057
|
name: "Composite",
|
|
2090
|
-
className: "
|
|
2058
|
+
className: "User"
|
|
2091
2059
|
}
|
|
2092
2060
|
}
|
|
2093
2061
|
}
|
|
2094
2062
|
},
|
|
2095
2063
|
nextLink: {
|
|
2064
|
+
readOnly: true,
|
|
2096
2065
|
serializedName: "nextLink",
|
|
2097
2066
|
type: {
|
|
2098
2067
|
name: "String"
|
|
@@ -2101,25 +2070,27 @@ export var ResponseWithContinuationEnvironmentSetting = {
|
|
|
2101
2070
|
}
|
|
2102
2071
|
}
|
|
2103
2072
|
};
|
|
2104
|
-
export var
|
|
2105
|
-
serializedName: "
|
|
2073
|
+
export var PagedVirtualMachines = {
|
|
2074
|
+
serializedName: "PagedVirtualMachines",
|
|
2106
2075
|
type: {
|
|
2107
2076
|
name: "Composite",
|
|
2108
|
-
className: "
|
|
2077
|
+
className: "PagedVirtualMachines",
|
|
2109
2078
|
modelProperties: {
|
|
2110
2079
|
value: {
|
|
2080
|
+
readOnly: true,
|
|
2111
2081
|
serializedName: "",
|
|
2112
2082
|
type: {
|
|
2113
2083
|
name: "Sequence",
|
|
2114
2084
|
element: {
|
|
2115
2085
|
type: {
|
|
2116
2086
|
name: "Composite",
|
|
2117
|
-
className: "
|
|
2087
|
+
className: "VirtualMachine"
|
|
2118
2088
|
}
|
|
2119
2089
|
}
|
|
2120
2090
|
}
|
|
2121
2091
|
},
|
|
2122
2092
|
nextLink: {
|
|
2093
|
+
readOnly: true,
|
|
2123
2094
|
serializedName: "nextLink",
|
|
2124
2095
|
type: {
|
|
2125
2096
|
name: "String"
|
|
@@ -2128,25 +2099,27 @@ export var ResponseWithContinuationEnvironment = {
|
|
|
2128
2099
|
}
|
|
2129
2100
|
}
|
|
2130
2101
|
};
|
|
2131
|
-
export var
|
|
2132
|
-
serializedName: "
|
|
2102
|
+
export var PagedSchedules = {
|
|
2103
|
+
serializedName: "PagedSchedules",
|
|
2133
2104
|
type: {
|
|
2134
2105
|
name: "Composite",
|
|
2135
|
-
className: "
|
|
2106
|
+
className: "PagedSchedules",
|
|
2136
2107
|
modelProperties: {
|
|
2137
2108
|
value: {
|
|
2109
|
+
readOnly: true,
|
|
2138
2110
|
serializedName: "",
|
|
2139
2111
|
type: {
|
|
2140
2112
|
name: "Sequence",
|
|
2141
2113
|
element: {
|
|
2142
2114
|
type: {
|
|
2143
2115
|
name: "Composite",
|
|
2144
|
-
className: "
|
|
2116
|
+
className: "Schedule"
|
|
2145
2117
|
}
|
|
2146
2118
|
}
|
|
2147
2119
|
}
|
|
2148
2120
|
},
|
|
2149
2121
|
nextLink: {
|
|
2122
|
+
readOnly: true,
|
|
2150
2123
|
serializedName: "nextLink",
|
|
2151
2124
|
type: {
|
|
2152
2125
|
name: "String"
|