@azure/arm-azurestack 2.1.1 → 3.0.0-beta.1
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/CHANGELOG.md +11 -0
- package/{LICENSE.txt → LICENSE} +2 -2
- package/README.md +69 -80
- package/dist/index.js +3000 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/azureStackManagementClient.d.ts +24 -0
- package/dist-esm/src/azureStackManagementClient.d.ts.map +1 -0
- package/dist-esm/src/azureStackManagementClient.js +57 -0
- package/dist-esm/src/azureStackManagementClient.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +854 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +55 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +37 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +608 -394
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +20 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +163 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/cloudManifestFile.d.ts +24 -0
- package/dist-esm/src/operations/cloudManifestFile.d.ts.map +1 -0
- package/dist-esm/src/operations/cloudManifestFile.js +70 -0
- package/dist-esm/src/operations/cloudManifestFile.js.map +1 -0
- package/dist-esm/src/operations/customerSubscriptions.d.ts +63 -0
- package/dist-esm/src/operations/customerSubscriptions.d.ts.map +1 -0
- package/dist-esm/src/operations/customerSubscriptions.js +241 -0
- package/dist-esm/src/operations/customerSubscriptions.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +3 -1
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +6 -6
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/linkedSubscriptions.d.ts +83 -0
- package/dist-esm/src/operations/linkedSubscriptions.d.ts.map +1 -0
- package/dist-esm/src/operations/linkedSubscriptions.js +359 -0
- package/dist-esm/src/operations/linkedSubscriptions.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +120 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/products.d.ts +78 -0
- package/dist-esm/src/operations/products.d.ts.map +1 -0
- package/dist-esm/src/operations/products.js +303 -0
- package/dist-esm/src/operations/products.js.map +1 -0
- package/dist-esm/src/operations/registrations.d.ts +97 -0
- package/dist-esm/src/operations/registrations.d.ts.map +1 -0
- package/dist-esm/src/operations/registrations.js +416 -0
- package/dist-esm/src/operations/registrations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/cloudManifestFile.d.ts +16 -0
- package/dist-esm/src/operationsInterfaces/cloudManifestFile.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/cloudManifestFile.js +9 -0
- package/dist-esm/src/operationsInterfaces/cloudManifestFile.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/customerSubscriptions.d.ts +38 -0
- package/dist-esm/src/operationsInterfaces/customerSubscriptions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/customerSubscriptions.js +9 -0
- package/dist-esm/src/operationsInterfaces/customerSubscriptions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +7 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +14 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/linkedSubscriptions.d.ts +47 -0
- package/dist-esm/src/operationsInterfaces/linkedSubscriptions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/linkedSubscriptions.js +9 -0
- package/dist-esm/src/operationsInterfaces/linkedSubscriptions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/products.d.ts +53 -0
- package/dist-esm/src/operationsInterfaces/products.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/products.js +9 -0
- package/dist-esm/src/operationsInterfaces/products.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/registrations.d.ts +61 -0
- package/dist-esm/src/operationsInterfaces/registrations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/registrations.js +9 -0
- package/dist-esm/src/operationsInterfaces/registrations.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +4 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +43 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +63 -32
- package/review/arm-azurestack.api.md +695 -0
- package/rollup.config.js +181 -30
- package/src/azureStackManagementClient.ts +88 -43
- package/src/index.ts +12 -0
- package/src/models/index.ts +725 -836
- package/src/models/mappers.ts +623 -384
- package/src/models/parameters.ts +130 -32
- package/src/operations/cloudManifestFile.ts +93 -0
- package/src/operations/customerSubscriptions.ts +191 -206
- package/src/operations/index.ts +6 -6
- package/src/operations/linkedSubscriptions.ts +450 -0
- package/src/operations/operations.ts +89 -75
- package/src/operations/products.ts +240 -299
- package/src/operations/registrations.ts +347 -266
- package/src/operationsInterfaces/cloudManifestFile.ts +34 -0
- package/src/operationsInterfaces/customerSubscriptions.ts +75 -0
- package/src/operationsInterfaces/index.ts +14 -0
- package/src/operationsInterfaces/linkedSubscriptions.ts +91 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/products.ts +104 -0
- package/src/operationsInterfaces/registrations.ts +116 -0
- package/tsconfig.json +3 -3
- package/types/arm-azurestack.d.ts +1206 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-azurestack.js +0 -2153
- package/dist/arm-azurestack.js.map +0 -1
- package/dist/arm-azurestack.min.js +0 -1
- package/dist/arm-azurestack.min.js.map +0 -1
- package/esm/azureStackManagementClient.d.ts +0 -28
- package/esm/azureStackManagementClient.d.ts.map +0 -1
- package/esm/azureStackManagementClient.js +0 -42
- package/esm/azureStackManagementClient.js.map +0 -1
- package/esm/azureStackManagementClientContext.d.ts +0 -23
- package/esm/azureStackManagementClientContext.d.ts.map +0 -1
- package/esm/azureStackManagementClientContext.js +0 -62
- package/esm/azureStackManagementClientContext.js.map +0 -1
- package/esm/models/customerSubscriptionsMappers.d.ts +0 -2
- package/esm/models/customerSubscriptionsMappers.d.ts.map +0 -1
- package/esm/models/customerSubscriptionsMappers.js +0 -9
- package/esm/models/customerSubscriptionsMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -1014
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -8
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -31
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -10
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -92
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/productsMappers.d.ts +0 -2
- package/esm/models/productsMappers.d.ts.map +0 -1
- package/esm/models/productsMappers.js +0 -9
- package/esm/models/productsMappers.js.map +0 -1
- package/esm/models/registrationsMappers.d.ts +0 -2
- package/esm/models/registrationsMappers.d.ts.map +0 -1
- package/esm/models/registrationsMappers.js +0 -9
- package/esm/models/registrationsMappers.js.map +0 -1
- package/esm/operations/customerSubscriptions.d.ts +0 -127
- package/esm/operations/customerSubscriptions.d.ts.map +0 -1
- package/esm/operations/customerSubscriptions.js +0 -188
- package/esm/operations/customerSubscriptions.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -46
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -77
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/products.d.ts +0 -169
- package/esm/operations/products.d.ts.map +0 -1
- package/esm/operations/products.js +0 -268
- package/esm/operations/products.js.map +0 -1
- package/esm/operations/registrations.d.ts +0 -160
- package/esm/operations/registrations.d.ts.map +0 -1
- package/esm/operations/registrations.js +0 -250
- package/esm/operations/registrations.js.map +0 -1
- package/src/azureStackManagementClientContext.ts +0 -69
- package/src/models/customerSubscriptionsMappers.ts +0 -24
- package/src/models/operationsMappers.ts +0 -14
- package/src/models/productsMappers.ts +0 -30
- package/src/models/registrationsMappers.ts +0 -26
|
@@ -1,43 +1,29 @@
|
|
|
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.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
import { CloudErrorMapper, BaseResourceMapper } from "@azure/ms-rest-azure-js";
|
|
10
|
-
export var CloudError = CloudErrorMapper;
|
|
11
|
-
export var BaseResource = BaseResourceMapper;
|
|
12
|
-
export var Resource = {
|
|
13
|
-
serializedName: "Resource",
|
|
8
|
+
export const OperationList = {
|
|
14
9
|
type: {
|
|
15
10
|
name: "Composite",
|
|
16
|
-
className: "
|
|
11
|
+
className: "OperationList",
|
|
17
12
|
modelProperties: {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
serializedName: "id",
|
|
21
|
-
type: {
|
|
22
|
-
name: "String"
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
name: {
|
|
26
|
-
readOnly: true,
|
|
27
|
-
serializedName: "name",
|
|
28
|
-
type: {
|
|
29
|
-
name: "String"
|
|
30
|
-
}
|
|
31
|
-
},
|
|
32
|
-
type: {
|
|
33
|
-
readOnly: true,
|
|
34
|
-
serializedName: "type",
|
|
13
|
+
value: {
|
|
14
|
+
serializedName: "value",
|
|
35
15
|
type: {
|
|
36
|
-
name: "
|
|
16
|
+
name: "Sequence",
|
|
17
|
+
element: {
|
|
18
|
+
type: {
|
|
19
|
+
name: "Composite",
|
|
20
|
+
className: "Operation"
|
|
21
|
+
}
|
|
22
|
+
}
|
|
37
23
|
}
|
|
38
24
|
},
|
|
39
|
-
|
|
40
|
-
serializedName: "
|
|
25
|
+
nextLink: {
|
|
26
|
+
serializedName: "nextLink",
|
|
41
27
|
type: {
|
|
42
28
|
name: "String"
|
|
43
29
|
}
|
|
@@ -45,55 +31,26 @@ export var Resource = {
|
|
|
45
31
|
}
|
|
46
32
|
}
|
|
47
33
|
};
|
|
48
|
-
export
|
|
49
|
-
serializedName: "TrackedResource",
|
|
34
|
+
export const Operation = {
|
|
50
35
|
type: {
|
|
51
36
|
name: "Composite",
|
|
52
|
-
className: "
|
|
37
|
+
className: "Operation",
|
|
53
38
|
modelProperties: {
|
|
54
|
-
id: {
|
|
55
|
-
readOnly: true,
|
|
56
|
-
serializedName: "id",
|
|
57
|
-
type: {
|
|
58
|
-
name: "String"
|
|
59
|
-
}
|
|
60
|
-
},
|
|
61
39
|
name: {
|
|
62
|
-
readOnly: true,
|
|
63
40
|
serializedName: "name",
|
|
64
41
|
type: {
|
|
65
42
|
name: "String"
|
|
66
43
|
}
|
|
67
44
|
},
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
serializedName: "type",
|
|
71
|
-
type: {
|
|
72
|
-
name: "String"
|
|
73
|
-
}
|
|
74
|
-
},
|
|
75
|
-
location: {
|
|
76
|
-
required: true,
|
|
77
|
-
isConstant: true,
|
|
78
|
-
serializedName: "location",
|
|
79
|
-
defaultValue: 'global',
|
|
80
|
-
type: {
|
|
81
|
-
name: "String"
|
|
82
|
-
}
|
|
83
|
-
},
|
|
84
|
-
tags: {
|
|
85
|
-
serializedName: "tags",
|
|
45
|
+
display: {
|
|
46
|
+
serializedName: "display",
|
|
86
47
|
type: {
|
|
87
|
-
name: "
|
|
88
|
-
|
|
89
|
-
type: {
|
|
90
|
-
name: "String"
|
|
91
|
-
}
|
|
92
|
-
}
|
|
48
|
+
name: "Composite",
|
|
49
|
+
className: "Display"
|
|
93
50
|
}
|
|
94
51
|
},
|
|
95
|
-
|
|
96
|
-
serializedName: "
|
|
52
|
+
origin: {
|
|
53
|
+
serializedName: "origin",
|
|
97
54
|
type: {
|
|
98
55
|
name: "String"
|
|
99
56
|
}
|
|
@@ -101,8 +58,7 @@ export var TrackedResource = {
|
|
|
101
58
|
}
|
|
102
59
|
}
|
|
103
60
|
};
|
|
104
|
-
export
|
|
105
|
-
serializedName: "Display",
|
|
61
|
+
export const Display = {
|
|
106
62
|
type: {
|
|
107
63
|
name: "Composite",
|
|
108
64
|
className: "Display",
|
|
@@ -134,57 +90,43 @@ export var Display = {
|
|
|
134
90
|
}
|
|
135
91
|
}
|
|
136
92
|
};
|
|
137
|
-
export
|
|
138
|
-
serializedName: "Operation",
|
|
93
|
+
export const ErrorResponse = {
|
|
139
94
|
type: {
|
|
140
95
|
name: "Composite",
|
|
141
|
-
className: "
|
|
96
|
+
className: "ErrorResponse",
|
|
142
97
|
modelProperties: {
|
|
143
|
-
|
|
144
|
-
serializedName: "
|
|
145
|
-
type: {
|
|
146
|
-
name: "String"
|
|
147
|
-
}
|
|
148
|
-
},
|
|
149
|
-
display: {
|
|
150
|
-
serializedName: "display",
|
|
98
|
+
error: {
|
|
99
|
+
serializedName: "error",
|
|
151
100
|
type: {
|
|
152
101
|
name: "Composite",
|
|
153
|
-
className: "
|
|
154
|
-
}
|
|
155
|
-
},
|
|
156
|
-
origin: {
|
|
157
|
-
serializedName: "origin",
|
|
158
|
-
type: {
|
|
159
|
-
name: "String"
|
|
102
|
+
className: "ErrorDetails"
|
|
160
103
|
}
|
|
161
104
|
}
|
|
162
105
|
}
|
|
163
106
|
}
|
|
164
107
|
};
|
|
165
|
-
export
|
|
166
|
-
serializedName: "ErrorDetails",
|
|
108
|
+
export const ErrorDetails = {
|
|
167
109
|
type: {
|
|
168
110
|
name: "Composite",
|
|
169
111
|
className: "ErrorDetails",
|
|
170
112
|
modelProperties: {
|
|
171
113
|
code: {
|
|
172
|
-
readOnly: true,
|
|
173
114
|
serializedName: "code",
|
|
115
|
+
readOnly: true,
|
|
174
116
|
type: {
|
|
175
117
|
name: "String"
|
|
176
118
|
}
|
|
177
119
|
},
|
|
178
120
|
message: {
|
|
179
|
-
readOnly: true,
|
|
180
121
|
serializedName: "message",
|
|
122
|
+
readOnly: true,
|
|
181
123
|
type: {
|
|
182
124
|
name: "String"
|
|
183
125
|
}
|
|
184
126
|
},
|
|
185
127
|
target: {
|
|
186
|
-
readOnly: true,
|
|
187
128
|
serializedName: "target",
|
|
129
|
+
readOnly: true,
|
|
188
130
|
type: {
|
|
189
131
|
name: "String"
|
|
190
132
|
}
|
|
@@ -192,61 +134,52 @@ export var ErrorDetails = {
|
|
|
192
134
|
}
|
|
193
135
|
}
|
|
194
136
|
};
|
|
195
|
-
export
|
|
196
|
-
serializedName: "ErrorResponse",
|
|
137
|
+
export const CloudManifestFileProperties = {
|
|
197
138
|
type: {
|
|
198
139
|
name: "Composite",
|
|
199
|
-
className: "
|
|
140
|
+
className: "CloudManifestFileProperties",
|
|
200
141
|
modelProperties: {
|
|
201
|
-
|
|
202
|
-
serializedName: "
|
|
142
|
+
deploymentData: {
|
|
143
|
+
serializedName: "deploymentData",
|
|
203
144
|
type: {
|
|
204
145
|
name: "Composite",
|
|
205
|
-
className: "
|
|
146
|
+
className: "CloudManifestFileDeploymentData"
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
signature: {
|
|
150
|
+
serializedName: "signature",
|
|
151
|
+
type: {
|
|
152
|
+
name: "String"
|
|
206
153
|
}
|
|
207
154
|
}
|
|
208
155
|
}
|
|
209
156
|
}
|
|
210
157
|
};
|
|
211
|
-
export
|
|
212
|
-
serializedName: "OsDiskImage",
|
|
158
|
+
export const CloudManifestFileDeploymentData = {
|
|
213
159
|
type: {
|
|
214
160
|
name: "Composite",
|
|
215
|
-
className: "
|
|
161
|
+
className: "CloudManifestFileDeploymentData",
|
|
216
162
|
modelProperties: {
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
serializedName: "operatingSystem",
|
|
163
|
+
externalDsmsCertificates: {
|
|
164
|
+
serializedName: "externalDsmsCertificates",
|
|
220
165
|
type: {
|
|
221
166
|
name: "String"
|
|
222
167
|
}
|
|
223
168
|
},
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
serializedName: "sourceBlobSasUri",
|
|
169
|
+
customCloudVerificationKey: {
|
|
170
|
+
serializedName: "customCloudVerificationKey",
|
|
227
171
|
type: {
|
|
228
172
|
name: "String"
|
|
229
173
|
}
|
|
230
|
-
}
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
};
|
|
234
|
-
export var DataDiskImage = {
|
|
235
|
-
serializedName: "DataDiskImage",
|
|
236
|
-
type: {
|
|
237
|
-
name: "Composite",
|
|
238
|
-
className: "DataDiskImage",
|
|
239
|
-
modelProperties: {
|
|
240
|
-
lun: {
|
|
241
|
-
readOnly: true,
|
|
242
|
-
serializedName: "lun",
|
|
174
|
+
},
|
|
175
|
+
customCloudArmEndpoint: {
|
|
176
|
+
serializedName: "customEnvironmentEndpoints.customCloudArmEndpoint",
|
|
243
177
|
type: {
|
|
244
|
-
name: "
|
|
178
|
+
name: "String"
|
|
245
179
|
}
|
|
246
180
|
},
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
serializedName: "sourceBlobSasUri",
|
|
181
|
+
externalDsmsEndpoint: {
|
|
182
|
+
serializedName: "customEnvironmentEndpoints.externalDsmsEndpoint",
|
|
250
183
|
type: {
|
|
251
184
|
name: "String"
|
|
252
185
|
}
|
|
@@ -254,92 +187,60 @@ export var DataDiskImage = {
|
|
|
254
187
|
}
|
|
255
188
|
}
|
|
256
189
|
};
|
|
257
|
-
export
|
|
258
|
-
serializedName: "ExtendedProduct",
|
|
190
|
+
export const Resource = {
|
|
259
191
|
type: {
|
|
260
192
|
name: "Composite",
|
|
261
|
-
className: "
|
|
193
|
+
className: "Resource",
|
|
262
194
|
modelProperties: {
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
serializedName: "galleryPackageBlobSasUri",
|
|
266
|
-
type: {
|
|
267
|
-
name: "String"
|
|
268
|
-
}
|
|
269
|
-
},
|
|
270
|
-
productKind: {
|
|
195
|
+
id: {
|
|
196
|
+
serializedName: "id",
|
|
271
197
|
readOnly: true,
|
|
272
|
-
serializedName: "productKind",
|
|
273
198
|
type: {
|
|
274
199
|
name: "String"
|
|
275
200
|
}
|
|
276
201
|
},
|
|
277
|
-
|
|
202
|
+
name: {
|
|
203
|
+
serializedName: "name",
|
|
278
204
|
readOnly: true,
|
|
279
|
-
serializedName: "properties.computeRole",
|
|
280
205
|
type: {
|
|
281
206
|
name: "String"
|
|
282
207
|
}
|
|
283
208
|
},
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
serializedName: "properties.isSystemExtension",
|
|
287
|
-
type: {
|
|
288
|
-
name: "Boolean"
|
|
289
|
-
}
|
|
290
|
-
},
|
|
291
|
-
uri: {
|
|
209
|
+
type: {
|
|
210
|
+
serializedName: "type",
|
|
292
211
|
readOnly: true,
|
|
293
|
-
serializedName: "properties.sourceBlob.uri",
|
|
294
212
|
type: {
|
|
295
213
|
name: "String"
|
|
296
214
|
}
|
|
297
215
|
},
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
serializedName: "properties.supportMultipleExtensions",
|
|
301
|
-
type: {
|
|
302
|
-
name: "Boolean"
|
|
303
|
-
}
|
|
304
|
-
},
|
|
305
|
-
version: {
|
|
306
|
-
readOnly: true,
|
|
307
|
-
serializedName: "properties.version",
|
|
216
|
+
etag: {
|
|
217
|
+
serializedName: "etag",
|
|
308
218
|
type: {
|
|
309
219
|
name: "String"
|
|
310
220
|
}
|
|
311
|
-
}
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
};
|
|
225
|
+
export const CustomerSubscriptionList = {
|
|
226
|
+
type: {
|
|
227
|
+
name: "Composite",
|
|
228
|
+
className: "CustomerSubscriptionList",
|
|
229
|
+
modelProperties: {
|
|
230
|
+
nextLink: {
|
|
231
|
+
serializedName: "nextLink",
|
|
315
232
|
type: {
|
|
316
233
|
name: "String"
|
|
317
234
|
}
|
|
318
235
|
},
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
serializedName: "properties.vmScaleSetEnabled",
|
|
322
|
-
type: {
|
|
323
|
-
name: "Boolean"
|
|
324
|
-
}
|
|
325
|
-
},
|
|
326
|
-
osDiskImage: {
|
|
327
|
-
readOnly: true,
|
|
328
|
-
serializedName: "properties.osDiskImage",
|
|
329
|
-
type: {
|
|
330
|
-
name: "Composite",
|
|
331
|
-
className: "OsDiskImage"
|
|
332
|
-
}
|
|
333
|
-
},
|
|
334
|
-
dataDiskImages: {
|
|
335
|
-
readOnly: true,
|
|
336
|
-
serializedName: "properties.dataDiskImages",
|
|
236
|
+
value: {
|
|
237
|
+
serializedName: "value",
|
|
337
238
|
type: {
|
|
338
239
|
name: "Sequence",
|
|
339
240
|
element: {
|
|
340
241
|
type: {
|
|
341
242
|
name: "Composite",
|
|
342
|
-
className: "
|
|
243
|
+
className: "CustomerSubscription"
|
|
343
244
|
}
|
|
344
245
|
}
|
|
345
246
|
}
|
|
@@ -347,94 +248,69 @@ export var ExtendedProduct = {
|
|
|
347
248
|
}
|
|
348
249
|
}
|
|
349
250
|
};
|
|
350
|
-
export
|
|
351
|
-
serializedName: "VirtualMachineExtensionProductProperties",
|
|
251
|
+
export const SystemData = {
|
|
352
252
|
type: {
|
|
353
253
|
name: "Composite",
|
|
354
|
-
className: "
|
|
254
|
+
className: "SystemData",
|
|
355
255
|
modelProperties: {
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
serializedName: "computeRole",
|
|
256
|
+
createdBy: {
|
|
257
|
+
serializedName: "createdBy",
|
|
359
258
|
type: {
|
|
360
259
|
name: "String"
|
|
361
260
|
}
|
|
362
261
|
},
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
serializedName: "isSystemExtension",
|
|
366
|
-
type: {
|
|
367
|
-
name: "Boolean"
|
|
368
|
-
}
|
|
369
|
-
},
|
|
370
|
-
uri: {
|
|
371
|
-
readOnly: true,
|
|
372
|
-
serializedName: "sourceBlob.uri",
|
|
262
|
+
createdByType: {
|
|
263
|
+
serializedName: "createdByType",
|
|
373
264
|
type: {
|
|
374
265
|
name: "String"
|
|
375
266
|
}
|
|
376
267
|
},
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
serializedName: "supportMultipleExtensions",
|
|
268
|
+
createdAt: {
|
|
269
|
+
serializedName: "createdAt",
|
|
380
270
|
type: {
|
|
381
|
-
name: "
|
|
271
|
+
name: "DateTime"
|
|
382
272
|
}
|
|
383
273
|
},
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
serializedName: "version",
|
|
274
|
+
lastModifiedBy: {
|
|
275
|
+
serializedName: "lastModifiedBy",
|
|
387
276
|
type: {
|
|
388
277
|
name: "String"
|
|
389
278
|
}
|
|
390
279
|
},
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
serializedName: "vmOsType",
|
|
280
|
+
lastModifiedByType: {
|
|
281
|
+
serializedName: "lastModifiedByType",
|
|
394
282
|
type: {
|
|
395
283
|
name: "String"
|
|
396
284
|
}
|
|
397
285
|
},
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
serializedName: "vmScaleSetEnabled",
|
|
286
|
+
lastModifiedAt: {
|
|
287
|
+
serializedName: "lastModifiedAt",
|
|
401
288
|
type: {
|
|
402
|
-
name: "
|
|
289
|
+
name: "DateTime"
|
|
403
290
|
}
|
|
404
291
|
}
|
|
405
292
|
}
|
|
406
293
|
}
|
|
407
294
|
};
|
|
408
|
-
export
|
|
409
|
-
serializedName: "VirtualMachineProductProperties",
|
|
295
|
+
export const ProductList = {
|
|
410
296
|
type: {
|
|
411
297
|
name: "Composite",
|
|
412
|
-
className: "
|
|
298
|
+
className: "ProductList",
|
|
413
299
|
modelProperties: {
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
serializedName: "version",
|
|
300
|
+
nextLink: {
|
|
301
|
+
serializedName: "nextLink",
|
|
417
302
|
type: {
|
|
418
303
|
name: "String"
|
|
419
304
|
}
|
|
420
305
|
},
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
serializedName: "osDiskImage",
|
|
424
|
-
type: {
|
|
425
|
-
name: "Composite",
|
|
426
|
-
className: "OsDiskImage"
|
|
427
|
-
}
|
|
428
|
-
},
|
|
429
|
-
dataDiskImages: {
|
|
430
|
-
readOnly: true,
|
|
431
|
-
serializedName: "dataDiskImages",
|
|
306
|
+
value: {
|
|
307
|
+
serializedName: "value",
|
|
432
308
|
type: {
|
|
433
309
|
name: "Sequence",
|
|
434
310
|
element: {
|
|
435
311
|
type: {
|
|
436
312
|
name: "Composite",
|
|
437
|
-
className: "
|
|
313
|
+
className: "Product"
|
|
438
314
|
}
|
|
439
315
|
}
|
|
440
316
|
}
|
|
@@ -442,8 +318,7 @@ export var VirtualMachineProductProperties = {
|
|
|
442
318
|
}
|
|
443
319
|
}
|
|
444
320
|
};
|
|
445
|
-
export
|
|
446
|
-
serializedName: "IconUris",
|
|
321
|
+
export const IconUris = {
|
|
447
322
|
type: {
|
|
448
323
|
name: "Composite",
|
|
449
324
|
className: "IconUris",
|
|
@@ -481,8 +356,7 @@ export var IconUris = {
|
|
|
481
356
|
}
|
|
482
357
|
}
|
|
483
358
|
};
|
|
484
|
-
export
|
|
485
|
-
serializedName: "ProductLink",
|
|
359
|
+
export const ProductLink = {
|
|
486
360
|
type: {
|
|
487
361
|
name: "Composite",
|
|
488
362
|
className: "ProductLink",
|
|
@@ -502,8 +376,7 @@ export var ProductLink = {
|
|
|
502
376
|
}
|
|
503
377
|
}
|
|
504
378
|
};
|
|
505
|
-
export
|
|
506
|
-
serializedName: "ProductProperties",
|
|
379
|
+
export const ProductProperties = {
|
|
507
380
|
type: {
|
|
508
381
|
name: "Composite",
|
|
509
382
|
className: "ProductProperties",
|
|
@@ -517,8 +390,7 @@ export var ProductProperties = {
|
|
|
517
390
|
}
|
|
518
391
|
}
|
|
519
392
|
};
|
|
520
|
-
export
|
|
521
|
-
serializedName: "Compatibility",
|
|
393
|
+
export const Compatibility = {
|
|
522
394
|
type: {
|
|
523
395
|
name: "Composite",
|
|
524
396
|
className: "Compatibility",
|
|
@@ -555,129 +427,255 @@ export var Compatibility = {
|
|
|
555
427
|
}
|
|
556
428
|
}
|
|
557
429
|
};
|
|
558
|
-
export
|
|
559
|
-
serializedName: "Product",
|
|
430
|
+
export const ExtendedProduct = {
|
|
560
431
|
type: {
|
|
561
432
|
name: "Composite",
|
|
562
|
-
className: "
|
|
563
|
-
modelProperties:
|
|
564
|
-
|
|
565
|
-
|
|
433
|
+
className: "ExtendedProduct",
|
|
434
|
+
modelProperties: {
|
|
435
|
+
galleryPackageBlobSasUri: {
|
|
436
|
+
serializedName: "galleryPackageBlobSasUri",
|
|
437
|
+
readOnly: true,
|
|
438
|
+
type: {
|
|
566
439
|
name: "String"
|
|
567
440
|
}
|
|
568
|
-
},
|
|
569
|
-
|
|
441
|
+
},
|
|
442
|
+
productKind: {
|
|
443
|
+
serializedName: "productKind",
|
|
444
|
+
readOnly: true,
|
|
570
445
|
type: {
|
|
571
446
|
name: "String"
|
|
572
447
|
}
|
|
573
|
-
},
|
|
574
|
-
|
|
448
|
+
},
|
|
449
|
+
computeRole: {
|
|
450
|
+
serializedName: "properties.computeRole",
|
|
451
|
+
readOnly: true,
|
|
575
452
|
type: {
|
|
576
453
|
name: "String"
|
|
577
454
|
}
|
|
578
|
-
},
|
|
579
|
-
|
|
455
|
+
},
|
|
456
|
+
isSystemExtension: {
|
|
457
|
+
serializedName: "properties.isSystemExtension",
|
|
458
|
+
readOnly: true,
|
|
580
459
|
type: {
|
|
581
|
-
name: "
|
|
460
|
+
name: "Boolean"
|
|
582
461
|
}
|
|
583
|
-
},
|
|
584
|
-
|
|
462
|
+
},
|
|
463
|
+
supportMultipleExtensions: {
|
|
464
|
+
serializedName: "properties.supportMultipleExtensions",
|
|
465
|
+
readOnly: true,
|
|
585
466
|
type: {
|
|
586
|
-
name: "
|
|
467
|
+
name: "Boolean"
|
|
587
468
|
}
|
|
588
|
-
},
|
|
589
|
-
|
|
469
|
+
},
|
|
470
|
+
versionPropertiesVersion: {
|
|
471
|
+
serializedName: "properties.version",
|
|
472
|
+
readOnly: true,
|
|
590
473
|
type: {
|
|
591
474
|
name: "String"
|
|
592
475
|
}
|
|
593
|
-
},
|
|
594
|
-
|
|
476
|
+
},
|
|
477
|
+
vmOsType: {
|
|
478
|
+
serializedName: "properties.vmOsType",
|
|
479
|
+
readOnly: true,
|
|
595
480
|
type: {
|
|
596
481
|
name: "String"
|
|
597
482
|
}
|
|
598
|
-
},
|
|
599
|
-
|
|
483
|
+
},
|
|
484
|
+
vmScaleSetEnabled: {
|
|
485
|
+
serializedName: "properties.vmScaleSetEnabled",
|
|
486
|
+
readOnly: true,
|
|
600
487
|
type: {
|
|
601
|
-
name: "
|
|
488
|
+
name: "Boolean"
|
|
602
489
|
}
|
|
603
|
-
},
|
|
604
|
-
|
|
490
|
+
},
|
|
491
|
+
uri: {
|
|
492
|
+
serializedName: "properties.sourceBlob.uri",
|
|
493
|
+
readOnly: true,
|
|
605
494
|
type: {
|
|
606
495
|
name: "String"
|
|
607
496
|
}
|
|
608
|
-
},
|
|
609
|
-
|
|
497
|
+
},
|
|
498
|
+
version: {
|
|
499
|
+
serializedName: "properties.version",
|
|
500
|
+
readOnly: true,
|
|
610
501
|
type: {
|
|
611
502
|
name: "String"
|
|
612
503
|
}
|
|
613
|
-
},
|
|
614
|
-
|
|
504
|
+
},
|
|
505
|
+
osDiskImage: {
|
|
506
|
+
serializedName: "properties.osDiskImage",
|
|
615
507
|
type: {
|
|
616
508
|
name: "Composite",
|
|
617
|
-
className: "
|
|
509
|
+
className: "OsDiskImage"
|
|
618
510
|
}
|
|
619
|
-
},
|
|
620
|
-
|
|
511
|
+
},
|
|
512
|
+
dataDiskImages: {
|
|
513
|
+
serializedName: "properties.dataDiskImages",
|
|
514
|
+
readOnly: true,
|
|
621
515
|
type: {
|
|
622
516
|
name: "Sequence",
|
|
623
517
|
element: {
|
|
624
518
|
type: {
|
|
625
519
|
name: "Composite",
|
|
626
|
-
className: "
|
|
520
|
+
className: "DataDiskImage"
|
|
627
521
|
}
|
|
628
522
|
}
|
|
629
523
|
}
|
|
630
|
-
}
|
|
631
|
-
|
|
524
|
+
}
|
|
525
|
+
}
|
|
526
|
+
}
|
|
527
|
+
};
|
|
528
|
+
export const VirtualMachineExtensionProductProperties = {
|
|
529
|
+
type: {
|
|
530
|
+
name: "Composite",
|
|
531
|
+
className: "VirtualMachineExtensionProductProperties",
|
|
532
|
+
modelProperties: {
|
|
533
|
+
computeRole: {
|
|
534
|
+
serializedName: "computeRole",
|
|
535
|
+
readOnly: true,
|
|
632
536
|
type: {
|
|
633
537
|
name: "String"
|
|
634
538
|
}
|
|
635
|
-
},
|
|
636
|
-
|
|
539
|
+
},
|
|
540
|
+
isSystemExtension: {
|
|
541
|
+
serializedName: "isSystemExtension",
|
|
542
|
+
readOnly: true,
|
|
543
|
+
type: {
|
|
544
|
+
name: "Boolean"
|
|
545
|
+
}
|
|
546
|
+
},
|
|
547
|
+
supportMultipleExtensions: {
|
|
548
|
+
serializedName: "supportMultipleExtensions",
|
|
549
|
+
readOnly: true,
|
|
550
|
+
type: {
|
|
551
|
+
name: "Boolean"
|
|
552
|
+
}
|
|
553
|
+
},
|
|
554
|
+
version: {
|
|
555
|
+
serializedName: "version",
|
|
556
|
+
readOnly: true,
|
|
637
557
|
type: {
|
|
638
558
|
name: "String"
|
|
639
559
|
}
|
|
640
|
-
},
|
|
641
|
-
|
|
560
|
+
},
|
|
561
|
+
vmOsType: {
|
|
562
|
+
serializedName: "vmOsType",
|
|
563
|
+
readOnly: true,
|
|
642
564
|
type: {
|
|
643
|
-
name: "
|
|
565
|
+
name: "String"
|
|
644
566
|
}
|
|
645
|
-
},
|
|
646
|
-
|
|
567
|
+
},
|
|
568
|
+
vmScaleSetEnabled: {
|
|
569
|
+
serializedName: "vmScaleSetEnabled",
|
|
570
|
+
readOnly: true,
|
|
571
|
+
type: {
|
|
572
|
+
name: "Boolean"
|
|
573
|
+
}
|
|
574
|
+
},
|
|
575
|
+
uri: {
|
|
576
|
+
serializedName: "sourceBlob.uri",
|
|
577
|
+
readOnly: true,
|
|
647
578
|
type: {
|
|
648
579
|
name: "String"
|
|
649
580
|
}
|
|
650
|
-
}
|
|
651
|
-
|
|
581
|
+
}
|
|
582
|
+
}
|
|
583
|
+
}
|
|
584
|
+
};
|
|
585
|
+
export const VirtualMachineProductProperties = {
|
|
586
|
+
type: {
|
|
587
|
+
name: "Composite",
|
|
588
|
+
className: "VirtualMachineProductProperties",
|
|
589
|
+
modelProperties: {
|
|
590
|
+
version: {
|
|
591
|
+
serializedName: "version",
|
|
592
|
+
readOnly: true,
|
|
652
593
|
type: {
|
|
653
|
-
name: "
|
|
654
|
-
className: "ProductProperties"
|
|
594
|
+
name: "String"
|
|
655
595
|
}
|
|
656
|
-
},
|
|
657
|
-
|
|
596
|
+
},
|
|
597
|
+
osDiskImage: {
|
|
598
|
+
serializedName: "osDiskImage",
|
|
658
599
|
type: {
|
|
659
600
|
name: "Composite",
|
|
660
|
-
className: "
|
|
601
|
+
className: "OsDiskImage"
|
|
661
602
|
}
|
|
662
|
-
}
|
|
603
|
+
},
|
|
604
|
+
dataDiskImages: {
|
|
605
|
+
serializedName: "dataDiskImages",
|
|
606
|
+
readOnly: true,
|
|
607
|
+
type: {
|
|
608
|
+
name: "Sequence",
|
|
609
|
+
element: {
|
|
610
|
+
type: {
|
|
611
|
+
name: "Composite",
|
|
612
|
+
className: "DataDiskImage"
|
|
613
|
+
}
|
|
614
|
+
}
|
|
615
|
+
}
|
|
616
|
+
}
|
|
617
|
+
}
|
|
618
|
+
}
|
|
619
|
+
};
|
|
620
|
+
export const OsDiskImage = {
|
|
621
|
+
type: {
|
|
622
|
+
name: "Composite",
|
|
623
|
+
className: "OsDiskImage",
|
|
624
|
+
modelProperties: {
|
|
625
|
+
operatingSystem: {
|
|
626
|
+
serializedName: "operatingSystem",
|
|
627
|
+
readOnly: true,
|
|
628
|
+
type: {
|
|
629
|
+
name: "String"
|
|
630
|
+
}
|
|
631
|
+
},
|
|
632
|
+
sourceBlobSasUri: {
|
|
633
|
+
serializedName: "sourceBlobSasUri",
|
|
634
|
+
readOnly: true,
|
|
635
|
+
type: {
|
|
636
|
+
name: "String"
|
|
637
|
+
}
|
|
638
|
+
}
|
|
639
|
+
}
|
|
640
|
+
}
|
|
641
|
+
};
|
|
642
|
+
export const DataDiskImage = {
|
|
643
|
+
type: {
|
|
644
|
+
name: "Composite",
|
|
645
|
+
className: "DataDiskImage",
|
|
646
|
+
modelProperties: {
|
|
647
|
+
lun: {
|
|
648
|
+
serializedName: "lun",
|
|
649
|
+
readOnly: true,
|
|
650
|
+
type: {
|
|
651
|
+
name: "Number"
|
|
652
|
+
}
|
|
653
|
+
},
|
|
654
|
+
sourceBlobSasUri: {
|
|
655
|
+
serializedName: "sourceBlobSasUri",
|
|
656
|
+
readOnly: true,
|
|
657
|
+
type: {
|
|
658
|
+
name: "String"
|
|
659
|
+
}
|
|
660
|
+
}
|
|
661
|
+
}
|
|
663
662
|
}
|
|
664
663
|
};
|
|
665
|
-
export
|
|
666
|
-
serializedName: "DeviceConfiguration",
|
|
664
|
+
export const DeviceConfiguration = {
|
|
667
665
|
type: {
|
|
668
666
|
name: "Composite",
|
|
669
667
|
className: "DeviceConfiguration",
|
|
670
668
|
modelProperties: {
|
|
671
669
|
deviceVersion: {
|
|
672
|
-
readOnly: true,
|
|
673
670
|
serializedName: "deviceVersion",
|
|
671
|
+
readOnly: true,
|
|
674
672
|
type: {
|
|
675
673
|
name: "String"
|
|
676
674
|
}
|
|
677
675
|
},
|
|
678
676
|
identitySystem: {
|
|
679
|
-
readOnly: true,
|
|
680
677
|
serializedName: "identitySystem",
|
|
678
|
+
readOnly: true,
|
|
681
679
|
type: {
|
|
682
680
|
name: "String"
|
|
683
681
|
}
|
|
@@ -685,36 +683,35 @@ export var DeviceConfiguration = {
|
|
|
685
683
|
}
|
|
686
684
|
}
|
|
687
685
|
};
|
|
688
|
-
export
|
|
689
|
-
serializedName: "MarketplaceProductLogUpdate",
|
|
686
|
+
export const MarketplaceProductLogUpdate = {
|
|
690
687
|
type: {
|
|
691
688
|
name: "Composite",
|
|
692
689
|
className: "MarketplaceProductLogUpdate",
|
|
693
690
|
modelProperties: {
|
|
694
691
|
operation: {
|
|
695
|
-
readOnly: true,
|
|
696
692
|
serializedName: "operation",
|
|
693
|
+
readOnly: true,
|
|
697
694
|
type: {
|
|
698
695
|
name: "String"
|
|
699
696
|
}
|
|
700
697
|
},
|
|
701
698
|
status: {
|
|
702
|
-
readOnly: true,
|
|
703
699
|
serializedName: "status",
|
|
700
|
+
readOnly: true,
|
|
704
701
|
type: {
|
|
705
702
|
name: "String"
|
|
706
703
|
}
|
|
707
704
|
},
|
|
708
705
|
error: {
|
|
709
|
-
readOnly: true,
|
|
710
706
|
serializedName: "error",
|
|
707
|
+
readOnly: true,
|
|
711
708
|
type: {
|
|
712
709
|
name: "String"
|
|
713
710
|
}
|
|
714
711
|
},
|
|
715
712
|
details: {
|
|
716
|
-
readOnly: true,
|
|
717
713
|
serializedName: "details",
|
|
714
|
+
readOnly: true,
|
|
718
715
|
type: {
|
|
719
716
|
name: "String"
|
|
720
717
|
}
|
|
@@ -722,85 +719,84 @@ export var MarketplaceProductLogUpdate = {
|
|
|
722
719
|
}
|
|
723
720
|
}
|
|
724
721
|
};
|
|
725
|
-
export
|
|
726
|
-
serializedName: "ProductLog",
|
|
722
|
+
export const ProductLog = {
|
|
727
723
|
type: {
|
|
728
724
|
name: "Composite",
|
|
729
725
|
className: "ProductLog",
|
|
730
726
|
modelProperties: {
|
|
731
727
|
id: {
|
|
732
|
-
readOnly: true,
|
|
733
728
|
serializedName: "id",
|
|
729
|
+
readOnly: true,
|
|
734
730
|
type: {
|
|
735
731
|
name: "String"
|
|
736
732
|
}
|
|
737
733
|
},
|
|
738
734
|
productId: {
|
|
739
|
-
readOnly: true,
|
|
740
735
|
serializedName: "productId",
|
|
736
|
+
readOnly: true,
|
|
741
737
|
type: {
|
|
742
738
|
name: "String"
|
|
743
739
|
}
|
|
744
740
|
},
|
|
745
741
|
subscriptionId: {
|
|
746
|
-
readOnly: true,
|
|
747
742
|
serializedName: "subscriptionId",
|
|
743
|
+
readOnly: true,
|
|
748
744
|
type: {
|
|
749
745
|
name: "String"
|
|
750
746
|
}
|
|
751
747
|
},
|
|
752
748
|
registrationName: {
|
|
753
|
-
readOnly: true,
|
|
754
749
|
serializedName: "registrationName",
|
|
750
|
+
readOnly: true,
|
|
755
751
|
type: {
|
|
756
752
|
name: "String"
|
|
757
753
|
}
|
|
758
754
|
},
|
|
759
755
|
resourceGroupName: {
|
|
760
|
-
readOnly: true,
|
|
761
756
|
serializedName: "resourceGroupName",
|
|
757
|
+
readOnly: true,
|
|
762
758
|
type: {
|
|
763
759
|
name: "String"
|
|
764
760
|
}
|
|
765
761
|
},
|
|
766
762
|
operation: {
|
|
767
|
-
readOnly: true,
|
|
768
763
|
serializedName: "operation",
|
|
764
|
+
readOnly: true,
|
|
769
765
|
type: {
|
|
770
766
|
name: "String"
|
|
771
767
|
}
|
|
772
768
|
},
|
|
773
769
|
startDate: {
|
|
774
|
-
readOnly: true,
|
|
775
770
|
serializedName: "startDate",
|
|
771
|
+
readOnly: true,
|
|
776
772
|
type: {
|
|
777
773
|
name: "String"
|
|
778
774
|
}
|
|
779
775
|
},
|
|
780
776
|
endDate: {
|
|
781
|
-
readOnly: true,
|
|
782
777
|
serializedName: "endDate",
|
|
778
|
+
readOnly: true,
|
|
783
779
|
type: {
|
|
784
780
|
name: "String"
|
|
785
781
|
}
|
|
786
782
|
},
|
|
787
783
|
status: {
|
|
788
|
-
readOnly: true,
|
|
789
784
|
serializedName: "status",
|
|
785
|
+
readOnly: true,
|
|
790
786
|
type: {
|
|
791
787
|
name: "String"
|
|
792
788
|
}
|
|
793
789
|
},
|
|
794
790
|
error: {
|
|
795
|
-
readOnly: true,
|
|
796
791
|
serializedName: "error",
|
|
792
|
+
readOnly: true,
|
|
797
793
|
type: {
|
|
798
794
|
name: "String"
|
|
799
795
|
}
|
|
800
796
|
},
|
|
801
797
|
details: {
|
|
802
|
-
readOnly: true,
|
|
803
798
|
serializedName: "details",
|
|
799
|
+
readOnly: true,
|
|
804
800
|
type: {
|
|
805
801
|
name: "String"
|
|
806
802
|
}
|
|
@@ -808,59 +804,88 @@ export var ProductLog = {
|
|
|
808
804
|
}
|
|
809
805
|
}
|
|
810
806
|
};
|
|
811
|
-
export
|
|
812
|
-
serializedName: "Registration",
|
|
807
|
+
export const RegistrationList = {
|
|
813
808
|
type: {
|
|
814
809
|
name: "Composite",
|
|
815
|
-
className: "
|
|
816
|
-
modelProperties:
|
|
817
|
-
|
|
810
|
+
className: "RegistrationList",
|
|
811
|
+
modelProperties: {
|
|
812
|
+
nextLink: {
|
|
813
|
+
serializedName: "nextLink",
|
|
818
814
|
type: {
|
|
819
815
|
name: "String"
|
|
820
816
|
}
|
|
821
|
-
},
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
name: "String"
|
|
825
|
-
}
|
|
826
|
-
}, billingModel: {
|
|
827
|
-
serializedName: "properties.billingModel",
|
|
817
|
+
},
|
|
818
|
+
value: {
|
|
819
|
+
serializedName: "value",
|
|
828
820
|
type: {
|
|
829
|
-
name: "
|
|
821
|
+
name: "Sequence",
|
|
822
|
+
element: {
|
|
823
|
+
type: {
|
|
824
|
+
name: "Composite",
|
|
825
|
+
className: "Registration"
|
|
826
|
+
}
|
|
827
|
+
}
|
|
830
828
|
}
|
|
831
|
-
}
|
|
829
|
+
}
|
|
830
|
+
}
|
|
832
831
|
}
|
|
833
832
|
};
|
|
834
|
-
export
|
|
835
|
-
serializedName: "ActivationKeyResult",
|
|
833
|
+
export const TrackedResource = {
|
|
836
834
|
type: {
|
|
837
835
|
name: "Composite",
|
|
838
|
-
className: "
|
|
836
|
+
className: "TrackedResource",
|
|
839
837
|
modelProperties: {
|
|
840
|
-
|
|
841
|
-
serializedName: "
|
|
838
|
+
id: {
|
|
839
|
+
serializedName: "id",
|
|
840
|
+
readOnly: true,
|
|
842
841
|
type: {
|
|
843
842
|
name: "String"
|
|
844
843
|
}
|
|
845
|
-
}
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
required: true,
|
|
857
|
-
serializedName: "properties.registrationToken",
|
|
844
|
+
},
|
|
845
|
+
name: {
|
|
846
|
+
serializedName: "name",
|
|
847
|
+
readOnly: true,
|
|
848
|
+
type: {
|
|
849
|
+
name: "String"
|
|
850
|
+
}
|
|
851
|
+
},
|
|
852
|
+
type: {
|
|
853
|
+
serializedName: "type",
|
|
854
|
+
readOnly: true,
|
|
858
855
|
type: {
|
|
859
856
|
name: "String"
|
|
860
857
|
}
|
|
861
858
|
},
|
|
859
|
+
kind: {
|
|
860
|
+
serializedName: "kind",
|
|
861
|
+
readOnly: true,
|
|
862
|
+
type: {
|
|
863
|
+
name: "String"
|
|
864
|
+
}
|
|
865
|
+
},
|
|
866
|
+
systemData: {
|
|
867
|
+
serializedName: "systemData",
|
|
868
|
+
type: {
|
|
869
|
+
name: "Composite",
|
|
870
|
+
className: "SystemData"
|
|
871
|
+
}
|
|
872
|
+
},
|
|
862
873
|
location: {
|
|
863
874
|
serializedName: "location",
|
|
875
|
+
required: true,
|
|
876
|
+
type: {
|
|
877
|
+
name: "String"
|
|
878
|
+
}
|
|
879
|
+
},
|
|
880
|
+
tags: {
|
|
881
|
+
serializedName: "tags",
|
|
882
|
+
type: {
|
|
883
|
+
name: "Dictionary",
|
|
884
|
+
value: { type: { name: "String" } }
|
|
885
|
+
}
|
|
886
|
+
},
|
|
887
|
+
etag: {
|
|
888
|
+
serializedName: "etag",
|
|
864
889
|
type: {
|
|
865
890
|
name: "String"
|
|
866
891
|
}
|
|
@@ -868,39 +893,35 @@ export var RegistrationParameter = {
|
|
|
868
893
|
}
|
|
869
894
|
}
|
|
870
895
|
};
|
|
871
|
-
export
|
|
872
|
-
serializedName: "CustomerSubscription",
|
|
896
|
+
export const RegistrationParameter = {
|
|
873
897
|
type: {
|
|
874
898
|
name: "Composite",
|
|
875
|
-
className: "
|
|
876
|
-
modelProperties:
|
|
877
|
-
|
|
899
|
+
className: "RegistrationParameter",
|
|
900
|
+
modelProperties: {
|
|
901
|
+
location: {
|
|
902
|
+
serializedName: "location",
|
|
903
|
+
required: true,
|
|
878
904
|
type: {
|
|
879
905
|
name: "String"
|
|
880
906
|
}
|
|
881
|
-
}
|
|
907
|
+
},
|
|
908
|
+
registrationToken: {
|
|
909
|
+
serializedName: "properties.registrationToken",
|
|
910
|
+
required: true,
|
|
911
|
+
type: {
|
|
912
|
+
name: "String"
|
|
913
|
+
}
|
|
914
|
+
}
|
|
915
|
+
}
|
|
882
916
|
}
|
|
883
917
|
};
|
|
884
|
-
export
|
|
885
|
-
serializedName: "OperationList",
|
|
918
|
+
export const ActivationKeyResult = {
|
|
886
919
|
type: {
|
|
887
920
|
name: "Composite",
|
|
888
|
-
className: "
|
|
921
|
+
className: "ActivationKeyResult",
|
|
889
922
|
modelProperties: {
|
|
890
|
-
|
|
891
|
-
serializedName: "",
|
|
892
|
-
type: {
|
|
893
|
-
name: "Sequence",
|
|
894
|
-
element: {
|
|
895
|
-
type: {
|
|
896
|
-
name: "Composite",
|
|
897
|
-
className: "Operation"
|
|
898
|
-
}
|
|
899
|
-
}
|
|
900
|
-
}
|
|
901
|
-
},
|
|
902
|
-
nextLink: {
|
|
903
|
-
serializedName: "nextLink",
|
|
923
|
+
activationKey: {
|
|
924
|
+
serializedName: "activationKey",
|
|
904
925
|
type: {
|
|
905
926
|
name: "String"
|
|
906
927
|
}
|
|
@@ -908,11 +929,10 @@ export var OperationList = {
|
|
|
908
929
|
}
|
|
909
930
|
}
|
|
910
931
|
};
|
|
911
|
-
export
|
|
912
|
-
serializedName: "ProductList",
|
|
932
|
+
export const LinkedSubscriptionsList = {
|
|
913
933
|
type: {
|
|
914
934
|
name: "Composite",
|
|
915
|
-
className: "
|
|
935
|
+
className: "LinkedSubscriptionsList",
|
|
916
936
|
modelProperties: {
|
|
917
937
|
nextLink: {
|
|
918
938
|
serializedName: "nextLink",
|
|
@@ -921,13 +941,13 @@ export var ProductList = {
|
|
|
921
941
|
}
|
|
922
942
|
},
|
|
923
943
|
value: {
|
|
924
|
-
serializedName: "",
|
|
944
|
+
serializedName: "value",
|
|
925
945
|
type: {
|
|
926
946
|
name: "Sequence",
|
|
927
947
|
element: {
|
|
928
948
|
type: {
|
|
929
949
|
name: "Composite",
|
|
930
|
-
className: "
|
|
950
|
+
className: "LinkedSubscription"
|
|
931
951
|
}
|
|
932
952
|
}
|
|
933
953
|
}
|
|
@@ -935,58 +955,252 @@ export var ProductList = {
|
|
|
935
955
|
}
|
|
936
956
|
}
|
|
937
957
|
};
|
|
938
|
-
export
|
|
939
|
-
serializedName: "RegistrationList",
|
|
958
|
+
export const LinkedSubscriptionParameter = {
|
|
940
959
|
type: {
|
|
941
960
|
name: "Composite",
|
|
942
|
-
className: "
|
|
961
|
+
className: "LinkedSubscriptionParameter",
|
|
943
962
|
modelProperties: {
|
|
944
|
-
|
|
945
|
-
serializedName: "
|
|
963
|
+
location: {
|
|
964
|
+
serializedName: "location",
|
|
965
|
+
required: true,
|
|
946
966
|
type: {
|
|
947
967
|
name: "String"
|
|
948
968
|
}
|
|
949
969
|
},
|
|
950
|
-
|
|
951
|
-
serializedName: "",
|
|
970
|
+
linkedSubscriptionId: {
|
|
971
|
+
serializedName: "properties.linkedSubscriptionId",
|
|
972
|
+
required: true,
|
|
952
973
|
type: {
|
|
953
|
-
name: "
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
974
|
+
name: "String"
|
|
975
|
+
}
|
|
976
|
+
},
|
|
977
|
+
registrationResourceId: {
|
|
978
|
+
serializedName: "properties.registrationResourceId",
|
|
979
|
+
required: true,
|
|
980
|
+
type: {
|
|
981
|
+
name: "String"
|
|
960
982
|
}
|
|
961
983
|
}
|
|
962
984
|
}
|
|
963
985
|
}
|
|
964
986
|
};
|
|
965
|
-
export
|
|
966
|
-
serializedName: "CustomerSubscriptionList",
|
|
987
|
+
export const CloudManifestFileResponse = {
|
|
967
988
|
type: {
|
|
968
989
|
name: "Composite",
|
|
969
|
-
className: "
|
|
970
|
-
modelProperties: {
|
|
971
|
-
|
|
972
|
-
|
|
990
|
+
className: "CloudManifestFileResponse",
|
|
991
|
+
modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { properties: {
|
|
992
|
+
serializedName: "properties",
|
|
993
|
+
type: {
|
|
994
|
+
name: "Composite",
|
|
995
|
+
className: "CloudManifestFileProperties"
|
|
996
|
+
}
|
|
997
|
+
} })
|
|
998
|
+
}
|
|
999
|
+
};
|
|
1000
|
+
export const CustomerSubscription = {
|
|
1001
|
+
type: {
|
|
1002
|
+
name: "Composite",
|
|
1003
|
+
className: "CustomerSubscription",
|
|
1004
|
+
modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { systemData: {
|
|
1005
|
+
serializedName: "systemData",
|
|
1006
|
+
type: {
|
|
1007
|
+
name: "Composite",
|
|
1008
|
+
className: "SystemData"
|
|
1009
|
+
}
|
|
1010
|
+
}, tenantId: {
|
|
1011
|
+
serializedName: "properties.tenantId",
|
|
973
1012
|
type: {
|
|
974
1013
|
name: "String"
|
|
975
1014
|
}
|
|
976
|
-
}
|
|
977
|
-
|
|
978
|
-
|
|
1015
|
+
} })
|
|
1016
|
+
}
|
|
1017
|
+
};
|
|
1018
|
+
export const Product = {
|
|
1019
|
+
type: {
|
|
1020
|
+
name: "Composite",
|
|
1021
|
+
className: "Product",
|
|
1022
|
+
modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { systemData: {
|
|
1023
|
+
serializedName: "systemData",
|
|
1024
|
+
type: {
|
|
1025
|
+
name: "Composite",
|
|
1026
|
+
className: "SystemData"
|
|
1027
|
+
}
|
|
1028
|
+
}, displayName: {
|
|
1029
|
+
serializedName: "properties.displayName",
|
|
1030
|
+
type: {
|
|
1031
|
+
name: "String"
|
|
1032
|
+
}
|
|
1033
|
+
}, description: {
|
|
1034
|
+
serializedName: "properties.description",
|
|
1035
|
+
type: {
|
|
1036
|
+
name: "String"
|
|
1037
|
+
}
|
|
1038
|
+
}, publisherDisplayName: {
|
|
1039
|
+
serializedName: "properties.publisherDisplayName",
|
|
1040
|
+
type: {
|
|
1041
|
+
name: "String"
|
|
1042
|
+
}
|
|
1043
|
+
}, publisherIdentifier: {
|
|
1044
|
+
serializedName: "properties.publisherIdentifier",
|
|
1045
|
+
type: {
|
|
1046
|
+
name: "String"
|
|
1047
|
+
}
|
|
1048
|
+
}, offer: {
|
|
1049
|
+
serializedName: "properties.offer",
|
|
1050
|
+
type: {
|
|
1051
|
+
name: "String"
|
|
1052
|
+
}
|
|
1053
|
+
}, offerVersion: {
|
|
1054
|
+
serializedName: "properties.offerVersion",
|
|
1055
|
+
type: {
|
|
1056
|
+
name: "String"
|
|
1057
|
+
}
|
|
1058
|
+
}, sku: {
|
|
1059
|
+
serializedName: "properties.sku",
|
|
1060
|
+
type: {
|
|
1061
|
+
name: "String"
|
|
1062
|
+
}
|
|
1063
|
+
}, billingPartNumber: {
|
|
1064
|
+
serializedName: "properties.billingPartNumber",
|
|
1065
|
+
type: {
|
|
1066
|
+
name: "String"
|
|
1067
|
+
}
|
|
1068
|
+
}, vmExtensionType: {
|
|
1069
|
+
serializedName: "properties.vmExtensionType",
|
|
1070
|
+
type: {
|
|
1071
|
+
name: "String"
|
|
1072
|
+
}
|
|
1073
|
+
}, galleryItemIdentity: {
|
|
1074
|
+
serializedName: "properties.galleryItemIdentity",
|
|
1075
|
+
type: {
|
|
1076
|
+
name: "String"
|
|
1077
|
+
}
|
|
1078
|
+
}, iconUris: {
|
|
1079
|
+
serializedName: "properties.iconUris",
|
|
1080
|
+
type: {
|
|
1081
|
+
name: "Composite",
|
|
1082
|
+
className: "IconUris"
|
|
1083
|
+
}
|
|
1084
|
+
}, links: {
|
|
1085
|
+
serializedName: "properties.links",
|
|
979
1086
|
type: {
|
|
980
1087
|
name: "Sequence",
|
|
981
1088
|
element: {
|
|
982
1089
|
type: {
|
|
983
1090
|
name: "Composite",
|
|
984
|
-
className: "
|
|
1091
|
+
className: "ProductLink"
|
|
985
1092
|
}
|
|
986
1093
|
}
|
|
987
1094
|
}
|
|
988
|
-
}
|
|
989
|
-
|
|
1095
|
+
}, legalTerms: {
|
|
1096
|
+
serializedName: "properties.legalTerms",
|
|
1097
|
+
type: {
|
|
1098
|
+
name: "String"
|
|
1099
|
+
}
|
|
1100
|
+
}, privacyPolicy: {
|
|
1101
|
+
serializedName: "properties.privacyPolicy",
|
|
1102
|
+
type: {
|
|
1103
|
+
name: "String"
|
|
1104
|
+
}
|
|
1105
|
+
}, payloadLength: {
|
|
1106
|
+
serializedName: "properties.payloadLength",
|
|
1107
|
+
type: {
|
|
1108
|
+
name: "Number"
|
|
1109
|
+
}
|
|
1110
|
+
}, productKind: {
|
|
1111
|
+
serializedName: "properties.productKind",
|
|
1112
|
+
type: {
|
|
1113
|
+
name: "String"
|
|
1114
|
+
}
|
|
1115
|
+
}, productProperties: {
|
|
1116
|
+
serializedName: "properties.productProperties",
|
|
1117
|
+
type: {
|
|
1118
|
+
name: "Composite",
|
|
1119
|
+
className: "ProductProperties"
|
|
1120
|
+
}
|
|
1121
|
+
}, compatibility: {
|
|
1122
|
+
serializedName: "properties.compatibility",
|
|
1123
|
+
type: {
|
|
1124
|
+
name: "Composite",
|
|
1125
|
+
className: "Compatibility"
|
|
1126
|
+
}
|
|
1127
|
+
} })
|
|
1128
|
+
}
|
|
1129
|
+
};
|
|
1130
|
+
export const ExtendedProductProperties = {
|
|
1131
|
+
type: {
|
|
1132
|
+
name: "Composite",
|
|
1133
|
+
className: "ExtendedProductProperties",
|
|
1134
|
+
modelProperties: Object.assign(Object.assign({}, VirtualMachineExtensionProductProperties.type.modelProperties), VirtualMachineProductProperties.type.modelProperties)
|
|
1135
|
+
}
|
|
1136
|
+
};
|
|
1137
|
+
export const Registration = {
|
|
1138
|
+
type: {
|
|
1139
|
+
name: "Composite",
|
|
1140
|
+
className: "Registration",
|
|
1141
|
+
modelProperties: Object.assign(Object.assign({}, TrackedResource.type.modelProperties), { objectId: {
|
|
1142
|
+
serializedName: "properties.objectId",
|
|
1143
|
+
type: {
|
|
1144
|
+
name: "String"
|
|
1145
|
+
}
|
|
1146
|
+
}, cloudId: {
|
|
1147
|
+
serializedName: "properties.cloudId",
|
|
1148
|
+
type: {
|
|
1149
|
+
name: "String"
|
|
1150
|
+
}
|
|
1151
|
+
}, billingModel: {
|
|
1152
|
+
serializedName: "properties.billingModel",
|
|
1153
|
+
type: {
|
|
1154
|
+
name: "String"
|
|
1155
|
+
}
|
|
1156
|
+
} })
|
|
1157
|
+
}
|
|
1158
|
+
};
|
|
1159
|
+
export const LinkedSubscription = {
|
|
1160
|
+
type: {
|
|
1161
|
+
name: "Composite",
|
|
1162
|
+
className: "LinkedSubscription",
|
|
1163
|
+
modelProperties: Object.assign(Object.assign({}, TrackedResource.type.modelProperties), { linkedSubscriptionId: {
|
|
1164
|
+
serializedName: "properties.linkedSubscriptionId",
|
|
1165
|
+
type: {
|
|
1166
|
+
name: "String"
|
|
1167
|
+
}
|
|
1168
|
+
}, registrationResourceId: {
|
|
1169
|
+
serializedName: "properties.registrationResourceId",
|
|
1170
|
+
type: {
|
|
1171
|
+
name: "String"
|
|
1172
|
+
}
|
|
1173
|
+
}, deviceId: {
|
|
1174
|
+
serializedName: "properties.deviceId",
|
|
1175
|
+
readOnly: true,
|
|
1176
|
+
type: {
|
|
1177
|
+
name: "String"
|
|
1178
|
+
}
|
|
1179
|
+
}, deviceObjectId: {
|
|
1180
|
+
serializedName: "properties.deviceObjectId",
|
|
1181
|
+
readOnly: true,
|
|
1182
|
+
type: {
|
|
1183
|
+
name: "String"
|
|
1184
|
+
}
|
|
1185
|
+
}, deviceLinkState: {
|
|
1186
|
+
serializedName: "properties.deviceLinkState",
|
|
1187
|
+
readOnly: true,
|
|
1188
|
+
type: {
|
|
1189
|
+
name: "String"
|
|
1190
|
+
}
|
|
1191
|
+
}, lastConnectedTime: {
|
|
1192
|
+
serializedName: "properties.lastConnectedTime",
|
|
1193
|
+
readOnly: true,
|
|
1194
|
+
type: {
|
|
1195
|
+
name: "String"
|
|
1196
|
+
}
|
|
1197
|
+
}, deviceConnectionStatus: {
|
|
1198
|
+
serializedName: "properties.deviceConnectionStatus",
|
|
1199
|
+
readOnly: true,
|
|
1200
|
+
type: {
|
|
1201
|
+
name: "String"
|
|
1202
|
+
}
|
|
1203
|
+
} })
|
|
990
1204
|
}
|
|
991
1205
|
};
|
|
992
1206
|
//# sourceMappingURL=mappers.js.map
|