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