@azure/arm-azurestack 1.1.0 → 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 +75 -73
- 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 +779 -377
- 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 +68 -34
- package/review/arm-azurestack.api.md +695 -0
- package/rollup.config.js +184 -27
- package/src/azureStackManagementClient.ts +100 -0
- package/src/index.ts +12 -0
- package/src/models/index.ts +981 -0
- package/{lib → src}/models/mappers.ts +809 -377
- package/src/models/parameters.ts +192 -0
- package/src/operations/cloudManifestFile.ts +93 -0
- package/src/operations/customerSubscriptions.ts +317 -0
- package/{lib → src}/operations/index.ts +6 -6
- package/src/operations/linkedSubscriptions.ts +450 -0
- package/src/operations/operations.ts +137 -0
- package/src/operations/products.ts +403 -0
- package/src/operations/registrations.ts +521 -0
- 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 +4 -4
- package/types/arm-azurestack.d.ts +1206 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-azurestack.js +0 -1844
- 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 -22
- package/esm/azureStackManagementClient.d.ts.map +0 -1
- package/esm/azureStackManagementClient.js +0 -37
- package/esm/azureStackManagementClient.js.map +0 -1
- package/esm/azureStackManagementClientContext.d.ts +0 -17
- package/esm/azureStackManagementClientContext.d.ts.map +0 -1
- package/esm/azureStackManagementClientContext.js +0 -57
- 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 -11
- package/esm/models/customerSubscriptionsMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -957
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -10
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -27
- 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 -11
- 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 -11
- 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 -11
- 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 -100
- package/esm/operations/products.d.ts.map +0 -1
- package/esm/operations/products.js +0 -150
- 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/lib/azureStackManagementClient.ts +0 -49
- package/lib/azureStackManagementClientContext.ts +0 -63
- package/lib/models/customerSubscriptionsMappers.ts +0 -26
- package/lib/models/index.ts +0 -1011
- package/lib/models/operationsMappers.ts +0 -17
- package/lib/models/parameters.ts +0 -94
- package/lib/models/productsMappers.ts +0 -29
- package/lib/models/registrationsMappers.ts +0 -28
- package/lib/operations/customerSubscriptions.ts +0 -332
- package/lib/operations/operations.ts +0 -123
- package/lib/operations/products.ts +0 -260
- package/lib/operations/registrations.ts +0 -440
|
@@ -1,45 +1,29 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
* license information.
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
5
4
|
*
|
|
6
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
8
|
-
* regenerated.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
9
7
|
*/
|
|
10
|
-
|
|
11
|
-
import { CloudErrorMapper, BaseResourceMapper } from "@azure/ms-rest-azure-js";
|
|
12
|
-
export var CloudError = CloudErrorMapper;
|
|
13
|
-
export var BaseResource = BaseResourceMapper;
|
|
14
|
-
export var Resource = {
|
|
15
|
-
serializedName: "Resource",
|
|
8
|
+
export const OperationList = {
|
|
16
9
|
type: {
|
|
17
10
|
name: "Composite",
|
|
18
|
-
className: "
|
|
11
|
+
className: "OperationList",
|
|
19
12
|
modelProperties: {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
serializedName: "id",
|
|
23
|
-
type: {
|
|
24
|
-
name: "String"
|
|
25
|
-
}
|
|
26
|
-
},
|
|
27
|
-
name: {
|
|
28
|
-
readOnly: true,
|
|
29
|
-
serializedName: "name",
|
|
30
|
-
type: {
|
|
31
|
-
name: "String"
|
|
32
|
-
}
|
|
33
|
-
},
|
|
34
|
-
type: {
|
|
35
|
-
readOnly: true,
|
|
36
|
-
serializedName: "type",
|
|
13
|
+
value: {
|
|
14
|
+
serializedName: "value",
|
|
37
15
|
type: {
|
|
38
|
-
name: "
|
|
16
|
+
name: "Sequence",
|
|
17
|
+
element: {
|
|
18
|
+
type: {
|
|
19
|
+
name: "Composite",
|
|
20
|
+
className: "Operation"
|
|
21
|
+
}
|
|
22
|
+
}
|
|
39
23
|
}
|
|
40
24
|
},
|
|
41
|
-
|
|
42
|
-
serializedName: "
|
|
25
|
+
nextLink: {
|
|
26
|
+
serializedName: "nextLink",
|
|
43
27
|
type: {
|
|
44
28
|
name: "String"
|
|
45
29
|
}
|
|
@@ -47,55 +31,26 @@ export var Resource = {
|
|
|
47
31
|
}
|
|
48
32
|
}
|
|
49
33
|
};
|
|
50
|
-
export
|
|
51
|
-
serializedName: "TrackedResource",
|
|
34
|
+
export const Operation = {
|
|
52
35
|
type: {
|
|
53
36
|
name: "Composite",
|
|
54
|
-
className: "
|
|
37
|
+
className: "Operation",
|
|
55
38
|
modelProperties: {
|
|
56
|
-
id: {
|
|
57
|
-
readOnly: true,
|
|
58
|
-
serializedName: "id",
|
|
59
|
-
type: {
|
|
60
|
-
name: "String"
|
|
61
|
-
}
|
|
62
|
-
},
|
|
63
39
|
name: {
|
|
64
|
-
readOnly: true,
|
|
65
40
|
serializedName: "name",
|
|
66
41
|
type: {
|
|
67
42
|
name: "String"
|
|
68
43
|
}
|
|
69
44
|
},
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
serializedName: "type",
|
|
73
|
-
type: {
|
|
74
|
-
name: "String"
|
|
75
|
-
}
|
|
76
|
-
},
|
|
77
|
-
location: {
|
|
78
|
-
required: true,
|
|
79
|
-
isConstant: true,
|
|
80
|
-
serializedName: "location",
|
|
81
|
-
defaultValue: 'global',
|
|
82
|
-
type: {
|
|
83
|
-
name: "String"
|
|
84
|
-
}
|
|
85
|
-
},
|
|
86
|
-
tags: {
|
|
87
|
-
serializedName: "tags",
|
|
45
|
+
display: {
|
|
46
|
+
serializedName: "display",
|
|
88
47
|
type: {
|
|
89
|
-
name: "
|
|
90
|
-
|
|
91
|
-
type: {
|
|
92
|
-
name: "String"
|
|
93
|
-
}
|
|
94
|
-
}
|
|
48
|
+
name: "Composite",
|
|
49
|
+
className: "Display"
|
|
95
50
|
}
|
|
96
51
|
},
|
|
97
|
-
|
|
98
|
-
serializedName: "
|
|
52
|
+
origin: {
|
|
53
|
+
serializedName: "origin",
|
|
99
54
|
type: {
|
|
100
55
|
name: "String"
|
|
101
56
|
}
|
|
@@ -103,8 +58,7 @@ export var TrackedResource = {
|
|
|
103
58
|
}
|
|
104
59
|
}
|
|
105
60
|
};
|
|
106
|
-
export
|
|
107
|
-
serializedName: "Display",
|
|
61
|
+
export const Display = {
|
|
108
62
|
type: {
|
|
109
63
|
name: "Composite",
|
|
110
64
|
className: "Display",
|
|
@@ -136,57 +90,43 @@ export var Display = {
|
|
|
136
90
|
}
|
|
137
91
|
}
|
|
138
92
|
};
|
|
139
|
-
export
|
|
140
|
-
serializedName: "Operation",
|
|
93
|
+
export const ErrorResponse = {
|
|
141
94
|
type: {
|
|
142
95
|
name: "Composite",
|
|
143
|
-
className: "
|
|
96
|
+
className: "ErrorResponse",
|
|
144
97
|
modelProperties: {
|
|
145
|
-
|
|
146
|
-
serializedName: "
|
|
147
|
-
type: {
|
|
148
|
-
name: "String"
|
|
149
|
-
}
|
|
150
|
-
},
|
|
151
|
-
display: {
|
|
152
|
-
serializedName: "display",
|
|
98
|
+
error: {
|
|
99
|
+
serializedName: "error",
|
|
153
100
|
type: {
|
|
154
101
|
name: "Composite",
|
|
155
|
-
className: "
|
|
156
|
-
}
|
|
157
|
-
},
|
|
158
|
-
origin: {
|
|
159
|
-
serializedName: "origin",
|
|
160
|
-
type: {
|
|
161
|
-
name: "String"
|
|
102
|
+
className: "ErrorDetails"
|
|
162
103
|
}
|
|
163
104
|
}
|
|
164
105
|
}
|
|
165
106
|
}
|
|
166
107
|
};
|
|
167
|
-
export
|
|
168
|
-
serializedName: "ErrorDetails",
|
|
108
|
+
export const ErrorDetails = {
|
|
169
109
|
type: {
|
|
170
110
|
name: "Composite",
|
|
171
111
|
className: "ErrorDetails",
|
|
172
112
|
modelProperties: {
|
|
173
113
|
code: {
|
|
174
|
-
readOnly: true,
|
|
175
114
|
serializedName: "code",
|
|
115
|
+
readOnly: true,
|
|
176
116
|
type: {
|
|
177
117
|
name: "String"
|
|
178
118
|
}
|
|
179
119
|
},
|
|
180
120
|
message: {
|
|
181
|
-
readOnly: true,
|
|
182
121
|
serializedName: "message",
|
|
122
|
+
readOnly: true,
|
|
183
123
|
type: {
|
|
184
124
|
name: "String"
|
|
185
125
|
}
|
|
186
126
|
},
|
|
187
127
|
target: {
|
|
188
|
-
readOnly: true,
|
|
189
128
|
serializedName: "target",
|
|
129
|
+
readOnly: true,
|
|
190
130
|
type: {
|
|
191
131
|
name: "String"
|
|
192
132
|
}
|
|
@@ -194,61 +134,52 @@ export var ErrorDetails = {
|
|
|
194
134
|
}
|
|
195
135
|
}
|
|
196
136
|
};
|
|
197
|
-
export
|
|
198
|
-
serializedName: "ErrorResponse",
|
|
137
|
+
export const CloudManifestFileProperties = {
|
|
199
138
|
type: {
|
|
200
139
|
name: "Composite",
|
|
201
|
-
className: "
|
|
140
|
+
className: "CloudManifestFileProperties",
|
|
202
141
|
modelProperties: {
|
|
203
|
-
|
|
204
|
-
serializedName: "
|
|
142
|
+
deploymentData: {
|
|
143
|
+
serializedName: "deploymentData",
|
|
205
144
|
type: {
|
|
206
145
|
name: "Composite",
|
|
207
|
-
className: "
|
|
146
|
+
className: "CloudManifestFileDeploymentData"
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
signature: {
|
|
150
|
+
serializedName: "signature",
|
|
151
|
+
type: {
|
|
152
|
+
name: "String"
|
|
208
153
|
}
|
|
209
154
|
}
|
|
210
155
|
}
|
|
211
156
|
}
|
|
212
157
|
};
|
|
213
|
-
export
|
|
214
|
-
serializedName: "OsDiskImage",
|
|
158
|
+
export const CloudManifestFileDeploymentData = {
|
|
215
159
|
type: {
|
|
216
160
|
name: "Composite",
|
|
217
|
-
className: "
|
|
161
|
+
className: "CloudManifestFileDeploymentData",
|
|
218
162
|
modelProperties: {
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
serializedName: "operatingSystem",
|
|
163
|
+
externalDsmsCertificates: {
|
|
164
|
+
serializedName: "externalDsmsCertificates",
|
|
222
165
|
type: {
|
|
223
166
|
name: "String"
|
|
224
167
|
}
|
|
225
168
|
},
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
serializedName: "sourceBlobSasUri",
|
|
169
|
+
customCloudVerificationKey: {
|
|
170
|
+
serializedName: "customCloudVerificationKey",
|
|
229
171
|
type: {
|
|
230
172
|
name: "String"
|
|
231
173
|
}
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
};
|
|
236
|
-
export var DataDiskImage = {
|
|
237
|
-
serializedName: "DataDiskImage",
|
|
238
|
-
type: {
|
|
239
|
-
name: "Composite",
|
|
240
|
-
className: "DataDiskImage",
|
|
241
|
-
modelProperties: {
|
|
242
|
-
lun: {
|
|
243
|
-
readOnly: true,
|
|
244
|
-
serializedName: "lun",
|
|
174
|
+
},
|
|
175
|
+
customCloudArmEndpoint: {
|
|
176
|
+
serializedName: "customEnvironmentEndpoints.customCloudArmEndpoint",
|
|
245
177
|
type: {
|
|
246
|
-
name: "
|
|
178
|
+
name: "String"
|
|
247
179
|
}
|
|
248
180
|
},
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
serializedName: "sourceBlobSasUri",
|
|
181
|
+
externalDsmsEndpoint: {
|
|
182
|
+
serializedName: "customEnvironmentEndpoints.externalDsmsEndpoint",
|
|
252
183
|
type: {
|
|
253
184
|
name: "String"
|
|
254
185
|
}
|
|
@@ -256,92 +187,60 @@ export var DataDiskImage = {
|
|
|
256
187
|
}
|
|
257
188
|
}
|
|
258
189
|
};
|
|
259
|
-
export
|
|
260
|
-
serializedName: "ExtendedProduct",
|
|
190
|
+
export const Resource = {
|
|
261
191
|
type: {
|
|
262
192
|
name: "Composite",
|
|
263
|
-
className: "
|
|
193
|
+
className: "Resource",
|
|
264
194
|
modelProperties: {
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
serializedName: "galleryPackageBlobSasUri",
|
|
268
|
-
type: {
|
|
269
|
-
name: "String"
|
|
270
|
-
}
|
|
271
|
-
},
|
|
272
|
-
productKind: {
|
|
195
|
+
id: {
|
|
196
|
+
serializedName: "id",
|
|
273
197
|
readOnly: true,
|
|
274
|
-
serializedName: "productKind",
|
|
275
198
|
type: {
|
|
276
199
|
name: "String"
|
|
277
200
|
}
|
|
278
201
|
},
|
|
279
|
-
|
|
202
|
+
name: {
|
|
203
|
+
serializedName: "name",
|
|
280
204
|
readOnly: true,
|
|
281
|
-
serializedName: "properties.computeRole",
|
|
282
205
|
type: {
|
|
283
206
|
name: "String"
|
|
284
207
|
}
|
|
285
208
|
},
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
serializedName: "properties.isSystemExtension",
|
|
289
|
-
type: {
|
|
290
|
-
name: "Boolean"
|
|
291
|
-
}
|
|
292
|
-
},
|
|
293
|
-
uri: {
|
|
209
|
+
type: {
|
|
210
|
+
serializedName: "type",
|
|
294
211
|
readOnly: true,
|
|
295
|
-
serializedName: "properties.sourceBlob.uri",
|
|
296
212
|
type: {
|
|
297
213
|
name: "String"
|
|
298
214
|
}
|
|
299
215
|
},
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
serializedName: "properties.supportMultipleExtensions",
|
|
303
|
-
type: {
|
|
304
|
-
name: "Boolean"
|
|
305
|
-
}
|
|
306
|
-
},
|
|
307
|
-
version: {
|
|
308
|
-
readOnly: true,
|
|
309
|
-
serializedName: "properties.version",
|
|
216
|
+
etag: {
|
|
217
|
+
serializedName: "etag",
|
|
310
218
|
type: {
|
|
311
219
|
name: "String"
|
|
312
220
|
}
|
|
313
|
-
}
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
};
|
|
225
|
+
export const CustomerSubscriptionList = {
|
|
226
|
+
type: {
|
|
227
|
+
name: "Composite",
|
|
228
|
+
className: "CustomerSubscriptionList",
|
|
229
|
+
modelProperties: {
|
|
230
|
+
nextLink: {
|
|
231
|
+
serializedName: "nextLink",
|
|
317
232
|
type: {
|
|
318
233
|
name: "String"
|
|
319
234
|
}
|
|
320
235
|
},
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
serializedName: "properties.vmScaleSetEnabled",
|
|
324
|
-
type: {
|
|
325
|
-
name: "Boolean"
|
|
326
|
-
}
|
|
327
|
-
},
|
|
328
|
-
osDiskImage: {
|
|
329
|
-
readOnly: true,
|
|
330
|
-
serializedName: "properties.osDiskImage",
|
|
331
|
-
type: {
|
|
332
|
-
name: "Composite",
|
|
333
|
-
className: "OsDiskImage"
|
|
334
|
-
}
|
|
335
|
-
},
|
|
336
|
-
dataDiskImages: {
|
|
337
|
-
readOnly: true,
|
|
338
|
-
serializedName: "properties.dataDiskImages",
|
|
236
|
+
value: {
|
|
237
|
+
serializedName: "value",
|
|
339
238
|
type: {
|
|
340
239
|
name: "Sequence",
|
|
341
240
|
element: {
|
|
342
241
|
type: {
|
|
343
242
|
name: "Composite",
|
|
344
|
-
className: "
|
|
243
|
+
className: "CustomerSubscription"
|
|
345
244
|
}
|
|
346
245
|
}
|
|
347
246
|
}
|
|
@@ -349,94 +248,69 @@ export var ExtendedProduct = {
|
|
|
349
248
|
}
|
|
350
249
|
}
|
|
351
250
|
};
|
|
352
|
-
export
|
|
353
|
-
serializedName: "VirtualMachineExtensionProductProperties",
|
|
251
|
+
export const SystemData = {
|
|
354
252
|
type: {
|
|
355
253
|
name: "Composite",
|
|
356
|
-
className: "
|
|
254
|
+
className: "SystemData",
|
|
357
255
|
modelProperties: {
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
serializedName: "computeRole",
|
|
256
|
+
createdBy: {
|
|
257
|
+
serializedName: "createdBy",
|
|
361
258
|
type: {
|
|
362
259
|
name: "String"
|
|
363
260
|
}
|
|
364
261
|
},
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
serializedName: "isSystemExtension",
|
|
368
|
-
type: {
|
|
369
|
-
name: "Boolean"
|
|
370
|
-
}
|
|
371
|
-
},
|
|
372
|
-
uri: {
|
|
373
|
-
readOnly: true,
|
|
374
|
-
serializedName: "sourceBlob.uri",
|
|
262
|
+
createdByType: {
|
|
263
|
+
serializedName: "createdByType",
|
|
375
264
|
type: {
|
|
376
265
|
name: "String"
|
|
377
266
|
}
|
|
378
267
|
},
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
serializedName: "supportMultipleExtensions",
|
|
268
|
+
createdAt: {
|
|
269
|
+
serializedName: "createdAt",
|
|
382
270
|
type: {
|
|
383
|
-
name: "
|
|
271
|
+
name: "DateTime"
|
|
384
272
|
}
|
|
385
273
|
},
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
serializedName: "version",
|
|
274
|
+
lastModifiedBy: {
|
|
275
|
+
serializedName: "lastModifiedBy",
|
|
389
276
|
type: {
|
|
390
277
|
name: "String"
|
|
391
278
|
}
|
|
392
279
|
},
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
serializedName: "vmOsType",
|
|
280
|
+
lastModifiedByType: {
|
|
281
|
+
serializedName: "lastModifiedByType",
|
|
396
282
|
type: {
|
|
397
283
|
name: "String"
|
|
398
284
|
}
|
|
399
285
|
},
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
serializedName: "vmScaleSetEnabled",
|
|
286
|
+
lastModifiedAt: {
|
|
287
|
+
serializedName: "lastModifiedAt",
|
|
403
288
|
type: {
|
|
404
|
-
name: "
|
|
289
|
+
name: "DateTime"
|
|
405
290
|
}
|
|
406
291
|
}
|
|
407
292
|
}
|
|
408
293
|
}
|
|
409
294
|
};
|
|
410
|
-
export
|
|
411
|
-
serializedName: "VirtualMachineProductProperties",
|
|
295
|
+
export const ProductList = {
|
|
412
296
|
type: {
|
|
413
297
|
name: "Composite",
|
|
414
|
-
className: "
|
|
298
|
+
className: "ProductList",
|
|
415
299
|
modelProperties: {
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
serializedName: "version",
|
|
300
|
+
nextLink: {
|
|
301
|
+
serializedName: "nextLink",
|
|
419
302
|
type: {
|
|
420
303
|
name: "String"
|
|
421
304
|
}
|
|
422
305
|
},
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
serializedName: "osDiskImage",
|
|
426
|
-
type: {
|
|
427
|
-
name: "Composite",
|
|
428
|
-
className: "OsDiskImage"
|
|
429
|
-
}
|
|
430
|
-
},
|
|
431
|
-
dataDiskImages: {
|
|
432
|
-
readOnly: true,
|
|
433
|
-
serializedName: "dataDiskImages",
|
|
306
|
+
value: {
|
|
307
|
+
serializedName: "value",
|
|
434
308
|
type: {
|
|
435
309
|
name: "Sequence",
|
|
436
310
|
element: {
|
|
437
311
|
type: {
|
|
438
312
|
name: "Composite",
|
|
439
|
-
className: "
|
|
313
|
+
className: "Product"
|
|
440
314
|
}
|
|
441
315
|
}
|
|
442
316
|
}
|
|
@@ -444,8 +318,7 @@ export var VirtualMachineProductProperties = {
|
|
|
444
318
|
}
|
|
445
319
|
}
|
|
446
320
|
};
|
|
447
|
-
export
|
|
448
|
-
serializedName: "IconUris",
|
|
321
|
+
export const IconUris = {
|
|
449
322
|
type: {
|
|
450
323
|
name: "Composite",
|
|
451
324
|
className: "IconUris",
|
|
@@ -483,8 +356,7 @@ export var IconUris = {
|
|
|
483
356
|
}
|
|
484
357
|
}
|
|
485
358
|
};
|
|
486
|
-
export
|
|
487
|
-
serializedName: "ProductLink",
|
|
359
|
+
export const ProductLink = {
|
|
488
360
|
type: {
|
|
489
361
|
name: "Composite",
|
|
490
362
|
className: "ProductLink",
|
|
@@ -504,8 +376,7 @@ export var ProductLink = {
|
|
|
504
376
|
}
|
|
505
377
|
}
|
|
506
378
|
};
|
|
507
|
-
export
|
|
508
|
-
serializedName: "ProductProperties",
|
|
379
|
+
export const ProductProperties = {
|
|
509
380
|
type: {
|
|
510
381
|
name: "Composite",
|
|
511
382
|
className: "ProductProperties",
|
|
@@ -519,13 +390,643 @@ export var ProductProperties = {
|
|
|
519
390
|
}
|
|
520
391
|
}
|
|
521
392
|
};
|
|
522
|
-
export
|
|
523
|
-
serializedName: "Product",
|
|
393
|
+
export const Compatibility = {
|
|
524
394
|
type: {
|
|
525
395
|
name: "Composite",
|
|
526
|
-
className: "
|
|
527
|
-
modelProperties:
|
|
528
|
-
|
|
396
|
+
className: "Compatibility",
|
|
397
|
+
modelProperties: {
|
|
398
|
+
isCompatible: {
|
|
399
|
+
serializedName: "isCompatible",
|
|
400
|
+
type: {
|
|
401
|
+
name: "Boolean"
|
|
402
|
+
}
|
|
403
|
+
},
|
|
404
|
+
message: {
|
|
405
|
+
serializedName: "message",
|
|
406
|
+
type: {
|
|
407
|
+
name: "String"
|
|
408
|
+
}
|
|
409
|
+
},
|
|
410
|
+
description: {
|
|
411
|
+
serializedName: "description",
|
|
412
|
+
type: {
|
|
413
|
+
name: "String"
|
|
414
|
+
}
|
|
415
|
+
},
|
|
416
|
+
issues: {
|
|
417
|
+
serializedName: "issues",
|
|
418
|
+
type: {
|
|
419
|
+
name: "Sequence",
|
|
420
|
+
element: {
|
|
421
|
+
type: {
|
|
422
|
+
name: "String"
|
|
423
|
+
}
|
|
424
|
+
}
|
|
425
|
+
}
|
|
426
|
+
}
|
|
427
|
+
}
|
|
428
|
+
}
|
|
429
|
+
};
|
|
430
|
+
export const ExtendedProduct = {
|
|
431
|
+
type: {
|
|
432
|
+
name: "Composite",
|
|
433
|
+
className: "ExtendedProduct",
|
|
434
|
+
modelProperties: {
|
|
435
|
+
galleryPackageBlobSasUri: {
|
|
436
|
+
serializedName: "galleryPackageBlobSasUri",
|
|
437
|
+
readOnly: true,
|
|
438
|
+
type: {
|
|
439
|
+
name: "String"
|
|
440
|
+
}
|
|
441
|
+
},
|
|
442
|
+
productKind: {
|
|
443
|
+
serializedName: "productKind",
|
|
444
|
+
readOnly: true,
|
|
445
|
+
type: {
|
|
446
|
+
name: "String"
|
|
447
|
+
}
|
|
448
|
+
},
|
|
449
|
+
computeRole: {
|
|
450
|
+
serializedName: "properties.computeRole",
|
|
451
|
+
readOnly: true,
|
|
452
|
+
type: {
|
|
453
|
+
name: "String"
|
|
454
|
+
}
|
|
455
|
+
},
|
|
456
|
+
isSystemExtension: {
|
|
457
|
+
serializedName: "properties.isSystemExtension",
|
|
458
|
+
readOnly: true,
|
|
459
|
+
type: {
|
|
460
|
+
name: "Boolean"
|
|
461
|
+
}
|
|
462
|
+
},
|
|
463
|
+
supportMultipleExtensions: {
|
|
464
|
+
serializedName: "properties.supportMultipleExtensions",
|
|
465
|
+
readOnly: true,
|
|
466
|
+
type: {
|
|
467
|
+
name: "Boolean"
|
|
468
|
+
}
|
|
469
|
+
},
|
|
470
|
+
versionPropertiesVersion: {
|
|
471
|
+
serializedName: "properties.version",
|
|
472
|
+
readOnly: true,
|
|
473
|
+
type: {
|
|
474
|
+
name: "String"
|
|
475
|
+
}
|
|
476
|
+
},
|
|
477
|
+
vmOsType: {
|
|
478
|
+
serializedName: "properties.vmOsType",
|
|
479
|
+
readOnly: true,
|
|
480
|
+
type: {
|
|
481
|
+
name: "String"
|
|
482
|
+
}
|
|
483
|
+
},
|
|
484
|
+
vmScaleSetEnabled: {
|
|
485
|
+
serializedName: "properties.vmScaleSetEnabled",
|
|
486
|
+
readOnly: true,
|
|
487
|
+
type: {
|
|
488
|
+
name: "Boolean"
|
|
489
|
+
}
|
|
490
|
+
},
|
|
491
|
+
uri: {
|
|
492
|
+
serializedName: "properties.sourceBlob.uri",
|
|
493
|
+
readOnly: true,
|
|
494
|
+
type: {
|
|
495
|
+
name: "String"
|
|
496
|
+
}
|
|
497
|
+
},
|
|
498
|
+
version: {
|
|
499
|
+
serializedName: "properties.version",
|
|
500
|
+
readOnly: true,
|
|
501
|
+
type: {
|
|
502
|
+
name: "String"
|
|
503
|
+
}
|
|
504
|
+
},
|
|
505
|
+
osDiskImage: {
|
|
506
|
+
serializedName: "properties.osDiskImage",
|
|
507
|
+
type: {
|
|
508
|
+
name: "Composite",
|
|
509
|
+
className: "OsDiskImage"
|
|
510
|
+
}
|
|
511
|
+
},
|
|
512
|
+
dataDiskImages: {
|
|
513
|
+
serializedName: "properties.dataDiskImages",
|
|
514
|
+
readOnly: true,
|
|
515
|
+
type: {
|
|
516
|
+
name: "Sequence",
|
|
517
|
+
element: {
|
|
518
|
+
type: {
|
|
519
|
+
name: "Composite",
|
|
520
|
+
className: "DataDiskImage"
|
|
521
|
+
}
|
|
522
|
+
}
|
|
523
|
+
}
|
|
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,
|
|
536
|
+
type: {
|
|
537
|
+
name: "String"
|
|
538
|
+
}
|
|
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,
|
|
557
|
+
type: {
|
|
558
|
+
name: "String"
|
|
559
|
+
}
|
|
560
|
+
},
|
|
561
|
+
vmOsType: {
|
|
562
|
+
serializedName: "vmOsType",
|
|
563
|
+
readOnly: true,
|
|
564
|
+
type: {
|
|
565
|
+
name: "String"
|
|
566
|
+
}
|
|
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,
|
|
578
|
+
type: {
|
|
579
|
+
name: "String"
|
|
580
|
+
}
|
|
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,
|
|
593
|
+
type: {
|
|
594
|
+
name: "String"
|
|
595
|
+
}
|
|
596
|
+
},
|
|
597
|
+
osDiskImage: {
|
|
598
|
+
serializedName: "osDiskImage",
|
|
599
|
+
type: {
|
|
600
|
+
name: "Composite",
|
|
601
|
+
className: "OsDiskImage"
|
|
602
|
+
}
|
|
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
|
+
}
|
|
662
|
+
}
|
|
663
|
+
};
|
|
664
|
+
export const DeviceConfiguration = {
|
|
665
|
+
type: {
|
|
666
|
+
name: "Composite",
|
|
667
|
+
className: "DeviceConfiguration",
|
|
668
|
+
modelProperties: {
|
|
669
|
+
deviceVersion: {
|
|
670
|
+
serializedName: "deviceVersion",
|
|
671
|
+
readOnly: true,
|
|
672
|
+
type: {
|
|
673
|
+
name: "String"
|
|
674
|
+
}
|
|
675
|
+
},
|
|
676
|
+
identitySystem: {
|
|
677
|
+
serializedName: "identitySystem",
|
|
678
|
+
readOnly: true,
|
|
679
|
+
type: {
|
|
680
|
+
name: "String"
|
|
681
|
+
}
|
|
682
|
+
}
|
|
683
|
+
}
|
|
684
|
+
}
|
|
685
|
+
};
|
|
686
|
+
export const MarketplaceProductLogUpdate = {
|
|
687
|
+
type: {
|
|
688
|
+
name: "Composite",
|
|
689
|
+
className: "MarketplaceProductLogUpdate",
|
|
690
|
+
modelProperties: {
|
|
691
|
+
operation: {
|
|
692
|
+
serializedName: "operation",
|
|
693
|
+
readOnly: true,
|
|
694
|
+
type: {
|
|
695
|
+
name: "String"
|
|
696
|
+
}
|
|
697
|
+
},
|
|
698
|
+
status: {
|
|
699
|
+
serializedName: "status",
|
|
700
|
+
readOnly: true,
|
|
701
|
+
type: {
|
|
702
|
+
name: "String"
|
|
703
|
+
}
|
|
704
|
+
},
|
|
705
|
+
error: {
|
|
706
|
+
serializedName: "error",
|
|
707
|
+
readOnly: true,
|
|
708
|
+
type: {
|
|
709
|
+
name: "String"
|
|
710
|
+
}
|
|
711
|
+
},
|
|
712
|
+
details: {
|
|
713
|
+
serializedName: "details",
|
|
714
|
+
readOnly: true,
|
|
715
|
+
type: {
|
|
716
|
+
name: "String"
|
|
717
|
+
}
|
|
718
|
+
}
|
|
719
|
+
}
|
|
720
|
+
}
|
|
721
|
+
};
|
|
722
|
+
export const ProductLog = {
|
|
723
|
+
type: {
|
|
724
|
+
name: "Composite",
|
|
725
|
+
className: "ProductLog",
|
|
726
|
+
modelProperties: {
|
|
727
|
+
id: {
|
|
728
|
+
serializedName: "id",
|
|
729
|
+
readOnly: true,
|
|
730
|
+
type: {
|
|
731
|
+
name: "String"
|
|
732
|
+
}
|
|
733
|
+
},
|
|
734
|
+
productId: {
|
|
735
|
+
serializedName: "productId",
|
|
736
|
+
readOnly: true,
|
|
737
|
+
type: {
|
|
738
|
+
name: "String"
|
|
739
|
+
}
|
|
740
|
+
},
|
|
741
|
+
subscriptionId: {
|
|
742
|
+
serializedName: "subscriptionId",
|
|
743
|
+
readOnly: true,
|
|
744
|
+
type: {
|
|
745
|
+
name: "String"
|
|
746
|
+
}
|
|
747
|
+
},
|
|
748
|
+
registrationName: {
|
|
749
|
+
serializedName: "registrationName",
|
|
750
|
+
readOnly: true,
|
|
751
|
+
type: {
|
|
752
|
+
name: "String"
|
|
753
|
+
}
|
|
754
|
+
},
|
|
755
|
+
resourceGroupName: {
|
|
756
|
+
serializedName: "resourceGroupName",
|
|
757
|
+
readOnly: true,
|
|
758
|
+
type: {
|
|
759
|
+
name: "String"
|
|
760
|
+
}
|
|
761
|
+
},
|
|
762
|
+
operation: {
|
|
763
|
+
serializedName: "operation",
|
|
764
|
+
readOnly: true,
|
|
765
|
+
type: {
|
|
766
|
+
name: "String"
|
|
767
|
+
}
|
|
768
|
+
},
|
|
769
|
+
startDate: {
|
|
770
|
+
serializedName: "startDate",
|
|
771
|
+
readOnly: true,
|
|
772
|
+
type: {
|
|
773
|
+
name: "String"
|
|
774
|
+
}
|
|
775
|
+
},
|
|
776
|
+
endDate: {
|
|
777
|
+
serializedName: "endDate",
|
|
778
|
+
readOnly: true,
|
|
779
|
+
type: {
|
|
780
|
+
name: "String"
|
|
781
|
+
}
|
|
782
|
+
},
|
|
783
|
+
status: {
|
|
784
|
+
serializedName: "status",
|
|
785
|
+
readOnly: true,
|
|
786
|
+
type: {
|
|
787
|
+
name: "String"
|
|
788
|
+
}
|
|
789
|
+
},
|
|
790
|
+
error: {
|
|
791
|
+
serializedName: "error",
|
|
792
|
+
readOnly: true,
|
|
793
|
+
type: {
|
|
794
|
+
name: "String"
|
|
795
|
+
}
|
|
796
|
+
},
|
|
797
|
+
details: {
|
|
798
|
+
serializedName: "details",
|
|
799
|
+
readOnly: true,
|
|
800
|
+
type: {
|
|
801
|
+
name: "String"
|
|
802
|
+
}
|
|
803
|
+
}
|
|
804
|
+
}
|
|
805
|
+
}
|
|
806
|
+
};
|
|
807
|
+
export const RegistrationList = {
|
|
808
|
+
type: {
|
|
809
|
+
name: "Composite",
|
|
810
|
+
className: "RegistrationList",
|
|
811
|
+
modelProperties: {
|
|
812
|
+
nextLink: {
|
|
813
|
+
serializedName: "nextLink",
|
|
814
|
+
type: {
|
|
815
|
+
name: "String"
|
|
816
|
+
}
|
|
817
|
+
},
|
|
818
|
+
value: {
|
|
819
|
+
serializedName: "value",
|
|
820
|
+
type: {
|
|
821
|
+
name: "Sequence",
|
|
822
|
+
element: {
|
|
823
|
+
type: {
|
|
824
|
+
name: "Composite",
|
|
825
|
+
className: "Registration"
|
|
826
|
+
}
|
|
827
|
+
}
|
|
828
|
+
}
|
|
829
|
+
}
|
|
830
|
+
}
|
|
831
|
+
}
|
|
832
|
+
};
|
|
833
|
+
export const TrackedResource = {
|
|
834
|
+
type: {
|
|
835
|
+
name: "Composite",
|
|
836
|
+
className: "TrackedResource",
|
|
837
|
+
modelProperties: {
|
|
838
|
+
id: {
|
|
839
|
+
serializedName: "id",
|
|
840
|
+
readOnly: true,
|
|
841
|
+
type: {
|
|
842
|
+
name: "String"
|
|
843
|
+
}
|
|
844
|
+
},
|
|
845
|
+
name: {
|
|
846
|
+
serializedName: "name",
|
|
847
|
+
readOnly: true,
|
|
848
|
+
type: {
|
|
849
|
+
name: "String"
|
|
850
|
+
}
|
|
851
|
+
},
|
|
852
|
+
type: {
|
|
853
|
+
serializedName: "type",
|
|
854
|
+
readOnly: true,
|
|
855
|
+
type: {
|
|
856
|
+
name: "String"
|
|
857
|
+
}
|
|
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
|
+
},
|
|
873
|
+
location: {
|
|
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",
|
|
889
|
+
type: {
|
|
890
|
+
name: "String"
|
|
891
|
+
}
|
|
892
|
+
}
|
|
893
|
+
}
|
|
894
|
+
}
|
|
895
|
+
};
|
|
896
|
+
export const RegistrationParameter = {
|
|
897
|
+
type: {
|
|
898
|
+
name: "Composite",
|
|
899
|
+
className: "RegistrationParameter",
|
|
900
|
+
modelProperties: {
|
|
901
|
+
location: {
|
|
902
|
+
serializedName: "location",
|
|
903
|
+
required: true,
|
|
904
|
+
type: {
|
|
905
|
+
name: "String"
|
|
906
|
+
}
|
|
907
|
+
},
|
|
908
|
+
registrationToken: {
|
|
909
|
+
serializedName: "properties.registrationToken",
|
|
910
|
+
required: true,
|
|
911
|
+
type: {
|
|
912
|
+
name: "String"
|
|
913
|
+
}
|
|
914
|
+
}
|
|
915
|
+
}
|
|
916
|
+
}
|
|
917
|
+
};
|
|
918
|
+
export const ActivationKeyResult = {
|
|
919
|
+
type: {
|
|
920
|
+
name: "Composite",
|
|
921
|
+
className: "ActivationKeyResult",
|
|
922
|
+
modelProperties: {
|
|
923
|
+
activationKey: {
|
|
924
|
+
serializedName: "activationKey",
|
|
925
|
+
type: {
|
|
926
|
+
name: "String"
|
|
927
|
+
}
|
|
928
|
+
}
|
|
929
|
+
}
|
|
930
|
+
}
|
|
931
|
+
};
|
|
932
|
+
export const LinkedSubscriptionsList = {
|
|
933
|
+
type: {
|
|
934
|
+
name: "Composite",
|
|
935
|
+
className: "LinkedSubscriptionsList",
|
|
936
|
+
modelProperties: {
|
|
937
|
+
nextLink: {
|
|
938
|
+
serializedName: "nextLink",
|
|
939
|
+
type: {
|
|
940
|
+
name: "String"
|
|
941
|
+
}
|
|
942
|
+
},
|
|
943
|
+
value: {
|
|
944
|
+
serializedName: "value",
|
|
945
|
+
type: {
|
|
946
|
+
name: "Sequence",
|
|
947
|
+
element: {
|
|
948
|
+
type: {
|
|
949
|
+
name: "Composite",
|
|
950
|
+
className: "LinkedSubscription"
|
|
951
|
+
}
|
|
952
|
+
}
|
|
953
|
+
}
|
|
954
|
+
}
|
|
955
|
+
}
|
|
956
|
+
}
|
|
957
|
+
};
|
|
958
|
+
export const LinkedSubscriptionParameter = {
|
|
959
|
+
type: {
|
|
960
|
+
name: "Composite",
|
|
961
|
+
className: "LinkedSubscriptionParameter",
|
|
962
|
+
modelProperties: {
|
|
963
|
+
location: {
|
|
964
|
+
serializedName: "location",
|
|
965
|
+
required: true,
|
|
966
|
+
type: {
|
|
967
|
+
name: "String"
|
|
968
|
+
}
|
|
969
|
+
},
|
|
970
|
+
linkedSubscriptionId: {
|
|
971
|
+
serializedName: "properties.linkedSubscriptionId",
|
|
972
|
+
required: true,
|
|
973
|
+
type: {
|
|
974
|
+
name: "String"
|
|
975
|
+
}
|
|
976
|
+
},
|
|
977
|
+
registrationResourceId: {
|
|
978
|
+
serializedName: "properties.registrationResourceId",
|
|
979
|
+
required: true,
|
|
980
|
+
type: {
|
|
981
|
+
name: "String"
|
|
982
|
+
}
|
|
983
|
+
}
|
|
984
|
+
}
|
|
985
|
+
}
|
|
986
|
+
};
|
|
987
|
+
export const CloudManifestFileResponse = {
|
|
988
|
+
type: {
|
|
989
|
+
name: "Composite",
|
|
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",
|
|
1012
|
+
type: {
|
|
1013
|
+
name: "String"
|
|
1014
|
+
}
|
|
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",
|
|
529
1030
|
type: {
|
|
530
1031
|
name: "String"
|
|
531
1032
|
}
|
|
@@ -617,15 +1118,27 @@ export var Product = {
|
|
|
617
1118
|
name: "Composite",
|
|
618
1119
|
className: "ProductProperties"
|
|
619
1120
|
}
|
|
1121
|
+
}, compatibility: {
|
|
1122
|
+
serializedName: "properties.compatibility",
|
|
1123
|
+
type: {
|
|
1124
|
+
name: "Composite",
|
|
1125
|
+
className: "Compatibility"
|
|
1126
|
+
}
|
|
620
1127
|
} })
|
|
621
1128
|
}
|
|
622
1129
|
};
|
|
623
|
-
export
|
|
624
|
-
|
|
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 = {
|
|
625
1138
|
type: {
|
|
626
1139
|
name: "Composite",
|
|
627
1140
|
className: "Registration",
|
|
628
|
-
modelProperties:
|
|
1141
|
+
modelProperties: Object.assign(Object.assign({}, TrackedResource.type.modelProperties), { objectId: {
|
|
629
1142
|
serializedName: "properties.objectId",
|
|
630
1143
|
type: {
|
|
631
1144
|
name: "String"
|
|
@@ -643,162 +1156,51 @@ export var Registration = {
|
|
|
643
1156
|
} })
|
|
644
1157
|
}
|
|
645
1158
|
};
|
|
646
|
-
export
|
|
647
|
-
serializedName: "ActivationKeyResult",
|
|
648
|
-
type: {
|
|
649
|
-
name: "Composite",
|
|
650
|
-
className: "ActivationKeyResult",
|
|
651
|
-
modelProperties: {
|
|
652
|
-
activationKey: {
|
|
653
|
-
serializedName: "activationKey",
|
|
654
|
-
type: {
|
|
655
|
-
name: "String"
|
|
656
|
-
}
|
|
657
|
-
}
|
|
658
|
-
}
|
|
659
|
-
}
|
|
660
|
-
};
|
|
661
|
-
export var RegistrationParameter = {
|
|
662
|
-
serializedName: "RegistrationParameter",
|
|
1159
|
+
export const LinkedSubscription = {
|
|
663
1160
|
type: {
|
|
664
1161
|
name: "Composite",
|
|
665
|
-
className: "
|
|
666
|
-
modelProperties: {
|
|
667
|
-
|
|
668
|
-
required: true,
|
|
669
|
-
serializedName: "properties.registrationToken",
|
|
1162
|
+
className: "LinkedSubscription",
|
|
1163
|
+
modelProperties: Object.assign(Object.assign({}, TrackedResource.type.modelProperties), { linkedSubscriptionId: {
|
|
1164
|
+
serializedName: "properties.linkedSubscriptionId",
|
|
670
1165
|
type: {
|
|
671
1166
|
name: "String"
|
|
672
1167
|
}
|
|
673
|
-
},
|
|
674
|
-
|
|
675
|
-
serializedName: "location",
|
|
1168
|
+
}, registrationResourceId: {
|
|
1169
|
+
serializedName: "properties.registrationResourceId",
|
|
676
1170
|
type: {
|
|
677
1171
|
name: "String"
|
|
678
1172
|
}
|
|
679
|
-
}
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
};
|
|
683
|
-
export var CustomerSubscription = {
|
|
684
|
-
serializedName: "CustomerSubscription",
|
|
685
|
-
type: {
|
|
686
|
-
name: "Composite",
|
|
687
|
-
className: "CustomerSubscription",
|
|
688
|
-
modelProperties: tslib_1.__assign({}, Resource.type.modelProperties, { tenantId: {
|
|
689
|
-
serializedName: "properties.tenantId",
|
|
1173
|
+
}, deviceId: {
|
|
1174
|
+
serializedName: "properties.deviceId",
|
|
1175
|
+
readOnly: true,
|
|
690
1176
|
type: {
|
|
691
1177
|
name: "String"
|
|
692
1178
|
}
|
|
693
|
-
}
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
export var OperationList = {
|
|
697
|
-
serializedName: "OperationList",
|
|
698
|
-
type: {
|
|
699
|
-
name: "Composite",
|
|
700
|
-
className: "OperationList",
|
|
701
|
-
modelProperties: {
|
|
702
|
-
value: {
|
|
703
|
-
serializedName: "",
|
|
704
|
-
type: {
|
|
705
|
-
name: "Sequence",
|
|
706
|
-
element: {
|
|
707
|
-
type: {
|
|
708
|
-
name: "Composite",
|
|
709
|
-
className: "Operation"
|
|
710
|
-
}
|
|
711
|
-
}
|
|
712
|
-
}
|
|
713
|
-
},
|
|
714
|
-
nextLink: {
|
|
715
|
-
serializedName: "nextLink",
|
|
1179
|
+
}, deviceObjectId: {
|
|
1180
|
+
serializedName: "properties.deviceObjectId",
|
|
1181
|
+
readOnly: true,
|
|
716
1182
|
type: {
|
|
717
1183
|
name: "String"
|
|
718
1184
|
}
|
|
719
|
-
}
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
};
|
|
723
|
-
export var ProductList = {
|
|
724
|
-
serializedName: "ProductList",
|
|
725
|
-
type: {
|
|
726
|
-
name: "Composite",
|
|
727
|
-
className: "ProductList",
|
|
728
|
-
modelProperties: {
|
|
729
|
-
nextLink: {
|
|
730
|
-
serializedName: "nextLink",
|
|
1185
|
+
}, deviceLinkState: {
|
|
1186
|
+
serializedName: "properties.deviceLinkState",
|
|
1187
|
+
readOnly: true,
|
|
731
1188
|
type: {
|
|
732
1189
|
name: "String"
|
|
733
1190
|
}
|
|
734
|
-
},
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
type: {
|
|
738
|
-
name: "Sequence",
|
|
739
|
-
element: {
|
|
740
|
-
type: {
|
|
741
|
-
name: "Composite",
|
|
742
|
-
className: "Product"
|
|
743
|
-
}
|
|
744
|
-
}
|
|
745
|
-
}
|
|
746
|
-
}
|
|
747
|
-
}
|
|
748
|
-
}
|
|
749
|
-
};
|
|
750
|
-
export var RegistrationList = {
|
|
751
|
-
serializedName: "RegistrationList",
|
|
752
|
-
type: {
|
|
753
|
-
name: "Composite",
|
|
754
|
-
className: "RegistrationList",
|
|
755
|
-
modelProperties: {
|
|
756
|
-
nextLink: {
|
|
757
|
-
serializedName: "nextLink",
|
|
1191
|
+
}, lastConnectedTime: {
|
|
1192
|
+
serializedName: "properties.lastConnectedTime",
|
|
1193
|
+
readOnly: true,
|
|
758
1194
|
type: {
|
|
759
1195
|
name: "String"
|
|
760
1196
|
}
|
|
761
|
-
},
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
type: {
|
|
765
|
-
name: "Sequence",
|
|
766
|
-
element: {
|
|
767
|
-
type: {
|
|
768
|
-
name: "Composite",
|
|
769
|
-
className: "Registration"
|
|
770
|
-
}
|
|
771
|
-
}
|
|
772
|
-
}
|
|
773
|
-
}
|
|
774
|
-
}
|
|
775
|
-
}
|
|
776
|
-
};
|
|
777
|
-
export var CustomerSubscriptionList = {
|
|
778
|
-
serializedName: "CustomerSubscriptionList",
|
|
779
|
-
type: {
|
|
780
|
-
name: "Composite",
|
|
781
|
-
className: "CustomerSubscriptionList",
|
|
782
|
-
modelProperties: {
|
|
783
|
-
nextLink: {
|
|
784
|
-
serializedName: "nextLink",
|
|
1197
|
+
}, deviceConnectionStatus: {
|
|
1198
|
+
serializedName: "properties.deviceConnectionStatus",
|
|
1199
|
+
readOnly: true,
|
|
785
1200
|
type: {
|
|
786
1201
|
name: "String"
|
|
787
1202
|
}
|
|
788
|
-
}
|
|
789
|
-
value: {
|
|
790
|
-
serializedName: "",
|
|
791
|
-
type: {
|
|
792
|
-
name: "Sequence",
|
|
793
|
-
element: {
|
|
794
|
-
type: {
|
|
795
|
-
name: "Composite",
|
|
796
|
-
className: "CustomerSubscription"
|
|
797
|
-
}
|
|
798
|
-
}
|
|
799
|
-
}
|
|
800
|
-
}
|
|
801
|
-
}
|
|
1203
|
+
} })
|
|
802
1204
|
}
|
|
803
1205
|
};
|
|
804
1206
|
//# sourceMappingURL=mappers.js.map
|