@azure/arm-sphere 1.0.1-alpha.20250718.1 → 1.0.1-alpha.20250730.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/dist/browser/azureSphereManagementClient.js +21 -5
- package/dist/browser/azureSphereManagementClient.js.map +1 -1
- package/dist/browser/lroImpl.js +7 -3
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/mappers.js +54 -21
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/operations/catalogs.js +166 -253
- package/dist/browser/operations/catalogs.js.map +1 -1
- package/dist/browser/operations/certificates.js +23 -40
- package/dist/browser/operations/certificates.js.map +1 -1
- package/dist/browser/operations/deployments.js +45 -52
- package/dist/browser/operations/deployments.js.map +1 -1
- package/dist/browser/operations/deviceGroups.js +67 -64
- package/dist/browser/operations/deviceGroups.js.map +1 -1
- package/dist/browser/operations/devices.js +67 -64
- package/dist/browser/operations/devices.js.map +1 -1
- package/dist/browser/operations/images.js +45 -52
- package/dist/browser/operations/images.js.map +1 -1
- package/dist/browser/operations/operations.js +23 -40
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/products.js +78 -97
- package/dist/browser/operations/products.js.map +1 -1
- package/dist/browser/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/commonjs/azureSphereManagementClient.js +21 -5
- package/dist/commonjs/azureSphereManagementClient.js.map +1 -1
- package/dist/commonjs/lroImpl.js +7 -3
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/mappers.js +54 -21
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/operations/catalogs.js +166 -252
- package/dist/commonjs/operations/catalogs.js.map +1 -1
- package/dist/commonjs/operations/certificates.js +23 -39
- package/dist/commonjs/operations/certificates.js.map +1 -1
- package/dist/commonjs/operations/deployments.js +45 -51
- package/dist/commonjs/operations/deployments.js.map +1 -1
- package/dist/commonjs/operations/deviceGroups.js +67 -63
- package/dist/commonjs/operations/deviceGroups.js.map +1 -1
- package/dist/commonjs/operations/devices.js +67 -63
- package/dist/commonjs/operations/devices.js.map +1 -1
- package/dist/commonjs/operations/images.js +45 -51
- package/dist/commonjs/operations/images.js.map +1 -1
- package/dist/commonjs/operations/operations.js +23 -39
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/products.js +78 -96
- package/dist/commonjs/operations/products.js.map +1 -1
- package/dist/commonjs/pagingHelper.js +2 -4
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/azureSphereManagementClient.js +21 -5
- package/dist/esm/azureSphereManagementClient.js.map +1 -1
- package/dist/esm/lroImpl.js +7 -3
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/mappers.js +54 -21
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/operations/catalogs.js +166 -253
- package/dist/esm/operations/catalogs.js.map +1 -1
- package/dist/esm/operations/certificates.js +23 -40
- package/dist/esm/operations/certificates.js.map +1 -1
- package/dist/esm/operations/deployments.js +45 -52
- package/dist/esm/operations/deployments.js.map +1 -1
- package/dist/esm/operations/deviceGroups.js +67 -64
- package/dist/esm/operations/deviceGroups.js.map +1 -1
- package/dist/esm/operations/devices.js +67 -64
- package/dist/esm/operations/devices.js.map +1 -1
- package/dist/esm/operations/images.js +45 -52
- package/dist/esm/operations/images.js.map +1 -1
- package/dist/esm/operations/operations.js +23 -40
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/products.js +78 -97
- package/dist/esm/operations/products.js.map +1 -1
- package/dist/esm/pagingHelper.js +2 -4
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/react-native/azureSphereManagementClient.js +21 -5
- package/dist/react-native/azureSphereManagementClient.js.map +1 -1
- package/dist/react-native/lroImpl.js +7 -3
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/mappers.js +54 -21
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/operations/catalogs.js +166 -253
- package/dist/react-native/operations/catalogs.js.map +1 -1
- package/dist/react-native/operations/certificates.js +23 -40
- package/dist/react-native/operations/certificates.js.map +1 -1
- package/dist/react-native/operations/deployments.js +45 -52
- package/dist/react-native/operations/deployments.js.map +1 -1
- package/dist/react-native/operations/deviceGroups.js +67 -64
- package/dist/react-native/operations/deviceGroups.js.map +1 -1
- package/dist/react-native/operations/devices.js +67 -64
- package/dist/react-native/operations/devices.js.map +1 -1
- package/dist/react-native/operations/images.js +45 -52
- package/dist/react-native/operations/images.js.map +1 -1
- package/dist/react-native/operations/operations.js +23 -40
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/products.js +78 -97
- package/dist/react-native/operations/products.js.map +1 -1
- package/dist/react-native/pagingHelper.js +2 -4
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/package.json +2 -2
- package/review/arm-sphere-node.api.md +1163 -1163
|
@@ -1,1163 +1,1163 @@
|
|
|
1
|
-
## API Report File for "@azure/arm-sphere"
|
|
2
|
-
|
|
3
|
-
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
-
|
|
5
|
-
```ts
|
|
6
|
-
|
|
7
|
-
import * as coreAuth from '@azure/core-auth';
|
|
8
|
-
import * as coreClient from '@azure/core-client';
|
|
9
|
-
import { OperationState } from '@azure/core-lro';
|
|
10
|
-
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
11
|
-
import { SimplePollerLike } from '@azure/core-lro';
|
|
12
|
-
|
|
13
|
-
// @public
|
|
14
|
-
export type ActionType = string;
|
|
15
|
-
|
|
16
|
-
// @public
|
|
17
|
-
export type AllowCrashDumpCollection = string;
|
|
18
|
-
|
|
19
|
-
// @public (undocumented)
|
|
20
|
-
export class AzureSphereManagementClient extends coreClient.ServiceClient {
|
|
21
|
-
// (undocumented)
|
|
22
|
-
$host: string;
|
|
23
|
-
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: AzureSphereManagementClientOptionalParams);
|
|
24
|
-
// (undocumented)
|
|
25
|
-
apiVersion: string;
|
|
26
|
-
// (undocumented)
|
|
27
|
-
catalogs: Catalogs;
|
|
28
|
-
// (undocumented)
|
|
29
|
-
certificates: Certificates;
|
|
30
|
-
// (undocumented)
|
|
31
|
-
deployments: Deployments;
|
|
32
|
-
// (undocumented)
|
|
33
|
-
deviceGroups: DeviceGroups;
|
|
34
|
-
// (undocumented)
|
|
35
|
-
devices: Devices;
|
|
36
|
-
// (undocumented)
|
|
37
|
-
images: Images;
|
|
38
|
-
// (undocumented)
|
|
39
|
-
operations: Operations;
|
|
40
|
-
// (undocumented)
|
|
41
|
-
products: Products;
|
|
42
|
-
// (undocumented)
|
|
43
|
-
subscriptionId: string;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
// @public
|
|
47
|
-
export interface AzureSphereManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
48
|
-
$host?: string;
|
|
49
|
-
apiVersion?: string;
|
|
50
|
-
endpoint?: string;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
// @public
|
|
54
|
-
export type CapabilityType = string;
|
|
55
|
-
|
|
56
|
-
// @public
|
|
57
|
-
export interface Catalog extends TrackedResource {
|
|
58
|
-
properties?: CatalogProperties;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
// @public
|
|
62
|
-
export interface CatalogListResult {
|
|
63
|
-
readonly nextLink?: string;
|
|
64
|
-
value: Catalog[];
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
// @public
|
|
68
|
-
export interface CatalogProperties {
|
|
69
|
-
readonly provisioningState?: ProvisioningState;
|
|
70
|
-
readonly tenantId?: string;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
// @public
|
|
74
|
-
export interface Catalogs {
|
|
75
|
-
beginCreateOrUpdate(resourceGroupName: string, catalogName: string, resource: Catalog, options?: CatalogsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CatalogsCreateOrUpdateResponse>, CatalogsCreateOrUpdateResponse>>;
|
|
76
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, catalogName: string, resource: Catalog, options?: CatalogsCreateOrUpdateOptionalParams): Promise<CatalogsCreateOrUpdateResponse>;
|
|
77
|
-
beginDelete(resourceGroupName: string, catalogName: string, options?: CatalogsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
78
|
-
beginDeleteAndWait(resourceGroupName: string, catalogName: string, options?: CatalogsDeleteOptionalParams): Promise<void>;
|
|
79
|
-
beginUploadImage(resourceGroupName: string, catalogName: string, uploadImageRequest: Image, options?: CatalogsUploadImageOptionalParams): Promise<SimplePollerLike<OperationState<CatalogsUploadImageResponse>, CatalogsUploadImageResponse>>;
|
|
80
|
-
beginUploadImageAndWait(resourceGroupName: string, catalogName: string, uploadImageRequest: Image, options?: CatalogsUploadImageOptionalParams): Promise<CatalogsUploadImageResponse>;
|
|
81
|
-
countDevices(resourceGroupName: string, catalogName: string, options?: CatalogsCountDevicesOptionalParams): Promise<CatalogsCountDevicesResponse>;
|
|
82
|
-
get(resourceGroupName: string, catalogName: string, options?: CatalogsGetOptionalParams): Promise<CatalogsGetResponse>;
|
|
83
|
-
listByResourceGroup(resourceGroupName: string, options?: CatalogsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Catalog>;
|
|
84
|
-
listBySubscription(options?: CatalogsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Catalog>;
|
|
85
|
-
listDeployments(resourceGroupName: string, catalogName: string, options?: CatalogsListDeploymentsOptionalParams): PagedAsyncIterableIterator<Deployment>;
|
|
86
|
-
listDeviceGroups(resourceGroupName: string, catalogName: string, listDeviceGroupsRequest: ListDeviceGroupsRequest, options?: CatalogsListDeviceGroupsOptionalParams): PagedAsyncIterableIterator<DeviceGroup>;
|
|
87
|
-
listDeviceInsights(resourceGroupName: string, catalogName: string, options?: CatalogsListDeviceInsightsOptionalParams): PagedAsyncIterableIterator<DeviceInsight>;
|
|
88
|
-
listDevices(resourceGroupName: string, catalogName: string, options?: CatalogsListDevicesOptionalParams): PagedAsyncIterableIterator<Device>;
|
|
89
|
-
update(resourceGroupName: string, catalogName: string, properties: CatalogUpdate, options?: CatalogsUpdateOptionalParams): Promise<CatalogsUpdateResponse>;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// @public
|
|
93
|
-
export interface CatalogsCountDevicesOptionalParams extends coreClient.OperationOptions {
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
// @public
|
|
97
|
-
export type CatalogsCountDevicesResponse = CountDevicesResponse;
|
|
98
|
-
|
|
99
|
-
// @public
|
|
100
|
-
export interface CatalogsCreateOrUpdateHeaders {
|
|
101
|
-
retryAfter?: number;
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
// @public
|
|
105
|
-
export interface CatalogsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
106
|
-
resumeFrom?: string;
|
|
107
|
-
updateIntervalInMs?: number;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
// @public
|
|
111
|
-
export type CatalogsCreateOrUpdateResponse = Catalog;
|
|
112
|
-
|
|
113
|
-
// @public
|
|
114
|
-
export interface CatalogsDeleteHeaders {
|
|
115
|
-
location?: string;
|
|
116
|
-
retryAfter?: number;
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
// @public
|
|
120
|
-
export interface CatalogsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
121
|
-
resumeFrom?: string;
|
|
122
|
-
updateIntervalInMs?: number;
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
// @public
|
|
126
|
-
export interface CatalogsGetOptionalParams extends coreClient.OperationOptions {
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
// @public
|
|
130
|
-
export type CatalogsGetResponse = Catalog;
|
|
131
|
-
|
|
132
|
-
// @public
|
|
133
|
-
export interface CatalogsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
// @public
|
|
137
|
-
export type CatalogsListByResourceGroupNextResponse = CatalogListResult;
|
|
138
|
-
|
|
139
|
-
// @public
|
|
140
|
-
export interface CatalogsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
// @public
|
|
144
|
-
export type CatalogsListByResourceGroupResponse = CatalogListResult;
|
|
145
|
-
|
|
146
|
-
// @public
|
|
147
|
-
export interface CatalogsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
// @public
|
|
151
|
-
export type CatalogsListBySubscriptionNextResponse = CatalogListResult;
|
|
152
|
-
|
|
153
|
-
// @public
|
|
154
|
-
export interface CatalogsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
// @public
|
|
158
|
-
export type CatalogsListBySubscriptionResponse = CatalogListResult;
|
|
159
|
-
|
|
160
|
-
// @public
|
|
161
|
-
export interface CatalogsListDeploymentsNextOptionalParams extends coreClient.OperationOptions {
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
// @public
|
|
165
|
-
export type CatalogsListDeploymentsNextResponse = DeploymentListResult;
|
|
166
|
-
|
|
167
|
-
// @public
|
|
168
|
-
export interface CatalogsListDeploymentsOptionalParams extends coreClient.OperationOptions {
|
|
169
|
-
filter?: string;
|
|
170
|
-
maxpagesize?: number;
|
|
171
|
-
skip?: number;
|
|
172
|
-
top?: number;
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
// @public
|
|
176
|
-
export type CatalogsListDeploymentsResponse = DeploymentListResult;
|
|
177
|
-
|
|
178
|
-
// @public
|
|
179
|
-
export interface CatalogsListDeviceGroupsNextOptionalParams extends coreClient.OperationOptions {
|
|
180
|
-
}
|
|
181
|
-
|
|
182
|
-
// @public
|
|
183
|
-
export type CatalogsListDeviceGroupsNextResponse = DeviceGroupListResult;
|
|
184
|
-
|
|
185
|
-
// @public
|
|
186
|
-
export interface CatalogsListDeviceGroupsOptionalParams extends coreClient.OperationOptions {
|
|
187
|
-
filter?: string;
|
|
188
|
-
maxpagesize?: number;
|
|
189
|
-
skip?: number;
|
|
190
|
-
top?: number;
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
// @public
|
|
194
|
-
export type CatalogsListDeviceGroupsResponse = DeviceGroupListResult;
|
|
195
|
-
|
|
196
|
-
// @public
|
|
197
|
-
export interface CatalogsListDeviceInsightsNextOptionalParams extends coreClient.OperationOptions {
|
|
198
|
-
}
|
|
199
|
-
|
|
200
|
-
// @public
|
|
201
|
-
export type CatalogsListDeviceInsightsNextResponse = PagedDeviceInsight;
|
|
202
|
-
|
|
203
|
-
// @public
|
|
204
|
-
export interface CatalogsListDeviceInsightsOptionalParams extends coreClient.OperationOptions {
|
|
205
|
-
filter?: string;
|
|
206
|
-
maxpagesize?: number;
|
|
207
|
-
skip?: number;
|
|
208
|
-
top?: number;
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
// @public
|
|
212
|
-
export type CatalogsListDeviceInsightsResponse = PagedDeviceInsight;
|
|
213
|
-
|
|
214
|
-
// @public
|
|
215
|
-
export interface CatalogsListDevicesNextOptionalParams extends coreClient.OperationOptions {
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
// @public
|
|
219
|
-
export type CatalogsListDevicesNextResponse = DeviceListResult;
|
|
220
|
-
|
|
221
|
-
// @public
|
|
222
|
-
export interface CatalogsListDevicesOptionalParams extends coreClient.OperationOptions {
|
|
223
|
-
filter?: string;
|
|
224
|
-
maxpagesize?: number;
|
|
225
|
-
skip?: number;
|
|
226
|
-
top?: number;
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
// @public
|
|
230
|
-
export type CatalogsListDevicesResponse = DeviceListResult;
|
|
231
|
-
|
|
232
|
-
// @public
|
|
233
|
-
export interface CatalogsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
// @public
|
|
237
|
-
export type CatalogsUpdateResponse = Catalog;
|
|
238
|
-
|
|
239
|
-
// @public
|
|
240
|
-
export interface CatalogsUploadImageHeaders {
|
|
241
|
-
location?: string;
|
|
242
|
-
retryAfter?: number;
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
// @public
|
|
246
|
-
export interface CatalogsUploadImageOptionalParams extends coreClient.OperationOptions {
|
|
247
|
-
resumeFrom?: string;
|
|
248
|
-
updateIntervalInMs?: number;
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
// @public
|
|
252
|
-
export type CatalogsUploadImageResponse = CatalogsUploadImageHeaders;
|
|
253
|
-
|
|
254
|
-
// @public
|
|
255
|
-
export interface CatalogUpdate {
|
|
256
|
-
tags?: {
|
|
257
|
-
[propertyName: string]: string;
|
|
258
|
-
};
|
|
259
|
-
}
|
|
260
|
-
|
|
261
|
-
// @public
|
|
262
|
-
export interface Certificate extends ProxyResource {
|
|
263
|
-
properties?: CertificateProperties;
|
|
264
|
-
}
|
|
265
|
-
|
|
266
|
-
// @public
|
|
267
|
-
export interface CertificateChainResponse {
|
|
268
|
-
readonly certificateChain?: string;
|
|
269
|
-
}
|
|
270
|
-
|
|
271
|
-
// @public
|
|
272
|
-
export interface CertificateListResult {
|
|
273
|
-
readonly nextLink?: string;
|
|
274
|
-
value: Certificate[];
|
|
275
|
-
}
|
|
276
|
-
|
|
277
|
-
// @public
|
|
278
|
-
export interface CertificateProperties {
|
|
279
|
-
readonly certificate?: string;
|
|
280
|
-
readonly expiryUtc?: Date;
|
|
281
|
-
readonly notBeforeUtc?: Date;
|
|
282
|
-
readonly provisioningState?: ProvisioningState;
|
|
283
|
-
readonly status?: CertificateStatus;
|
|
284
|
-
readonly subject?: string;
|
|
285
|
-
readonly thumbprint?: string;
|
|
286
|
-
}
|
|
287
|
-
|
|
288
|
-
// @public
|
|
289
|
-
export interface Certificates {
|
|
290
|
-
get(resourceGroupName: string, catalogName: string, serialNumber: string, options?: CertificatesGetOptionalParams): Promise<CertificatesGetResponse>;
|
|
291
|
-
listByCatalog(resourceGroupName: string, catalogName: string, options?: CertificatesListByCatalogOptionalParams): PagedAsyncIterableIterator<Certificate>;
|
|
292
|
-
retrieveCertChain(resourceGroupName: string, catalogName: string, serialNumber: string, options?: CertificatesRetrieveCertChainOptionalParams): Promise<CertificatesRetrieveCertChainResponse>;
|
|
293
|
-
retrieveProofOfPossessionNonce(resourceGroupName: string, catalogName: string, serialNumber: string, proofOfPossessionNonceRequest: ProofOfPossessionNonceRequest, options?: CertificatesRetrieveProofOfPossessionNonceOptionalParams): Promise<CertificatesRetrieveProofOfPossessionNonceResponse>;
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
// @public
|
|
297
|
-
export interface CertificatesGetOptionalParams extends coreClient.OperationOptions {
|
|
298
|
-
}
|
|
299
|
-
|
|
300
|
-
// @public
|
|
301
|
-
export type CertificatesGetResponse = Certificate;
|
|
302
|
-
|
|
303
|
-
// @public
|
|
304
|
-
export interface CertificatesListByCatalogNextOptionalParams extends coreClient.OperationOptions {
|
|
305
|
-
}
|
|
306
|
-
|
|
307
|
-
// @public
|
|
308
|
-
export type CertificatesListByCatalogNextResponse = CertificateListResult;
|
|
309
|
-
|
|
310
|
-
// @public
|
|
311
|
-
export interface CertificatesListByCatalogOptionalParams extends coreClient.OperationOptions {
|
|
312
|
-
filter?: string;
|
|
313
|
-
maxpagesize?: number;
|
|
314
|
-
skip?: number;
|
|
315
|
-
top?: number;
|
|
316
|
-
}
|
|
317
|
-
|
|
318
|
-
// @public
|
|
319
|
-
export type CertificatesListByCatalogResponse = CertificateListResult;
|
|
320
|
-
|
|
321
|
-
// @public
|
|
322
|
-
export interface CertificatesRetrieveCertChainOptionalParams extends coreClient.OperationOptions {
|
|
323
|
-
}
|
|
324
|
-
|
|
325
|
-
// @public
|
|
326
|
-
export type CertificatesRetrieveCertChainResponse = CertificateChainResponse;
|
|
327
|
-
|
|
328
|
-
// @public
|
|
329
|
-
export interface CertificatesRetrieveProofOfPossessionNonceOptionalParams extends coreClient.OperationOptions {
|
|
330
|
-
}
|
|
331
|
-
|
|
332
|
-
// @public
|
|
333
|
-
export type CertificatesRetrieveProofOfPossessionNonceResponse = ProofOfPossessionNonceResponse;
|
|
334
|
-
|
|
335
|
-
// @public
|
|
336
|
-
export type CertificateStatus = string;
|
|
337
|
-
|
|
338
|
-
// @public
|
|
339
|
-
export interface ClaimDevicesRequest {
|
|
340
|
-
deviceIdentifiers: string[];
|
|
341
|
-
}
|
|
342
|
-
|
|
343
|
-
// @public
|
|
344
|
-
export interface CountDeviceResponse extends CountElementsResponse {
|
|
345
|
-
}
|
|
346
|
-
|
|
347
|
-
// @public
|
|
348
|
-
export interface CountDevicesResponse extends CountElementsResponse {
|
|
349
|
-
}
|
|
350
|
-
|
|
351
|
-
// @public
|
|
352
|
-
export interface CountElementsResponse {
|
|
353
|
-
value: number;
|
|
354
|
-
}
|
|
355
|
-
|
|
356
|
-
// @public
|
|
357
|
-
export type CreatedByType = string;
|
|
358
|
-
|
|
359
|
-
// @public
|
|
360
|
-
export interface Deployment extends ProxyResource {
|
|
361
|
-
properties?: DeploymentProperties;
|
|
362
|
-
}
|
|
363
|
-
|
|
364
|
-
// @public
|
|
365
|
-
export interface DeploymentListResult {
|
|
366
|
-
readonly nextLink?: string;
|
|
367
|
-
value: Deployment[];
|
|
368
|
-
}
|
|
369
|
-
|
|
370
|
-
// @public
|
|
371
|
-
export interface DeploymentProperties {
|
|
372
|
-
deployedImages?: Image[];
|
|
373
|
-
readonly deploymentDateUtc?: Date;
|
|
374
|
-
deploymentId?: string;
|
|
375
|
-
readonly provisioningState?: ProvisioningState;
|
|
376
|
-
}
|
|
377
|
-
|
|
378
|
-
// @public
|
|
379
|
-
export interface Deployments {
|
|
380
|
-
beginCreateOrUpdate(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, deploymentName: string, resource: Deployment, options?: DeploymentsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DeploymentsCreateOrUpdateResponse>, DeploymentsCreateOrUpdateResponse>>;
|
|
381
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, deploymentName: string, resource: Deployment, options?: DeploymentsCreateOrUpdateOptionalParams): Promise<DeploymentsCreateOrUpdateResponse>;
|
|
382
|
-
beginDelete(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, deploymentName: string, options?: DeploymentsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
383
|
-
beginDeleteAndWait(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, deploymentName: string, options?: DeploymentsDeleteOptionalParams): Promise<void>;
|
|
384
|
-
get(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, deploymentName: string, options?: DeploymentsGetOptionalParams): Promise<DeploymentsGetResponse>;
|
|
385
|
-
listByDeviceGroup(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, options?: DeploymentsListByDeviceGroupOptionalParams): PagedAsyncIterableIterator<Deployment>;
|
|
386
|
-
}
|
|
387
|
-
|
|
388
|
-
// @public
|
|
389
|
-
export interface DeploymentsCreateOrUpdateHeaders {
|
|
390
|
-
retryAfter?: number;
|
|
391
|
-
}
|
|
392
|
-
|
|
393
|
-
// @public
|
|
394
|
-
export interface DeploymentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
395
|
-
resumeFrom?: string;
|
|
396
|
-
updateIntervalInMs?: number;
|
|
397
|
-
}
|
|
398
|
-
|
|
399
|
-
// @public
|
|
400
|
-
export type DeploymentsCreateOrUpdateResponse = Deployment;
|
|
401
|
-
|
|
402
|
-
// @public
|
|
403
|
-
export interface DeploymentsDeleteHeaders {
|
|
404
|
-
location?: string;
|
|
405
|
-
retryAfter?: number;
|
|
406
|
-
}
|
|
407
|
-
|
|
408
|
-
// @public
|
|
409
|
-
export interface DeploymentsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
410
|
-
resumeFrom?: string;
|
|
411
|
-
updateIntervalInMs?: number;
|
|
412
|
-
}
|
|
413
|
-
|
|
414
|
-
// @public
|
|
415
|
-
export interface DeploymentsGetOptionalParams extends coreClient.OperationOptions {
|
|
416
|
-
}
|
|
417
|
-
|
|
418
|
-
// @public
|
|
419
|
-
export type DeploymentsGetResponse = Deployment;
|
|
420
|
-
|
|
421
|
-
// @public
|
|
422
|
-
export interface DeploymentsListByDeviceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
423
|
-
}
|
|
424
|
-
|
|
425
|
-
// @public
|
|
426
|
-
export type DeploymentsListByDeviceGroupNextResponse = DeploymentListResult;
|
|
427
|
-
|
|
428
|
-
// @public
|
|
429
|
-
export interface DeploymentsListByDeviceGroupOptionalParams extends coreClient.OperationOptions {
|
|
430
|
-
filter?: string;
|
|
431
|
-
maxpagesize?: number;
|
|
432
|
-
skip?: number;
|
|
433
|
-
top?: number;
|
|
434
|
-
}
|
|
435
|
-
|
|
436
|
-
// @public
|
|
437
|
-
export type DeploymentsListByDeviceGroupResponse = DeploymentListResult;
|
|
438
|
-
|
|
439
|
-
// @public
|
|
440
|
-
export interface Device extends ProxyResource {
|
|
441
|
-
properties?: DeviceProperties;
|
|
442
|
-
}
|
|
443
|
-
|
|
444
|
-
// @public
|
|
445
|
-
export interface DeviceGroup extends ProxyResource {
|
|
446
|
-
properties?: DeviceGroupProperties;
|
|
447
|
-
}
|
|
448
|
-
|
|
449
|
-
// @public
|
|
450
|
-
export interface DeviceGroupListResult {
|
|
451
|
-
readonly nextLink?: string;
|
|
452
|
-
value: DeviceGroup[];
|
|
453
|
-
}
|
|
454
|
-
|
|
455
|
-
// @public
|
|
456
|
-
export interface DeviceGroupProperties {
|
|
457
|
-
allowCrashDumpsCollection?: AllowCrashDumpCollection;
|
|
458
|
-
description?: string;
|
|
459
|
-
readonly hasDeployment?: boolean;
|
|
460
|
-
osFeedType?: OSFeedType;
|
|
461
|
-
readonly provisioningState?: ProvisioningState;
|
|
462
|
-
regionalDataBoundary?: RegionalDataBoundary;
|
|
463
|
-
updatePolicy?: UpdatePolicy;
|
|
464
|
-
}
|
|
465
|
-
|
|
466
|
-
// @public
|
|
467
|
-
export interface DeviceGroups {
|
|
468
|
-
beginClaimDevices(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, claimDevicesRequest: ClaimDevicesRequest, options?: DeviceGroupsClaimDevicesOptionalParams): Promise<SimplePollerLike<OperationState<DeviceGroupsClaimDevicesResponse>, DeviceGroupsClaimDevicesResponse>>;
|
|
469
|
-
beginClaimDevicesAndWait(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, claimDevicesRequest: ClaimDevicesRequest, options?: DeviceGroupsClaimDevicesOptionalParams): Promise<DeviceGroupsClaimDevicesResponse>;
|
|
470
|
-
beginCreateOrUpdate(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, resource: DeviceGroup, options?: DeviceGroupsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DeviceGroupsCreateOrUpdateResponse>, DeviceGroupsCreateOrUpdateResponse>>;
|
|
471
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, resource: DeviceGroup, options?: DeviceGroupsCreateOrUpdateOptionalParams): Promise<DeviceGroupsCreateOrUpdateResponse>;
|
|
472
|
-
beginDelete(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, options?: DeviceGroupsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
473
|
-
beginDeleteAndWait(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, options?: DeviceGroupsDeleteOptionalParams): Promise<void>;
|
|
474
|
-
beginUpdate(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, properties: DeviceGroupUpdate, options?: DeviceGroupsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DeviceGroupsUpdateResponse>, DeviceGroupsUpdateResponse>>;
|
|
475
|
-
beginUpdateAndWait(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, properties: DeviceGroupUpdate, options?: DeviceGroupsUpdateOptionalParams): Promise<DeviceGroupsUpdateResponse>;
|
|
476
|
-
countDevices(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, options?: DeviceGroupsCountDevicesOptionalParams): Promise<DeviceGroupsCountDevicesResponse>;
|
|
477
|
-
get(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, options?: DeviceGroupsGetOptionalParams): Promise<DeviceGroupsGetResponse>;
|
|
478
|
-
listByProduct(resourceGroupName: string, catalogName: string, productName: string, options?: DeviceGroupsListByProductOptionalParams): PagedAsyncIterableIterator<DeviceGroup>;
|
|
479
|
-
}
|
|
480
|
-
|
|
481
|
-
// @public
|
|
482
|
-
export interface DeviceGroupsClaimDevicesHeaders {
|
|
483
|
-
location?: string;
|
|
484
|
-
retryAfter?: number;
|
|
485
|
-
}
|
|
486
|
-
|
|
487
|
-
// @public
|
|
488
|
-
export interface DeviceGroupsClaimDevicesOptionalParams extends coreClient.OperationOptions {
|
|
489
|
-
resumeFrom?: string;
|
|
490
|
-
updateIntervalInMs?: number;
|
|
491
|
-
}
|
|
492
|
-
|
|
493
|
-
// @public
|
|
494
|
-
export type DeviceGroupsClaimDevicesResponse = DeviceGroupsClaimDevicesHeaders;
|
|
495
|
-
|
|
496
|
-
// @public
|
|
497
|
-
export interface DeviceGroupsCountDevicesOptionalParams extends coreClient.OperationOptions {
|
|
498
|
-
}
|
|
499
|
-
|
|
500
|
-
// @public
|
|
501
|
-
export type DeviceGroupsCountDevicesResponse = CountDevicesResponse;
|
|
502
|
-
|
|
503
|
-
// @public
|
|
504
|
-
export interface DeviceGroupsCreateOrUpdateHeaders {
|
|
505
|
-
retryAfter?: number;
|
|
506
|
-
}
|
|
507
|
-
|
|
508
|
-
// @public
|
|
509
|
-
export interface DeviceGroupsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
510
|
-
resumeFrom?: string;
|
|
511
|
-
updateIntervalInMs?: number;
|
|
512
|
-
}
|
|
513
|
-
|
|
514
|
-
// @public
|
|
515
|
-
export type DeviceGroupsCreateOrUpdateResponse = DeviceGroup;
|
|
516
|
-
|
|
517
|
-
// @public
|
|
518
|
-
export interface DeviceGroupsDeleteHeaders {
|
|
519
|
-
location?: string;
|
|
520
|
-
retryAfter?: number;
|
|
521
|
-
}
|
|
522
|
-
|
|
523
|
-
// @public
|
|
524
|
-
export interface DeviceGroupsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
525
|
-
resumeFrom?: string;
|
|
526
|
-
updateIntervalInMs?: number;
|
|
527
|
-
}
|
|
528
|
-
|
|
529
|
-
// @public
|
|
530
|
-
export interface DeviceGroupsGetOptionalParams extends coreClient.OperationOptions {
|
|
531
|
-
}
|
|
532
|
-
|
|
533
|
-
// @public
|
|
534
|
-
export type DeviceGroupsGetResponse = DeviceGroup;
|
|
535
|
-
|
|
536
|
-
// @public
|
|
537
|
-
export interface DeviceGroupsListByProductNextOptionalParams extends coreClient.OperationOptions {
|
|
538
|
-
}
|
|
539
|
-
|
|
540
|
-
// @public
|
|
541
|
-
export type DeviceGroupsListByProductNextResponse = DeviceGroupListResult;
|
|
542
|
-
|
|
543
|
-
// @public
|
|
544
|
-
export interface DeviceGroupsListByProductOptionalParams extends coreClient.OperationOptions {
|
|
545
|
-
filter?: string;
|
|
546
|
-
maxpagesize?: number;
|
|
547
|
-
skip?: number;
|
|
548
|
-
top?: number;
|
|
549
|
-
}
|
|
550
|
-
|
|
551
|
-
// @public
|
|
552
|
-
export type DeviceGroupsListByProductResponse = DeviceGroupListResult;
|
|
553
|
-
|
|
554
|
-
// @public
|
|
555
|
-
export interface DeviceGroupsUpdateHeaders {
|
|
556
|
-
location?: string;
|
|
557
|
-
retryAfter?: number;
|
|
558
|
-
}
|
|
559
|
-
|
|
560
|
-
// @public
|
|
561
|
-
export interface DeviceGroupsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
562
|
-
resumeFrom?: string;
|
|
563
|
-
updateIntervalInMs?: number;
|
|
564
|
-
}
|
|
565
|
-
|
|
566
|
-
// @public
|
|
567
|
-
export type DeviceGroupsUpdateResponse = DeviceGroup;
|
|
568
|
-
|
|
569
|
-
// @public
|
|
570
|
-
export interface DeviceGroupUpdate {
|
|
571
|
-
properties?: DeviceGroupUpdateProperties;
|
|
572
|
-
}
|
|
573
|
-
|
|
574
|
-
// @public
|
|
575
|
-
export interface DeviceGroupUpdateProperties {
|
|
576
|
-
allowCrashDumpsCollection?: AllowCrashDumpCollection;
|
|
577
|
-
description?: string;
|
|
578
|
-
osFeedType?: OSFeedType;
|
|
579
|
-
regionalDataBoundary?: RegionalDataBoundary;
|
|
580
|
-
updatePolicy?: UpdatePolicy;
|
|
581
|
-
}
|
|
582
|
-
|
|
583
|
-
// @public
|
|
584
|
-
export interface DeviceInsight {
|
|
585
|
-
description: string;
|
|
586
|
-
deviceId: string;
|
|
587
|
-
endTimestampUtc: Date;
|
|
588
|
-
eventCategory: string;
|
|
589
|
-
eventClass: string;
|
|
590
|
-
eventCount: number;
|
|
591
|
-
eventType: string;
|
|
592
|
-
startTimestampUtc: Date;
|
|
593
|
-
}
|
|
594
|
-
|
|
595
|
-
// @public
|
|
596
|
-
export interface DeviceListResult {
|
|
597
|
-
readonly nextLink?: string;
|
|
598
|
-
value: Device[];
|
|
599
|
-
}
|
|
600
|
-
|
|
601
|
-
// @public
|
|
602
|
-
export interface DeviceProperties {
|
|
603
|
-
readonly chipSku?: string;
|
|
604
|
-
deviceId?: string;
|
|
605
|
-
readonly lastAvailableOsVersion?: string;
|
|
606
|
-
readonly lastInstalledOsVersion?: string;
|
|
607
|
-
readonly lastOsUpdateUtc?: Date;
|
|
608
|
-
readonly lastUpdateRequestUtc?: Date;
|
|
609
|
-
readonly provisioningState?: ProvisioningState;
|
|
610
|
-
}
|
|
611
|
-
|
|
612
|
-
// @public
|
|
613
|
-
export interface Devices {
|
|
614
|
-
beginCreateOrUpdate(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, deviceName: string, resource: Device, options?: DevicesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DevicesCreateOrUpdateResponse>, DevicesCreateOrUpdateResponse>>;
|
|
615
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, deviceName: string, resource: Device, options?: DevicesCreateOrUpdateOptionalParams): Promise<DevicesCreateOrUpdateResponse>;
|
|
616
|
-
beginDelete(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, deviceName: string, options?: DevicesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
617
|
-
beginDeleteAndWait(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, deviceName: string, options?: DevicesDeleteOptionalParams): Promise<void>;
|
|
618
|
-
beginGenerateCapabilityImage(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, deviceName: string, generateDeviceCapabilityRequest: GenerateCapabilityImageRequest, options?: DevicesGenerateCapabilityImageOptionalParams): Promise<SimplePollerLike<OperationState<DevicesGenerateCapabilityImageResponse>, DevicesGenerateCapabilityImageResponse>>;
|
|
619
|
-
beginGenerateCapabilityImageAndWait(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, deviceName: string, generateDeviceCapabilityRequest: GenerateCapabilityImageRequest, options?: DevicesGenerateCapabilityImageOptionalParams): Promise<DevicesGenerateCapabilityImageResponse>;
|
|
620
|
-
beginUpdate(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, deviceName: string, properties: DeviceUpdate, options?: DevicesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DevicesUpdateResponse>, DevicesUpdateResponse>>;
|
|
621
|
-
beginUpdateAndWait(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, deviceName: string, properties: DeviceUpdate, options?: DevicesUpdateOptionalParams): Promise<DevicesUpdateResponse>;
|
|
622
|
-
get(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, deviceName: string, options?: DevicesGetOptionalParams): Promise<DevicesGetResponse>;
|
|
623
|
-
listByDeviceGroup(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, options?: DevicesListByDeviceGroupOptionalParams): PagedAsyncIterableIterator<Device>;
|
|
624
|
-
}
|
|
625
|
-
|
|
626
|
-
// @public
|
|
627
|
-
export interface DevicesCreateOrUpdateHeaders {
|
|
628
|
-
retryAfter?: number;
|
|
629
|
-
}
|
|
630
|
-
|
|
631
|
-
// @public
|
|
632
|
-
export interface DevicesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
633
|
-
resumeFrom?: string;
|
|
634
|
-
updateIntervalInMs?: number;
|
|
635
|
-
}
|
|
636
|
-
|
|
637
|
-
// @public
|
|
638
|
-
export type DevicesCreateOrUpdateResponse = Device;
|
|
639
|
-
|
|
640
|
-
// @public
|
|
641
|
-
export interface DevicesDeleteHeaders {
|
|
642
|
-
location?: string;
|
|
643
|
-
retryAfter?: number;
|
|
644
|
-
}
|
|
645
|
-
|
|
646
|
-
// @public
|
|
647
|
-
export interface DevicesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
648
|
-
resumeFrom?: string;
|
|
649
|
-
updateIntervalInMs?: number;
|
|
650
|
-
}
|
|
651
|
-
|
|
652
|
-
// @public
|
|
653
|
-
export interface DevicesGenerateCapabilityImageHeaders {
|
|
654
|
-
location?: string;
|
|
655
|
-
retryAfter?: number;
|
|
656
|
-
}
|
|
657
|
-
|
|
658
|
-
// @public
|
|
659
|
-
export interface DevicesGenerateCapabilityImageOptionalParams extends coreClient.OperationOptions {
|
|
660
|
-
resumeFrom?: string;
|
|
661
|
-
updateIntervalInMs?: number;
|
|
662
|
-
}
|
|
663
|
-
|
|
664
|
-
// @public
|
|
665
|
-
export type DevicesGenerateCapabilityImageResponse = SignedCapabilityImageResponse;
|
|
666
|
-
|
|
667
|
-
// @public
|
|
668
|
-
export interface DevicesGetOptionalParams extends coreClient.OperationOptions {
|
|
669
|
-
}
|
|
670
|
-
|
|
671
|
-
// @public
|
|
672
|
-
export type DevicesGetResponse = Device;
|
|
673
|
-
|
|
674
|
-
// @public
|
|
675
|
-
export interface DevicesListByDeviceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
676
|
-
}
|
|
677
|
-
|
|
678
|
-
// @public
|
|
679
|
-
export type DevicesListByDeviceGroupNextResponse = DeviceListResult;
|
|
680
|
-
|
|
681
|
-
// @public
|
|
682
|
-
export interface DevicesListByDeviceGroupOptionalParams extends coreClient.OperationOptions {
|
|
683
|
-
}
|
|
684
|
-
|
|
685
|
-
// @public
|
|
686
|
-
export type DevicesListByDeviceGroupResponse = DeviceListResult;
|
|
687
|
-
|
|
688
|
-
// @public
|
|
689
|
-
export interface DevicesUpdateHeaders {
|
|
690
|
-
retryAfter?: number;
|
|
691
|
-
}
|
|
692
|
-
|
|
693
|
-
// @public
|
|
694
|
-
export interface DevicesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
695
|
-
resumeFrom?: string;
|
|
696
|
-
updateIntervalInMs?: number;
|
|
697
|
-
}
|
|
698
|
-
|
|
699
|
-
// @public
|
|
700
|
-
export type DevicesUpdateResponse = Device;
|
|
701
|
-
|
|
702
|
-
// @public
|
|
703
|
-
export interface DeviceUpdate {
|
|
704
|
-
properties?: DeviceUpdateProperties;
|
|
705
|
-
}
|
|
706
|
-
|
|
707
|
-
// @public
|
|
708
|
-
export interface DeviceUpdateProperties {
|
|
709
|
-
deviceGroupId?: string;
|
|
710
|
-
}
|
|
711
|
-
|
|
712
|
-
// @public
|
|
713
|
-
export interface ErrorAdditionalInfo {
|
|
714
|
-
readonly info?: Record<string, unknown>;
|
|
715
|
-
readonly type?: string;
|
|
716
|
-
}
|
|
717
|
-
|
|
718
|
-
// @public
|
|
719
|
-
export interface ErrorDetail {
|
|
720
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
721
|
-
readonly code?: string;
|
|
722
|
-
readonly details?: ErrorDetail[];
|
|
723
|
-
readonly message?: string;
|
|
724
|
-
readonly target?: string;
|
|
725
|
-
}
|
|
726
|
-
|
|
727
|
-
// @public
|
|
728
|
-
export interface ErrorResponse {
|
|
729
|
-
error?: ErrorDetail;
|
|
730
|
-
}
|
|
731
|
-
|
|
732
|
-
// @public
|
|
733
|
-
export interface GenerateCapabilityImageRequest {
|
|
734
|
-
capabilities: CapabilityType[];
|
|
735
|
-
}
|
|
736
|
-
|
|
737
|
-
// @public
|
|
738
|
-
export function getContinuationToken(page: unknown): string | undefined;
|
|
739
|
-
|
|
740
|
-
// @public
|
|
741
|
-
export interface Image extends ProxyResource {
|
|
742
|
-
properties?: ImageProperties;
|
|
743
|
-
}
|
|
744
|
-
|
|
745
|
-
// @public
|
|
746
|
-
export interface ImageListResult {
|
|
747
|
-
readonly nextLink?: string;
|
|
748
|
-
value: Image[];
|
|
749
|
-
}
|
|
750
|
-
|
|
751
|
-
// @public
|
|
752
|
-
export interface ImageProperties {
|
|
753
|
-
readonly componentId?: string;
|
|
754
|
-
readonly description?: string;
|
|
755
|
-
image?: string;
|
|
756
|
-
imageId?: string;
|
|
757
|
-
readonly imageName?: string;
|
|
758
|
-
readonly imageType?: ImageType;
|
|
759
|
-
readonly provisioningState?: ProvisioningState;
|
|
760
|
-
regionalDataBoundary?: RegionalDataBoundary;
|
|
761
|
-
readonly uri?: string;
|
|
762
|
-
}
|
|
763
|
-
|
|
764
|
-
// @public
|
|
765
|
-
export interface Images {
|
|
766
|
-
beginCreateOrUpdate(resourceGroupName: string, catalogName: string, imageName: string, resource: Image, options?: ImagesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ImagesCreateOrUpdateResponse>, ImagesCreateOrUpdateResponse>>;
|
|
767
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, catalogName: string, imageName: string, resource: Image, options?: ImagesCreateOrUpdateOptionalParams): Promise<ImagesCreateOrUpdateResponse>;
|
|
768
|
-
beginDelete(resourceGroupName: string, catalogName: string, imageName: string, options?: ImagesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
769
|
-
beginDeleteAndWait(resourceGroupName: string, catalogName: string, imageName: string, options?: ImagesDeleteOptionalParams): Promise<void>;
|
|
770
|
-
get(resourceGroupName: string, catalogName: string, imageName: string, options?: ImagesGetOptionalParams): Promise<ImagesGetResponse>;
|
|
771
|
-
listByCatalog(resourceGroupName: string, catalogName: string, options?: ImagesListByCatalogOptionalParams): PagedAsyncIterableIterator<Image>;
|
|
772
|
-
}
|
|
773
|
-
|
|
774
|
-
// @public
|
|
775
|
-
export interface ImagesCreateOrUpdateHeaders {
|
|
776
|
-
retryAfter?: number;
|
|
777
|
-
}
|
|
778
|
-
|
|
779
|
-
// @public
|
|
780
|
-
export interface ImagesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
781
|
-
resumeFrom?: string;
|
|
782
|
-
updateIntervalInMs?: number;
|
|
783
|
-
}
|
|
784
|
-
|
|
785
|
-
// @public
|
|
786
|
-
export type ImagesCreateOrUpdateResponse = Image;
|
|
787
|
-
|
|
788
|
-
// @public
|
|
789
|
-
export interface ImagesDeleteHeaders {
|
|
790
|
-
location?: string;
|
|
791
|
-
retryAfter?: number;
|
|
792
|
-
}
|
|
793
|
-
|
|
794
|
-
// @public
|
|
795
|
-
export interface ImagesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
796
|
-
resumeFrom?: string;
|
|
797
|
-
updateIntervalInMs?: number;
|
|
798
|
-
}
|
|
799
|
-
|
|
800
|
-
// @public
|
|
801
|
-
export interface ImagesGetOptionalParams extends coreClient.OperationOptions {
|
|
802
|
-
}
|
|
803
|
-
|
|
804
|
-
// @public
|
|
805
|
-
export type ImagesGetResponse = Image;
|
|
806
|
-
|
|
807
|
-
// @public
|
|
808
|
-
export interface ImagesListByCatalogNextOptionalParams extends coreClient.OperationOptions {
|
|
809
|
-
}
|
|
810
|
-
|
|
811
|
-
// @public
|
|
812
|
-
export type ImagesListByCatalogNextResponse = ImageListResult;
|
|
813
|
-
|
|
814
|
-
// @public
|
|
815
|
-
export interface ImagesListByCatalogOptionalParams extends coreClient.OperationOptions {
|
|
816
|
-
filter?: string;
|
|
817
|
-
maxpagesize?: number;
|
|
818
|
-
skip?: number;
|
|
819
|
-
top?: number;
|
|
820
|
-
}
|
|
821
|
-
|
|
822
|
-
// @public
|
|
823
|
-
export type ImagesListByCatalogResponse = ImageListResult;
|
|
824
|
-
|
|
825
|
-
// @public
|
|
826
|
-
export type ImageType = string;
|
|
827
|
-
|
|
828
|
-
// @public
|
|
829
|
-
export enum KnownActionType {
|
|
830
|
-
Internal = "Internal"
|
|
831
|
-
}
|
|
832
|
-
|
|
833
|
-
// @public
|
|
834
|
-
export enum KnownAllowCrashDumpCollection {
|
|
835
|
-
Disabled = "Disabled",
|
|
836
|
-
Enabled = "Enabled"
|
|
837
|
-
}
|
|
838
|
-
|
|
839
|
-
// @public
|
|
840
|
-
export enum KnownCapabilityType {
|
|
841
|
-
ApplicationDevelopment = "ApplicationDevelopment",
|
|
842
|
-
FieldServicing = "FieldServicing"
|
|
843
|
-
}
|
|
844
|
-
|
|
845
|
-
// @public
|
|
846
|
-
export enum KnownCertificateStatus {
|
|
847
|
-
Active = "Active",
|
|
848
|
-
Expired = "Expired",
|
|
849
|
-
Inactive = "Inactive",
|
|
850
|
-
Revoked = "Revoked"
|
|
851
|
-
}
|
|
852
|
-
|
|
853
|
-
// @public
|
|
854
|
-
export enum KnownCreatedByType {
|
|
855
|
-
Application = "Application",
|
|
856
|
-
Key = "Key",
|
|
857
|
-
ManagedIdentity = "ManagedIdentity",
|
|
858
|
-
User = "User"
|
|
859
|
-
}
|
|
860
|
-
|
|
861
|
-
// @public
|
|
862
|
-
export enum KnownImageType {
|
|
863
|
-
Applications = "Applications",
|
|
864
|
-
BaseSystemUpdateManifest = "BaseSystemUpdateManifest",
|
|
865
|
-
BootManifest = "BootManifest",
|
|
866
|
-
CustomerBoardConfig = "CustomerBoardConfig",
|
|
867
|
-
CustomerUpdateManifest = "CustomerUpdateManifest",
|
|
868
|
-
FirmwareUpdateManifest = "FirmwareUpdateManifest",
|
|
869
|
-
FwConfig = "FwConfig",
|
|
870
|
-
InvalidImageType = "InvalidImageType",
|
|
871
|
-
ManifestSet = "ManifestSet",
|
|
872
|
-
NormalWorldDtb = "NormalWorldDtb",
|
|
873
|
-
NormalWorldKernel = "NormalWorldKernel",
|
|
874
|
-
NormalWorldLoader = "NormalWorldLoader",
|
|
875
|
-
Nwfs = "Nwfs",
|
|
876
|
-
OneBl = "OneBl",
|
|
877
|
-
Other = "Other",
|
|
878
|
-
PlutonRuntime = "PlutonRuntime",
|
|
879
|
-
Policy = "Policy",
|
|
880
|
-
RecoveryManifest = "RecoveryManifest",
|
|
881
|
-
RootFs = "RootFs",
|
|
882
|
-
SecurityMonitor = "SecurityMonitor",
|
|
883
|
-
Services = "Services",
|
|
884
|
-
TrustedKeystore = "TrustedKeystore",
|
|
885
|
-
UpdateCertStore = "UpdateCertStore",
|
|
886
|
-
WifiFirmware = "WifiFirmware"
|
|
887
|
-
}
|
|
888
|
-
|
|
889
|
-
// @public
|
|
890
|
-
export enum KnownOrigin {
|
|
891
|
-
System = "system",
|
|
892
|
-
User = "user",
|
|
893
|
-
UserSystem = "user,system"
|
|
894
|
-
}
|
|
895
|
-
|
|
896
|
-
// @public
|
|
897
|
-
export enum KnownOSFeedType {
|
|
898
|
-
Retail = "Retail",
|
|
899
|
-
RetailEval = "RetailEval"
|
|
900
|
-
}
|
|
901
|
-
|
|
902
|
-
// @public
|
|
903
|
-
export enum KnownProvisioningState {
|
|
904
|
-
Accepted = "Accepted",
|
|
905
|
-
Canceled = "Canceled",
|
|
906
|
-
Deleting = "Deleting",
|
|
907
|
-
Failed = "Failed",
|
|
908
|
-
Provisioning = "Provisioning",
|
|
909
|
-
Succeeded = "Succeeded",
|
|
910
|
-
Updating = "Updating"
|
|
911
|
-
}
|
|
912
|
-
|
|
913
|
-
// @public
|
|
914
|
-
export enum KnownRegionalDataBoundary {
|
|
915
|
-
EU = "EU",
|
|
916
|
-
None = "None"
|
|
917
|
-
}
|
|
918
|
-
|
|
919
|
-
// @public
|
|
920
|
-
export enum KnownUpdatePolicy {
|
|
921
|
-
No3RdPartyAppUpdates = "No3rdPartyAppUpdates",
|
|
922
|
-
UpdateAll = "UpdateAll"
|
|
923
|
-
}
|
|
924
|
-
|
|
925
|
-
// @public
|
|
926
|
-
export interface ListDeviceGroupsRequest {
|
|
927
|
-
deviceGroupName?: string;
|
|
928
|
-
}
|
|
929
|
-
|
|
930
|
-
// @public
|
|
931
|
-
export interface Operation {
|
|
932
|
-
readonly actionType?: ActionType;
|
|
933
|
-
display?: OperationDisplay;
|
|
934
|
-
readonly isDataAction?: boolean;
|
|
935
|
-
readonly name?: string;
|
|
936
|
-
readonly origin?: Origin;
|
|
937
|
-
}
|
|
938
|
-
|
|
939
|
-
// @public
|
|
940
|
-
export interface OperationDisplay {
|
|
941
|
-
readonly description?: string;
|
|
942
|
-
readonly operation?: string;
|
|
943
|
-
readonly provider?: string;
|
|
944
|
-
readonly resource?: string;
|
|
945
|
-
}
|
|
946
|
-
|
|
947
|
-
// @public
|
|
948
|
-
export interface OperationListResult {
|
|
949
|
-
readonly nextLink?: string;
|
|
950
|
-
readonly value?: Operation[];
|
|
951
|
-
}
|
|
952
|
-
|
|
953
|
-
// @public
|
|
954
|
-
export interface Operations {
|
|
955
|
-
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
956
|
-
}
|
|
957
|
-
|
|
958
|
-
// @public
|
|
959
|
-
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
960
|
-
}
|
|
961
|
-
|
|
962
|
-
// @public
|
|
963
|
-
export type OperationsListNextResponse = OperationListResult;
|
|
964
|
-
|
|
965
|
-
// @public
|
|
966
|
-
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
967
|
-
}
|
|
968
|
-
|
|
969
|
-
// @public
|
|
970
|
-
export type OperationsListResponse = OperationListResult;
|
|
971
|
-
|
|
972
|
-
// @public
|
|
973
|
-
export type Origin = string;
|
|
974
|
-
|
|
975
|
-
// @public
|
|
976
|
-
export type OSFeedType = string;
|
|
977
|
-
|
|
978
|
-
// @public
|
|
979
|
-
export interface PagedDeviceInsight {
|
|
980
|
-
readonly nextLink?: string;
|
|
981
|
-
value: DeviceInsight[];
|
|
982
|
-
}
|
|
983
|
-
|
|
984
|
-
// @public
|
|
985
|
-
export interface Product extends ProxyResource {
|
|
986
|
-
properties?: ProductProperties;
|
|
987
|
-
}
|
|
988
|
-
|
|
989
|
-
// @public
|
|
990
|
-
export interface ProductListResult {
|
|
991
|
-
readonly nextLink?: string;
|
|
992
|
-
value: Product[];
|
|
993
|
-
}
|
|
994
|
-
|
|
995
|
-
// @public
|
|
996
|
-
export interface ProductProperties {
|
|
997
|
-
description?: string;
|
|
998
|
-
readonly provisioningState?: ProvisioningState;
|
|
999
|
-
}
|
|
1000
|
-
|
|
1001
|
-
// @public
|
|
1002
|
-
export interface Products {
|
|
1003
|
-
beginCreateOrUpdate(resourceGroupName: string, catalogName: string, productName: string, resource: Product, options?: ProductsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ProductsCreateOrUpdateResponse>, ProductsCreateOrUpdateResponse>>;
|
|
1004
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, catalogName: string, productName: string, resource: Product, options?: ProductsCreateOrUpdateOptionalParams): Promise<ProductsCreateOrUpdateResponse>;
|
|
1005
|
-
beginDelete(resourceGroupName: string, catalogName: string, productName: string, options?: ProductsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
1006
|
-
beginDeleteAndWait(resourceGroupName: string, catalogName: string, productName: string, options?: ProductsDeleteOptionalParams): Promise<void>;
|
|
1007
|
-
beginUpdate(resourceGroupName: string, catalogName: string, productName: string, properties: ProductUpdate, options?: ProductsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ProductsUpdateResponse>, ProductsUpdateResponse>>;
|
|
1008
|
-
beginUpdateAndWait(resourceGroupName: string, catalogName: string, productName: string, properties: ProductUpdate, options?: ProductsUpdateOptionalParams): Promise<ProductsUpdateResponse>;
|
|
1009
|
-
countDevices(resourceGroupName: string, catalogName: string, productName: string, options?: ProductsCountDevicesOptionalParams): Promise<ProductsCountDevicesResponse>;
|
|
1010
|
-
get(resourceGroupName: string, catalogName: string, productName: string, options?: ProductsGetOptionalParams): Promise<ProductsGetResponse>;
|
|
1011
|
-
listByCatalog(resourceGroupName: string, catalogName: string, options?: ProductsListByCatalogOptionalParams): PagedAsyncIterableIterator<Product>;
|
|
1012
|
-
listGenerateDefaultDeviceGroups(resourceGroupName: string, catalogName: string, productName: string, options?: ProductsGenerateDefaultDeviceGroupsOptionalParams): PagedAsyncIterableIterator<DeviceGroup>;
|
|
1013
|
-
}
|
|
1014
|
-
|
|
1015
|
-
// @public
|
|
1016
|
-
export interface ProductsCountDevicesOptionalParams extends coreClient.OperationOptions {
|
|
1017
|
-
}
|
|
1018
|
-
|
|
1019
|
-
// @public
|
|
1020
|
-
export type ProductsCountDevicesResponse = CountDevicesResponse;
|
|
1021
|
-
|
|
1022
|
-
// @public
|
|
1023
|
-
export interface ProductsCreateOrUpdateHeaders {
|
|
1024
|
-
retryAfter?: number;
|
|
1025
|
-
}
|
|
1026
|
-
|
|
1027
|
-
// @public
|
|
1028
|
-
export interface ProductsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1029
|
-
resumeFrom?: string;
|
|
1030
|
-
updateIntervalInMs?: number;
|
|
1031
|
-
}
|
|
1032
|
-
|
|
1033
|
-
// @public
|
|
1034
|
-
export type ProductsCreateOrUpdateResponse = Product;
|
|
1035
|
-
|
|
1036
|
-
// @public
|
|
1037
|
-
export interface ProductsDeleteHeaders {
|
|
1038
|
-
location?: string;
|
|
1039
|
-
retryAfter?: number;
|
|
1040
|
-
}
|
|
1041
|
-
|
|
1042
|
-
// @public
|
|
1043
|
-
export interface ProductsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1044
|
-
resumeFrom?: string;
|
|
1045
|
-
updateIntervalInMs?: number;
|
|
1046
|
-
}
|
|
1047
|
-
|
|
1048
|
-
// @public
|
|
1049
|
-
export interface ProductsGenerateDefaultDeviceGroupsNextOptionalParams extends coreClient.OperationOptions {
|
|
1050
|
-
}
|
|
1051
|
-
|
|
1052
|
-
// @public
|
|
1053
|
-
export type ProductsGenerateDefaultDeviceGroupsNextResponse = DeviceGroupListResult;
|
|
1054
|
-
|
|
1055
|
-
// @public
|
|
1056
|
-
export interface ProductsGenerateDefaultDeviceGroupsOptionalParams extends coreClient.OperationOptions {
|
|
1057
|
-
}
|
|
1058
|
-
|
|
1059
|
-
// @public
|
|
1060
|
-
export type ProductsGenerateDefaultDeviceGroupsResponse = DeviceGroupListResult;
|
|
1061
|
-
|
|
1062
|
-
// @public
|
|
1063
|
-
export interface ProductsGetOptionalParams extends coreClient.OperationOptions {
|
|
1064
|
-
}
|
|
1065
|
-
|
|
1066
|
-
// @public
|
|
1067
|
-
export type ProductsGetResponse = Product;
|
|
1068
|
-
|
|
1069
|
-
// @public
|
|
1070
|
-
export interface ProductsListByCatalogNextOptionalParams extends coreClient.OperationOptions {
|
|
1071
|
-
}
|
|
1072
|
-
|
|
1073
|
-
// @public
|
|
1074
|
-
export type ProductsListByCatalogNextResponse = ProductListResult;
|
|
1075
|
-
|
|
1076
|
-
// @public
|
|
1077
|
-
export interface ProductsListByCatalogOptionalParams extends coreClient.OperationOptions {
|
|
1078
|
-
}
|
|
1079
|
-
|
|
1080
|
-
// @public
|
|
1081
|
-
export type ProductsListByCatalogResponse = ProductListResult;
|
|
1082
|
-
|
|
1083
|
-
// @public
|
|
1084
|
-
export interface ProductsUpdateHeaders {
|
|
1085
|
-
location?: string;
|
|
1086
|
-
retryAfter?: number;
|
|
1087
|
-
}
|
|
1088
|
-
|
|
1089
|
-
// @public
|
|
1090
|
-
export interface ProductsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1091
|
-
resumeFrom?: string;
|
|
1092
|
-
updateIntervalInMs?: number;
|
|
1093
|
-
}
|
|
1094
|
-
|
|
1095
|
-
// @public
|
|
1096
|
-
export type ProductsUpdateResponse = Product;
|
|
1097
|
-
|
|
1098
|
-
// @public
|
|
1099
|
-
export interface ProductUpdate {
|
|
1100
|
-
properties?: ProductUpdateProperties;
|
|
1101
|
-
}
|
|
1102
|
-
|
|
1103
|
-
// @public
|
|
1104
|
-
export interface ProductUpdateProperties {
|
|
1105
|
-
description?: string;
|
|
1106
|
-
}
|
|
1107
|
-
|
|
1108
|
-
// @public
|
|
1109
|
-
export interface ProofOfPossessionNonceRequest {
|
|
1110
|
-
proofOfPossessionNonce: string;
|
|
1111
|
-
}
|
|
1112
|
-
|
|
1113
|
-
// @public
|
|
1114
|
-
export interface ProofOfPossessionNonceResponse extends CertificateProperties {
|
|
1115
|
-
}
|
|
1116
|
-
|
|
1117
|
-
// @public
|
|
1118
|
-
export type ProvisioningState = string;
|
|
1119
|
-
|
|
1120
|
-
// @public
|
|
1121
|
-
export interface ProxyResource extends Resource {
|
|
1122
|
-
}
|
|
1123
|
-
|
|
1124
|
-
// @public
|
|
1125
|
-
export type RegionalDataBoundary = string;
|
|
1126
|
-
|
|
1127
|
-
// @public
|
|
1128
|
-
export interface Resource {
|
|
1129
|
-
readonly id?: string;
|
|
1130
|
-
readonly name?: string;
|
|
1131
|
-
readonly systemData?: SystemData;
|
|
1132
|
-
readonly type?: string;
|
|
1133
|
-
}
|
|
1134
|
-
|
|
1135
|
-
// @public
|
|
1136
|
-
export interface SignedCapabilityImageResponse {
|
|
1137
|
-
readonly image?: string;
|
|
1138
|
-
}
|
|
1139
|
-
|
|
1140
|
-
// @public
|
|
1141
|
-
export interface SystemData {
|
|
1142
|
-
createdAt?: Date;
|
|
1143
|
-
createdBy?: string;
|
|
1144
|
-
createdByType?: CreatedByType;
|
|
1145
|
-
lastModifiedAt?: Date;
|
|
1146
|
-
lastModifiedBy?: string;
|
|
1147
|
-
lastModifiedByType?: CreatedByType;
|
|
1148
|
-
}
|
|
1149
|
-
|
|
1150
|
-
// @public
|
|
1151
|
-
export interface TrackedResource extends Resource {
|
|
1152
|
-
location: string;
|
|
1153
|
-
tags?: {
|
|
1154
|
-
[propertyName: string]: string;
|
|
1155
|
-
};
|
|
1156
|
-
}
|
|
1157
|
-
|
|
1158
|
-
// @public
|
|
1159
|
-
export type UpdatePolicy = string;
|
|
1160
|
-
|
|
1161
|
-
// (No @packageDocumentation comment for this package)
|
|
1162
|
-
|
|
1163
|
-
```
|
|
1
|
+
## API Report File for "@azure/arm-sphere"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
import * as coreAuth from '@azure/core-auth';
|
|
8
|
+
import * as coreClient from '@azure/core-client';
|
|
9
|
+
import { OperationState } from '@azure/core-lro';
|
|
10
|
+
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
11
|
+
import { SimplePollerLike } from '@azure/core-lro';
|
|
12
|
+
|
|
13
|
+
// @public
|
|
14
|
+
export type ActionType = string;
|
|
15
|
+
|
|
16
|
+
// @public
|
|
17
|
+
export type AllowCrashDumpCollection = string;
|
|
18
|
+
|
|
19
|
+
// @public (undocumented)
|
|
20
|
+
export class AzureSphereManagementClient extends coreClient.ServiceClient {
|
|
21
|
+
// (undocumented)
|
|
22
|
+
$host: string;
|
|
23
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: AzureSphereManagementClientOptionalParams);
|
|
24
|
+
// (undocumented)
|
|
25
|
+
apiVersion: string;
|
|
26
|
+
// (undocumented)
|
|
27
|
+
catalogs: Catalogs;
|
|
28
|
+
// (undocumented)
|
|
29
|
+
certificates: Certificates;
|
|
30
|
+
// (undocumented)
|
|
31
|
+
deployments: Deployments;
|
|
32
|
+
// (undocumented)
|
|
33
|
+
deviceGroups: DeviceGroups;
|
|
34
|
+
// (undocumented)
|
|
35
|
+
devices: Devices;
|
|
36
|
+
// (undocumented)
|
|
37
|
+
images: Images;
|
|
38
|
+
// (undocumented)
|
|
39
|
+
operations: Operations;
|
|
40
|
+
// (undocumented)
|
|
41
|
+
products: Products;
|
|
42
|
+
// (undocumented)
|
|
43
|
+
subscriptionId: string;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
// @public
|
|
47
|
+
export interface AzureSphereManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
48
|
+
$host?: string;
|
|
49
|
+
apiVersion?: string;
|
|
50
|
+
endpoint?: string;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
// @public
|
|
54
|
+
export type CapabilityType = string;
|
|
55
|
+
|
|
56
|
+
// @public
|
|
57
|
+
export interface Catalog extends TrackedResource {
|
|
58
|
+
properties?: CatalogProperties;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
// @public
|
|
62
|
+
export interface CatalogListResult {
|
|
63
|
+
readonly nextLink?: string;
|
|
64
|
+
value: Catalog[];
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
// @public
|
|
68
|
+
export interface CatalogProperties {
|
|
69
|
+
readonly provisioningState?: ProvisioningState;
|
|
70
|
+
readonly tenantId?: string;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
// @public
|
|
74
|
+
export interface Catalogs {
|
|
75
|
+
beginCreateOrUpdate(resourceGroupName: string, catalogName: string, resource: Catalog, options?: CatalogsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CatalogsCreateOrUpdateResponse>, CatalogsCreateOrUpdateResponse>>;
|
|
76
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, catalogName: string, resource: Catalog, options?: CatalogsCreateOrUpdateOptionalParams): Promise<CatalogsCreateOrUpdateResponse>;
|
|
77
|
+
beginDelete(resourceGroupName: string, catalogName: string, options?: CatalogsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
78
|
+
beginDeleteAndWait(resourceGroupName: string, catalogName: string, options?: CatalogsDeleteOptionalParams): Promise<void>;
|
|
79
|
+
beginUploadImage(resourceGroupName: string, catalogName: string, uploadImageRequest: Image, options?: CatalogsUploadImageOptionalParams): Promise<SimplePollerLike<OperationState<CatalogsUploadImageResponse>, CatalogsUploadImageResponse>>;
|
|
80
|
+
beginUploadImageAndWait(resourceGroupName: string, catalogName: string, uploadImageRequest: Image, options?: CatalogsUploadImageOptionalParams): Promise<CatalogsUploadImageResponse>;
|
|
81
|
+
countDevices(resourceGroupName: string, catalogName: string, options?: CatalogsCountDevicesOptionalParams): Promise<CatalogsCountDevicesResponse>;
|
|
82
|
+
get(resourceGroupName: string, catalogName: string, options?: CatalogsGetOptionalParams): Promise<CatalogsGetResponse>;
|
|
83
|
+
listByResourceGroup(resourceGroupName: string, options?: CatalogsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Catalog>;
|
|
84
|
+
listBySubscription(options?: CatalogsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Catalog>;
|
|
85
|
+
listDeployments(resourceGroupName: string, catalogName: string, options?: CatalogsListDeploymentsOptionalParams): PagedAsyncIterableIterator<Deployment>;
|
|
86
|
+
listDeviceGroups(resourceGroupName: string, catalogName: string, listDeviceGroupsRequest: ListDeviceGroupsRequest, options?: CatalogsListDeviceGroupsOptionalParams): PagedAsyncIterableIterator<DeviceGroup>;
|
|
87
|
+
listDeviceInsights(resourceGroupName: string, catalogName: string, options?: CatalogsListDeviceInsightsOptionalParams): PagedAsyncIterableIterator<DeviceInsight>;
|
|
88
|
+
listDevices(resourceGroupName: string, catalogName: string, options?: CatalogsListDevicesOptionalParams): PagedAsyncIterableIterator<Device>;
|
|
89
|
+
update(resourceGroupName: string, catalogName: string, properties: CatalogUpdate, options?: CatalogsUpdateOptionalParams): Promise<CatalogsUpdateResponse>;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
// @public
|
|
93
|
+
export interface CatalogsCountDevicesOptionalParams extends coreClient.OperationOptions {
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
// @public
|
|
97
|
+
export type CatalogsCountDevicesResponse = CountDevicesResponse;
|
|
98
|
+
|
|
99
|
+
// @public
|
|
100
|
+
export interface CatalogsCreateOrUpdateHeaders {
|
|
101
|
+
retryAfter?: number;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
// @public
|
|
105
|
+
export interface CatalogsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
106
|
+
resumeFrom?: string;
|
|
107
|
+
updateIntervalInMs?: number;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
// @public
|
|
111
|
+
export type CatalogsCreateOrUpdateResponse = Catalog;
|
|
112
|
+
|
|
113
|
+
// @public
|
|
114
|
+
export interface CatalogsDeleteHeaders {
|
|
115
|
+
location?: string;
|
|
116
|
+
retryAfter?: number;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
// @public
|
|
120
|
+
export interface CatalogsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
121
|
+
resumeFrom?: string;
|
|
122
|
+
updateIntervalInMs?: number;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
// @public
|
|
126
|
+
export interface CatalogsGetOptionalParams extends coreClient.OperationOptions {
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
// @public
|
|
130
|
+
export type CatalogsGetResponse = Catalog;
|
|
131
|
+
|
|
132
|
+
// @public
|
|
133
|
+
export interface CatalogsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
// @public
|
|
137
|
+
export type CatalogsListByResourceGroupNextResponse = CatalogListResult;
|
|
138
|
+
|
|
139
|
+
// @public
|
|
140
|
+
export interface CatalogsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
// @public
|
|
144
|
+
export type CatalogsListByResourceGroupResponse = CatalogListResult;
|
|
145
|
+
|
|
146
|
+
// @public
|
|
147
|
+
export interface CatalogsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
// @public
|
|
151
|
+
export type CatalogsListBySubscriptionNextResponse = CatalogListResult;
|
|
152
|
+
|
|
153
|
+
// @public
|
|
154
|
+
export interface CatalogsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
// @public
|
|
158
|
+
export type CatalogsListBySubscriptionResponse = CatalogListResult;
|
|
159
|
+
|
|
160
|
+
// @public
|
|
161
|
+
export interface CatalogsListDeploymentsNextOptionalParams extends coreClient.OperationOptions {
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
// @public
|
|
165
|
+
export type CatalogsListDeploymentsNextResponse = DeploymentListResult;
|
|
166
|
+
|
|
167
|
+
// @public
|
|
168
|
+
export interface CatalogsListDeploymentsOptionalParams extends coreClient.OperationOptions {
|
|
169
|
+
filter?: string;
|
|
170
|
+
maxpagesize?: number;
|
|
171
|
+
skip?: number;
|
|
172
|
+
top?: number;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
// @public
|
|
176
|
+
export type CatalogsListDeploymentsResponse = DeploymentListResult;
|
|
177
|
+
|
|
178
|
+
// @public
|
|
179
|
+
export interface CatalogsListDeviceGroupsNextOptionalParams extends coreClient.OperationOptions {
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
// @public
|
|
183
|
+
export type CatalogsListDeviceGroupsNextResponse = DeviceGroupListResult;
|
|
184
|
+
|
|
185
|
+
// @public
|
|
186
|
+
export interface CatalogsListDeviceGroupsOptionalParams extends coreClient.OperationOptions {
|
|
187
|
+
filter?: string;
|
|
188
|
+
maxpagesize?: number;
|
|
189
|
+
skip?: number;
|
|
190
|
+
top?: number;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
// @public
|
|
194
|
+
export type CatalogsListDeviceGroupsResponse = DeviceGroupListResult;
|
|
195
|
+
|
|
196
|
+
// @public
|
|
197
|
+
export interface CatalogsListDeviceInsightsNextOptionalParams extends coreClient.OperationOptions {
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
// @public
|
|
201
|
+
export type CatalogsListDeviceInsightsNextResponse = PagedDeviceInsight;
|
|
202
|
+
|
|
203
|
+
// @public
|
|
204
|
+
export interface CatalogsListDeviceInsightsOptionalParams extends coreClient.OperationOptions {
|
|
205
|
+
filter?: string;
|
|
206
|
+
maxpagesize?: number;
|
|
207
|
+
skip?: number;
|
|
208
|
+
top?: number;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
// @public
|
|
212
|
+
export type CatalogsListDeviceInsightsResponse = PagedDeviceInsight;
|
|
213
|
+
|
|
214
|
+
// @public
|
|
215
|
+
export interface CatalogsListDevicesNextOptionalParams extends coreClient.OperationOptions {
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
// @public
|
|
219
|
+
export type CatalogsListDevicesNextResponse = DeviceListResult;
|
|
220
|
+
|
|
221
|
+
// @public
|
|
222
|
+
export interface CatalogsListDevicesOptionalParams extends coreClient.OperationOptions {
|
|
223
|
+
filter?: string;
|
|
224
|
+
maxpagesize?: number;
|
|
225
|
+
skip?: number;
|
|
226
|
+
top?: number;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
// @public
|
|
230
|
+
export type CatalogsListDevicesResponse = DeviceListResult;
|
|
231
|
+
|
|
232
|
+
// @public
|
|
233
|
+
export interface CatalogsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
// @public
|
|
237
|
+
export type CatalogsUpdateResponse = Catalog;
|
|
238
|
+
|
|
239
|
+
// @public
|
|
240
|
+
export interface CatalogsUploadImageHeaders {
|
|
241
|
+
location?: string;
|
|
242
|
+
retryAfter?: number;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
// @public
|
|
246
|
+
export interface CatalogsUploadImageOptionalParams extends coreClient.OperationOptions {
|
|
247
|
+
resumeFrom?: string;
|
|
248
|
+
updateIntervalInMs?: number;
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
// @public
|
|
252
|
+
export type CatalogsUploadImageResponse = CatalogsUploadImageHeaders;
|
|
253
|
+
|
|
254
|
+
// @public
|
|
255
|
+
export interface CatalogUpdate {
|
|
256
|
+
tags?: {
|
|
257
|
+
[propertyName: string]: string;
|
|
258
|
+
};
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
// @public
|
|
262
|
+
export interface Certificate extends ProxyResource {
|
|
263
|
+
properties?: CertificateProperties;
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
// @public
|
|
267
|
+
export interface CertificateChainResponse {
|
|
268
|
+
readonly certificateChain?: string;
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
// @public
|
|
272
|
+
export interface CertificateListResult {
|
|
273
|
+
readonly nextLink?: string;
|
|
274
|
+
value: Certificate[];
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
// @public
|
|
278
|
+
export interface CertificateProperties {
|
|
279
|
+
readonly certificate?: string;
|
|
280
|
+
readonly expiryUtc?: Date;
|
|
281
|
+
readonly notBeforeUtc?: Date;
|
|
282
|
+
readonly provisioningState?: ProvisioningState;
|
|
283
|
+
readonly status?: CertificateStatus;
|
|
284
|
+
readonly subject?: string;
|
|
285
|
+
readonly thumbprint?: string;
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
// @public
|
|
289
|
+
export interface Certificates {
|
|
290
|
+
get(resourceGroupName: string, catalogName: string, serialNumber: string, options?: CertificatesGetOptionalParams): Promise<CertificatesGetResponse>;
|
|
291
|
+
listByCatalog(resourceGroupName: string, catalogName: string, options?: CertificatesListByCatalogOptionalParams): PagedAsyncIterableIterator<Certificate>;
|
|
292
|
+
retrieveCertChain(resourceGroupName: string, catalogName: string, serialNumber: string, options?: CertificatesRetrieveCertChainOptionalParams): Promise<CertificatesRetrieveCertChainResponse>;
|
|
293
|
+
retrieveProofOfPossessionNonce(resourceGroupName: string, catalogName: string, serialNumber: string, proofOfPossessionNonceRequest: ProofOfPossessionNonceRequest, options?: CertificatesRetrieveProofOfPossessionNonceOptionalParams): Promise<CertificatesRetrieveProofOfPossessionNonceResponse>;
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
// @public
|
|
297
|
+
export interface CertificatesGetOptionalParams extends coreClient.OperationOptions {
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
// @public
|
|
301
|
+
export type CertificatesGetResponse = Certificate;
|
|
302
|
+
|
|
303
|
+
// @public
|
|
304
|
+
export interface CertificatesListByCatalogNextOptionalParams extends coreClient.OperationOptions {
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
// @public
|
|
308
|
+
export type CertificatesListByCatalogNextResponse = CertificateListResult;
|
|
309
|
+
|
|
310
|
+
// @public
|
|
311
|
+
export interface CertificatesListByCatalogOptionalParams extends coreClient.OperationOptions {
|
|
312
|
+
filter?: string;
|
|
313
|
+
maxpagesize?: number;
|
|
314
|
+
skip?: number;
|
|
315
|
+
top?: number;
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
// @public
|
|
319
|
+
export type CertificatesListByCatalogResponse = CertificateListResult;
|
|
320
|
+
|
|
321
|
+
// @public
|
|
322
|
+
export interface CertificatesRetrieveCertChainOptionalParams extends coreClient.OperationOptions {
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
// @public
|
|
326
|
+
export type CertificatesRetrieveCertChainResponse = CertificateChainResponse;
|
|
327
|
+
|
|
328
|
+
// @public
|
|
329
|
+
export interface CertificatesRetrieveProofOfPossessionNonceOptionalParams extends coreClient.OperationOptions {
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
// @public
|
|
333
|
+
export type CertificatesRetrieveProofOfPossessionNonceResponse = ProofOfPossessionNonceResponse;
|
|
334
|
+
|
|
335
|
+
// @public
|
|
336
|
+
export type CertificateStatus = string;
|
|
337
|
+
|
|
338
|
+
// @public
|
|
339
|
+
export interface ClaimDevicesRequest {
|
|
340
|
+
deviceIdentifiers: string[];
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
// @public
|
|
344
|
+
export interface CountDeviceResponse extends CountElementsResponse {
|
|
345
|
+
}
|
|
346
|
+
|
|
347
|
+
// @public
|
|
348
|
+
export interface CountDevicesResponse extends CountElementsResponse {
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
// @public
|
|
352
|
+
export interface CountElementsResponse {
|
|
353
|
+
value: number;
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
// @public
|
|
357
|
+
export type CreatedByType = string;
|
|
358
|
+
|
|
359
|
+
// @public
|
|
360
|
+
export interface Deployment extends ProxyResource {
|
|
361
|
+
properties?: DeploymentProperties;
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
// @public
|
|
365
|
+
export interface DeploymentListResult {
|
|
366
|
+
readonly nextLink?: string;
|
|
367
|
+
value: Deployment[];
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
// @public
|
|
371
|
+
export interface DeploymentProperties {
|
|
372
|
+
deployedImages?: Image[];
|
|
373
|
+
readonly deploymentDateUtc?: Date;
|
|
374
|
+
deploymentId?: string;
|
|
375
|
+
readonly provisioningState?: ProvisioningState;
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
// @public
|
|
379
|
+
export interface Deployments {
|
|
380
|
+
beginCreateOrUpdate(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, deploymentName: string, resource: Deployment, options?: DeploymentsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DeploymentsCreateOrUpdateResponse>, DeploymentsCreateOrUpdateResponse>>;
|
|
381
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, deploymentName: string, resource: Deployment, options?: DeploymentsCreateOrUpdateOptionalParams): Promise<DeploymentsCreateOrUpdateResponse>;
|
|
382
|
+
beginDelete(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, deploymentName: string, options?: DeploymentsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
383
|
+
beginDeleteAndWait(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, deploymentName: string, options?: DeploymentsDeleteOptionalParams): Promise<void>;
|
|
384
|
+
get(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, deploymentName: string, options?: DeploymentsGetOptionalParams): Promise<DeploymentsGetResponse>;
|
|
385
|
+
listByDeviceGroup(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, options?: DeploymentsListByDeviceGroupOptionalParams): PagedAsyncIterableIterator<Deployment>;
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
// @public
|
|
389
|
+
export interface DeploymentsCreateOrUpdateHeaders {
|
|
390
|
+
retryAfter?: number;
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
// @public
|
|
394
|
+
export interface DeploymentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
395
|
+
resumeFrom?: string;
|
|
396
|
+
updateIntervalInMs?: number;
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
// @public
|
|
400
|
+
export type DeploymentsCreateOrUpdateResponse = Deployment;
|
|
401
|
+
|
|
402
|
+
// @public
|
|
403
|
+
export interface DeploymentsDeleteHeaders {
|
|
404
|
+
location?: string;
|
|
405
|
+
retryAfter?: number;
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
// @public
|
|
409
|
+
export interface DeploymentsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
410
|
+
resumeFrom?: string;
|
|
411
|
+
updateIntervalInMs?: number;
|
|
412
|
+
}
|
|
413
|
+
|
|
414
|
+
// @public
|
|
415
|
+
export interface DeploymentsGetOptionalParams extends coreClient.OperationOptions {
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
// @public
|
|
419
|
+
export type DeploymentsGetResponse = Deployment;
|
|
420
|
+
|
|
421
|
+
// @public
|
|
422
|
+
export interface DeploymentsListByDeviceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
// @public
|
|
426
|
+
export type DeploymentsListByDeviceGroupNextResponse = DeploymentListResult;
|
|
427
|
+
|
|
428
|
+
// @public
|
|
429
|
+
export interface DeploymentsListByDeviceGroupOptionalParams extends coreClient.OperationOptions {
|
|
430
|
+
filter?: string;
|
|
431
|
+
maxpagesize?: number;
|
|
432
|
+
skip?: number;
|
|
433
|
+
top?: number;
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
// @public
|
|
437
|
+
export type DeploymentsListByDeviceGroupResponse = DeploymentListResult;
|
|
438
|
+
|
|
439
|
+
// @public
|
|
440
|
+
export interface Device extends ProxyResource {
|
|
441
|
+
properties?: DeviceProperties;
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
// @public
|
|
445
|
+
export interface DeviceGroup extends ProxyResource {
|
|
446
|
+
properties?: DeviceGroupProperties;
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
// @public
|
|
450
|
+
export interface DeviceGroupListResult {
|
|
451
|
+
readonly nextLink?: string;
|
|
452
|
+
value: DeviceGroup[];
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
// @public
|
|
456
|
+
export interface DeviceGroupProperties {
|
|
457
|
+
allowCrashDumpsCollection?: AllowCrashDumpCollection;
|
|
458
|
+
description?: string;
|
|
459
|
+
readonly hasDeployment?: boolean;
|
|
460
|
+
osFeedType?: OSFeedType;
|
|
461
|
+
readonly provisioningState?: ProvisioningState;
|
|
462
|
+
regionalDataBoundary?: RegionalDataBoundary;
|
|
463
|
+
updatePolicy?: UpdatePolicy;
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
// @public
|
|
467
|
+
export interface DeviceGroups {
|
|
468
|
+
beginClaimDevices(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, claimDevicesRequest: ClaimDevicesRequest, options?: DeviceGroupsClaimDevicesOptionalParams): Promise<SimplePollerLike<OperationState<DeviceGroupsClaimDevicesResponse>, DeviceGroupsClaimDevicesResponse>>;
|
|
469
|
+
beginClaimDevicesAndWait(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, claimDevicesRequest: ClaimDevicesRequest, options?: DeviceGroupsClaimDevicesOptionalParams): Promise<DeviceGroupsClaimDevicesResponse>;
|
|
470
|
+
beginCreateOrUpdate(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, resource: DeviceGroup, options?: DeviceGroupsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DeviceGroupsCreateOrUpdateResponse>, DeviceGroupsCreateOrUpdateResponse>>;
|
|
471
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, resource: DeviceGroup, options?: DeviceGroupsCreateOrUpdateOptionalParams): Promise<DeviceGroupsCreateOrUpdateResponse>;
|
|
472
|
+
beginDelete(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, options?: DeviceGroupsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
473
|
+
beginDeleteAndWait(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, options?: DeviceGroupsDeleteOptionalParams): Promise<void>;
|
|
474
|
+
beginUpdate(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, properties: DeviceGroupUpdate, options?: DeviceGroupsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DeviceGroupsUpdateResponse>, DeviceGroupsUpdateResponse>>;
|
|
475
|
+
beginUpdateAndWait(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, properties: DeviceGroupUpdate, options?: DeviceGroupsUpdateOptionalParams): Promise<DeviceGroupsUpdateResponse>;
|
|
476
|
+
countDevices(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, options?: DeviceGroupsCountDevicesOptionalParams): Promise<DeviceGroupsCountDevicesResponse>;
|
|
477
|
+
get(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, options?: DeviceGroupsGetOptionalParams): Promise<DeviceGroupsGetResponse>;
|
|
478
|
+
listByProduct(resourceGroupName: string, catalogName: string, productName: string, options?: DeviceGroupsListByProductOptionalParams): PagedAsyncIterableIterator<DeviceGroup>;
|
|
479
|
+
}
|
|
480
|
+
|
|
481
|
+
// @public
|
|
482
|
+
export interface DeviceGroupsClaimDevicesHeaders {
|
|
483
|
+
location?: string;
|
|
484
|
+
retryAfter?: number;
|
|
485
|
+
}
|
|
486
|
+
|
|
487
|
+
// @public
|
|
488
|
+
export interface DeviceGroupsClaimDevicesOptionalParams extends coreClient.OperationOptions {
|
|
489
|
+
resumeFrom?: string;
|
|
490
|
+
updateIntervalInMs?: number;
|
|
491
|
+
}
|
|
492
|
+
|
|
493
|
+
// @public
|
|
494
|
+
export type DeviceGroupsClaimDevicesResponse = DeviceGroupsClaimDevicesHeaders;
|
|
495
|
+
|
|
496
|
+
// @public
|
|
497
|
+
export interface DeviceGroupsCountDevicesOptionalParams extends coreClient.OperationOptions {
|
|
498
|
+
}
|
|
499
|
+
|
|
500
|
+
// @public
|
|
501
|
+
export type DeviceGroupsCountDevicesResponse = CountDevicesResponse;
|
|
502
|
+
|
|
503
|
+
// @public
|
|
504
|
+
export interface DeviceGroupsCreateOrUpdateHeaders {
|
|
505
|
+
retryAfter?: number;
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
// @public
|
|
509
|
+
export interface DeviceGroupsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
510
|
+
resumeFrom?: string;
|
|
511
|
+
updateIntervalInMs?: number;
|
|
512
|
+
}
|
|
513
|
+
|
|
514
|
+
// @public
|
|
515
|
+
export type DeviceGroupsCreateOrUpdateResponse = DeviceGroup;
|
|
516
|
+
|
|
517
|
+
// @public
|
|
518
|
+
export interface DeviceGroupsDeleteHeaders {
|
|
519
|
+
location?: string;
|
|
520
|
+
retryAfter?: number;
|
|
521
|
+
}
|
|
522
|
+
|
|
523
|
+
// @public
|
|
524
|
+
export interface DeviceGroupsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
525
|
+
resumeFrom?: string;
|
|
526
|
+
updateIntervalInMs?: number;
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
// @public
|
|
530
|
+
export interface DeviceGroupsGetOptionalParams extends coreClient.OperationOptions {
|
|
531
|
+
}
|
|
532
|
+
|
|
533
|
+
// @public
|
|
534
|
+
export type DeviceGroupsGetResponse = DeviceGroup;
|
|
535
|
+
|
|
536
|
+
// @public
|
|
537
|
+
export interface DeviceGroupsListByProductNextOptionalParams extends coreClient.OperationOptions {
|
|
538
|
+
}
|
|
539
|
+
|
|
540
|
+
// @public
|
|
541
|
+
export type DeviceGroupsListByProductNextResponse = DeviceGroupListResult;
|
|
542
|
+
|
|
543
|
+
// @public
|
|
544
|
+
export interface DeviceGroupsListByProductOptionalParams extends coreClient.OperationOptions {
|
|
545
|
+
filter?: string;
|
|
546
|
+
maxpagesize?: number;
|
|
547
|
+
skip?: number;
|
|
548
|
+
top?: number;
|
|
549
|
+
}
|
|
550
|
+
|
|
551
|
+
// @public
|
|
552
|
+
export type DeviceGroupsListByProductResponse = DeviceGroupListResult;
|
|
553
|
+
|
|
554
|
+
// @public
|
|
555
|
+
export interface DeviceGroupsUpdateHeaders {
|
|
556
|
+
location?: string;
|
|
557
|
+
retryAfter?: number;
|
|
558
|
+
}
|
|
559
|
+
|
|
560
|
+
// @public
|
|
561
|
+
export interface DeviceGroupsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
562
|
+
resumeFrom?: string;
|
|
563
|
+
updateIntervalInMs?: number;
|
|
564
|
+
}
|
|
565
|
+
|
|
566
|
+
// @public
|
|
567
|
+
export type DeviceGroupsUpdateResponse = DeviceGroup;
|
|
568
|
+
|
|
569
|
+
// @public
|
|
570
|
+
export interface DeviceGroupUpdate {
|
|
571
|
+
properties?: DeviceGroupUpdateProperties;
|
|
572
|
+
}
|
|
573
|
+
|
|
574
|
+
// @public
|
|
575
|
+
export interface DeviceGroupUpdateProperties {
|
|
576
|
+
allowCrashDumpsCollection?: AllowCrashDumpCollection;
|
|
577
|
+
description?: string;
|
|
578
|
+
osFeedType?: OSFeedType;
|
|
579
|
+
regionalDataBoundary?: RegionalDataBoundary;
|
|
580
|
+
updatePolicy?: UpdatePolicy;
|
|
581
|
+
}
|
|
582
|
+
|
|
583
|
+
// @public
|
|
584
|
+
export interface DeviceInsight {
|
|
585
|
+
description: string;
|
|
586
|
+
deviceId: string;
|
|
587
|
+
endTimestampUtc: Date;
|
|
588
|
+
eventCategory: string;
|
|
589
|
+
eventClass: string;
|
|
590
|
+
eventCount: number;
|
|
591
|
+
eventType: string;
|
|
592
|
+
startTimestampUtc: Date;
|
|
593
|
+
}
|
|
594
|
+
|
|
595
|
+
// @public
|
|
596
|
+
export interface DeviceListResult {
|
|
597
|
+
readonly nextLink?: string;
|
|
598
|
+
value: Device[];
|
|
599
|
+
}
|
|
600
|
+
|
|
601
|
+
// @public
|
|
602
|
+
export interface DeviceProperties {
|
|
603
|
+
readonly chipSku?: string;
|
|
604
|
+
deviceId?: string;
|
|
605
|
+
readonly lastAvailableOsVersion?: string;
|
|
606
|
+
readonly lastInstalledOsVersion?: string;
|
|
607
|
+
readonly lastOsUpdateUtc?: Date;
|
|
608
|
+
readonly lastUpdateRequestUtc?: Date;
|
|
609
|
+
readonly provisioningState?: ProvisioningState;
|
|
610
|
+
}
|
|
611
|
+
|
|
612
|
+
// @public
|
|
613
|
+
export interface Devices {
|
|
614
|
+
beginCreateOrUpdate(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, deviceName: string, resource: Device, options?: DevicesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DevicesCreateOrUpdateResponse>, DevicesCreateOrUpdateResponse>>;
|
|
615
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, deviceName: string, resource: Device, options?: DevicesCreateOrUpdateOptionalParams): Promise<DevicesCreateOrUpdateResponse>;
|
|
616
|
+
beginDelete(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, deviceName: string, options?: DevicesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
617
|
+
beginDeleteAndWait(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, deviceName: string, options?: DevicesDeleteOptionalParams): Promise<void>;
|
|
618
|
+
beginGenerateCapabilityImage(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, deviceName: string, generateDeviceCapabilityRequest: GenerateCapabilityImageRequest, options?: DevicesGenerateCapabilityImageOptionalParams): Promise<SimplePollerLike<OperationState<DevicesGenerateCapabilityImageResponse>, DevicesGenerateCapabilityImageResponse>>;
|
|
619
|
+
beginGenerateCapabilityImageAndWait(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, deviceName: string, generateDeviceCapabilityRequest: GenerateCapabilityImageRequest, options?: DevicesGenerateCapabilityImageOptionalParams): Promise<DevicesGenerateCapabilityImageResponse>;
|
|
620
|
+
beginUpdate(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, deviceName: string, properties: DeviceUpdate, options?: DevicesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DevicesUpdateResponse>, DevicesUpdateResponse>>;
|
|
621
|
+
beginUpdateAndWait(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, deviceName: string, properties: DeviceUpdate, options?: DevicesUpdateOptionalParams): Promise<DevicesUpdateResponse>;
|
|
622
|
+
get(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, deviceName: string, options?: DevicesGetOptionalParams): Promise<DevicesGetResponse>;
|
|
623
|
+
listByDeviceGroup(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, options?: DevicesListByDeviceGroupOptionalParams): PagedAsyncIterableIterator<Device>;
|
|
624
|
+
}
|
|
625
|
+
|
|
626
|
+
// @public
|
|
627
|
+
export interface DevicesCreateOrUpdateHeaders {
|
|
628
|
+
retryAfter?: number;
|
|
629
|
+
}
|
|
630
|
+
|
|
631
|
+
// @public
|
|
632
|
+
export interface DevicesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
633
|
+
resumeFrom?: string;
|
|
634
|
+
updateIntervalInMs?: number;
|
|
635
|
+
}
|
|
636
|
+
|
|
637
|
+
// @public
|
|
638
|
+
export type DevicesCreateOrUpdateResponse = Device;
|
|
639
|
+
|
|
640
|
+
// @public
|
|
641
|
+
export interface DevicesDeleteHeaders {
|
|
642
|
+
location?: string;
|
|
643
|
+
retryAfter?: number;
|
|
644
|
+
}
|
|
645
|
+
|
|
646
|
+
// @public
|
|
647
|
+
export interface DevicesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
648
|
+
resumeFrom?: string;
|
|
649
|
+
updateIntervalInMs?: number;
|
|
650
|
+
}
|
|
651
|
+
|
|
652
|
+
// @public
|
|
653
|
+
export interface DevicesGenerateCapabilityImageHeaders {
|
|
654
|
+
location?: string;
|
|
655
|
+
retryAfter?: number;
|
|
656
|
+
}
|
|
657
|
+
|
|
658
|
+
// @public
|
|
659
|
+
export interface DevicesGenerateCapabilityImageOptionalParams extends coreClient.OperationOptions {
|
|
660
|
+
resumeFrom?: string;
|
|
661
|
+
updateIntervalInMs?: number;
|
|
662
|
+
}
|
|
663
|
+
|
|
664
|
+
// @public
|
|
665
|
+
export type DevicesGenerateCapabilityImageResponse = SignedCapabilityImageResponse;
|
|
666
|
+
|
|
667
|
+
// @public
|
|
668
|
+
export interface DevicesGetOptionalParams extends coreClient.OperationOptions {
|
|
669
|
+
}
|
|
670
|
+
|
|
671
|
+
// @public
|
|
672
|
+
export type DevicesGetResponse = Device;
|
|
673
|
+
|
|
674
|
+
// @public
|
|
675
|
+
export interface DevicesListByDeviceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
676
|
+
}
|
|
677
|
+
|
|
678
|
+
// @public
|
|
679
|
+
export type DevicesListByDeviceGroupNextResponse = DeviceListResult;
|
|
680
|
+
|
|
681
|
+
// @public
|
|
682
|
+
export interface DevicesListByDeviceGroupOptionalParams extends coreClient.OperationOptions {
|
|
683
|
+
}
|
|
684
|
+
|
|
685
|
+
// @public
|
|
686
|
+
export type DevicesListByDeviceGroupResponse = DeviceListResult;
|
|
687
|
+
|
|
688
|
+
// @public
|
|
689
|
+
export interface DevicesUpdateHeaders {
|
|
690
|
+
retryAfter?: number;
|
|
691
|
+
}
|
|
692
|
+
|
|
693
|
+
// @public
|
|
694
|
+
export interface DevicesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
695
|
+
resumeFrom?: string;
|
|
696
|
+
updateIntervalInMs?: number;
|
|
697
|
+
}
|
|
698
|
+
|
|
699
|
+
// @public
|
|
700
|
+
export type DevicesUpdateResponse = Device;
|
|
701
|
+
|
|
702
|
+
// @public
|
|
703
|
+
export interface DeviceUpdate {
|
|
704
|
+
properties?: DeviceUpdateProperties;
|
|
705
|
+
}
|
|
706
|
+
|
|
707
|
+
// @public
|
|
708
|
+
export interface DeviceUpdateProperties {
|
|
709
|
+
deviceGroupId?: string;
|
|
710
|
+
}
|
|
711
|
+
|
|
712
|
+
// @public
|
|
713
|
+
export interface ErrorAdditionalInfo {
|
|
714
|
+
readonly info?: Record<string, unknown>;
|
|
715
|
+
readonly type?: string;
|
|
716
|
+
}
|
|
717
|
+
|
|
718
|
+
// @public
|
|
719
|
+
export interface ErrorDetail {
|
|
720
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
721
|
+
readonly code?: string;
|
|
722
|
+
readonly details?: ErrorDetail[];
|
|
723
|
+
readonly message?: string;
|
|
724
|
+
readonly target?: string;
|
|
725
|
+
}
|
|
726
|
+
|
|
727
|
+
// @public
|
|
728
|
+
export interface ErrorResponse {
|
|
729
|
+
error?: ErrorDetail;
|
|
730
|
+
}
|
|
731
|
+
|
|
732
|
+
// @public
|
|
733
|
+
export interface GenerateCapabilityImageRequest {
|
|
734
|
+
capabilities: CapabilityType[];
|
|
735
|
+
}
|
|
736
|
+
|
|
737
|
+
// @public
|
|
738
|
+
export function getContinuationToken(page: unknown): string | undefined;
|
|
739
|
+
|
|
740
|
+
// @public
|
|
741
|
+
export interface Image extends ProxyResource {
|
|
742
|
+
properties?: ImageProperties;
|
|
743
|
+
}
|
|
744
|
+
|
|
745
|
+
// @public
|
|
746
|
+
export interface ImageListResult {
|
|
747
|
+
readonly nextLink?: string;
|
|
748
|
+
value: Image[];
|
|
749
|
+
}
|
|
750
|
+
|
|
751
|
+
// @public
|
|
752
|
+
export interface ImageProperties {
|
|
753
|
+
readonly componentId?: string;
|
|
754
|
+
readonly description?: string;
|
|
755
|
+
image?: string;
|
|
756
|
+
imageId?: string;
|
|
757
|
+
readonly imageName?: string;
|
|
758
|
+
readonly imageType?: ImageType;
|
|
759
|
+
readonly provisioningState?: ProvisioningState;
|
|
760
|
+
regionalDataBoundary?: RegionalDataBoundary;
|
|
761
|
+
readonly uri?: string;
|
|
762
|
+
}
|
|
763
|
+
|
|
764
|
+
// @public
|
|
765
|
+
export interface Images {
|
|
766
|
+
beginCreateOrUpdate(resourceGroupName: string, catalogName: string, imageName: string, resource: Image, options?: ImagesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ImagesCreateOrUpdateResponse>, ImagesCreateOrUpdateResponse>>;
|
|
767
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, catalogName: string, imageName: string, resource: Image, options?: ImagesCreateOrUpdateOptionalParams): Promise<ImagesCreateOrUpdateResponse>;
|
|
768
|
+
beginDelete(resourceGroupName: string, catalogName: string, imageName: string, options?: ImagesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
769
|
+
beginDeleteAndWait(resourceGroupName: string, catalogName: string, imageName: string, options?: ImagesDeleteOptionalParams): Promise<void>;
|
|
770
|
+
get(resourceGroupName: string, catalogName: string, imageName: string, options?: ImagesGetOptionalParams): Promise<ImagesGetResponse>;
|
|
771
|
+
listByCatalog(resourceGroupName: string, catalogName: string, options?: ImagesListByCatalogOptionalParams): PagedAsyncIterableIterator<Image>;
|
|
772
|
+
}
|
|
773
|
+
|
|
774
|
+
// @public
|
|
775
|
+
export interface ImagesCreateOrUpdateHeaders {
|
|
776
|
+
retryAfter?: number;
|
|
777
|
+
}
|
|
778
|
+
|
|
779
|
+
// @public
|
|
780
|
+
export interface ImagesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
781
|
+
resumeFrom?: string;
|
|
782
|
+
updateIntervalInMs?: number;
|
|
783
|
+
}
|
|
784
|
+
|
|
785
|
+
// @public
|
|
786
|
+
export type ImagesCreateOrUpdateResponse = Image;
|
|
787
|
+
|
|
788
|
+
// @public
|
|
789
|
+
export interface ImagesDeleteHeaders {
|
|
790
|
+
location?: string;
|
|
791
|
+
retryAfter?: number;
|
|
792
|
+
}
|
|
793
|
+
|
|
794
|
+
// @public
|
|
795
|
+
export interface ImagesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
796
|
+
resumeFrom?: string;
|
|
797
|
+
updateIntervalInMs?: number;
|
|
798
|
+
}
|
|
799
|
+
|
|
800
|
+
// @public
|
|
801
|
+
export interface ImagesGetOptionalParams extends coreClient.OperationOptions {
|
|
802
|
+
}
|
|
803
|
+
|
|
804
|
+
// @public
|
|
805
|
+
export type ImagesGetResponse = Image;
|
|
806
|
+
|
|
807
|
+
// @public
|
|
808
|
+
export interface ImagesListByCatalogNextOptionalParams extends coreClient.OperationOptions {
|
|
809
|
+
}
|
|
810
|
+
|
|
811
|
+
// @public
|
|
812
|
+
export type ImagesListByCatalogNextResponse = ImageListResult;
|
|
813
|
+
|
|
814
|
+
// @public
|
|
815
|
+
export interface ImagesListByCatalogOptionalParams extends coreClient.OperationOptions {
|
|
816
|
+
filter?: string;
|
|
817
|
+
maxpagesize?: number;
|
|
818
|
+
skip?: number;
|
|
819
|
+
top?: number;
|
|
820
|
+
}
|
|
821
|
+
|
|
822
|
+
// @public
|
|
823
|
+
export type ImagesListByCatalogResponse = ImageListResult;
|
|
824
|
+
|
|
825
|
+
// @public
|
|
826
|
+
export type ImageType = string;
|
|
827
|
+
|
|
828
|
+
// @public
|
|
829
|
+
export enum KnownActionType {
|
|
830
|
+
Internal = "Internal"
|
|
831
|
+
}
|
|
832
|
+
|
|
833
|
+
// @public
|
|
834
|
+
export enum KnownAllowCrashDumpCollection {
|
|
835
|
+
Disabled = "Disabled",
|
|
836
|
+
Enabled = "Enabled"
|
|
837
|
+
}
|
|
838
|
+
|
|
839
|
+
// @public
|
|
840
|
+
export enum KnownCapabilityType {
|
|
841
|
+
ApplicationDevelopment = "ApplicationDevelopment",
|
|
842
|
+
FieldServicing = "FieldServicing"
|
|
843
|
+
}
|
|
844
|
+
|
|
845
|
+
// @public
|
|
846
|
+
export enum KnownCertificateStatus {
|
|
847
|
+
Active = "Active",
|
|
848
|
+
Expired = "Expired",
|
|
849
|
+
Inactive = "Inactive",
|
|
850
|
+
Revoked = "Revoked"
|
|
851
|
+
}
|
|
852
|
+
|
|
853
|
+
// @public
|
|
854
|
+
export enum KnownCreatedByType {
|
|
855
|
+
Application = "Application",
|
|
856
|
+
Key = "Key",
|
|
857
|
+
ManagedIdentity = "ManagedIdentity",
|
|
858
|
+
User = "User"
|
|
859
|
+
}
|
|
860
|
+
|
|
861
|
+
// @public
|
|
862
|
+
export enum KnownImageType {
|
|
863
|
+
Applications = "Applications",
|
|
864
|
+
BaseSystemUpdateManifest = "BaseSystemUpdateManifest",
|
|
865
|
+
BootManifest = "BootManifest",
|
|
866
|
+
CustomerBoardConfig = "CustomerBoardConfig",
|
|
867
|
+
CustomerUpdateManifest = "CustomerUpdateManifest",
|
|
868
|
+
FirmwareUpdateManifest = "FirmwareUpdateManifest",
|
|
869
|
+
FwConfig = "FwConfig",
|
|
870
|
+
InvalidImageType = "InvalidImageType",
|
|
871
|
+
ManifestSet = "ManifestSet",
|
|
872
|
+
NormalWorldDtb = "NormalWorldDtb",
|
|
873
|
+
NormalWorldKernel = "NormalWorldKernel",
|
|
874
|
+
NormalWorldLoader = "NormalWorldLoader",
|
|
875
|
+
Nwfs = "Nwfs",
|
|
876
|
+
OneBl = "OneBl",
|
|
877
|
+
Other = "Other",
|
|
878
|
+
PlutonRuntime = "PlutonRuntime",
|
|
879
|
+
Policy = "Policy",
|
|
880
|
+
RecoveryManifest = "RecoveryManifest",
|
|
881
|
+
RootFs = "RootFs",
|
|
882
|
+
SecurityMonitor = "SecurityMonitor",
|
|
883
|
+
Services = "Services",
|
|
884
|
+
TrustedKeystore = "TrustedKeystore",
|
|
885
|
+
UpdateCertStore = "UpdateCertStore",
|
|
886
|
+
WifiFirmware = "WifiFirmware"
|
|
887
|
+
}
|
|
888
|
+
|
|
889
|
+
// @public
|
|
890
|
+
export enum KnownOrigin {
|
|
891
|
+
System = "system",
|
|
892
|
+
User = "user",
|
|
893
|
+
UserSystem = "user,system"
|
|
894
|
+
}
|
|
895
|
+
|
|
896
|
+
// @public
|
|
897
|
+
export enum KnownOSFeedType {
|
|
898
|
+
Retail = "Retail",
|
|
899
|
+
RetailEval = "RetailEval"
|
|
900
|
+
}
|
|
901
|
+
|
|
902
|
+
// @public
|
|
903
|
+
export enum KnownProvisioningState {
|
|
904
|
+
Accepted = "Accepted",
|
|
905
|
+
Canceled = "Canceled",
|
|
906
|
+
Deleting = "Deleting",
|
|
907
|
+
Failed = "Failed",
|
|
908
|
+
Provisioning = "Provisioning",
|
|
909
|
+
Succeeded = "Succeeded",
|
|
910
|
+
Updating = "Updating"
|
|
911
|
+
}
|
|
912
|
+
|
|
913
|
+
// @public
|
|
914
|
+
export enum KnownRegionalDataBoundary {
|
|
915
|
+
EU = "EU",
|
|
916
|
+
None = "None"
|
|
917
|
+
}
|
|
918
|
+
|
|
919
|
+
// @public
|
|
920
|
+
export enum KnownUpdatePolicy {
|
|
921
|
+
No3RdPartyAppUpdates = "No3rdPartyAppUpdates",
|
|
922
|
+
UpdateAll = "UpdateAll"
|
|
923
|
+
}
|
|
924
|
+
|
|
925
|
+
// @public
|
|
926
|
+
export interface ListDeviceGroupsRequest {
|
|
927
|
+
deviceGroupName?: string;
|
|
928
|
+
}
|
|
929
|
+
|
|
930
|
+
// @public
|
|
931
|
+
export interface Operation {
|
|
932
|
+
readonly actionType?: ActionType;
|
|
933
|
+
display?: OperationDisplay;
|
|
934
|
+
readonly isDataAction?: boolean;
|
|
935
|
+
readonly name?: string;
|
|
936
|
+
readonly origin?: Origin;
|
|
937
|
+
}
|
|
938
|
+
|
|
939
|
+
// @public
|
|
940
|
+
export interface OperationDisplay {
|
|
941
|
+
readonly description?: string;
|
|
942
|
+
readonly operation?: string;
|
|
943
|
+
readonly provider?: string;
|
|
944
|
+
readonly resource?: string;
|
|
945
|
+
}
|
|
946
|
+
|
|
947
|
+
// @public
|
|
948
|
+
export interface OperationListResult {
|
|
949
|
+
readonly nextLink?: string;
|
|
950
|
+
readonly value?: Operation[];
|
|
951
|
+
}
|
|
952
|
+
|
|
953
|
+
// @public
|
|
954
|
+
export interface Operations {
|
|
955
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
956
|
+
}
|
|
957
|
+
|
|
958
|
+
// @public
|
|
959
|
+
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
960
|
+
}
|
|
961
|
+
|
|
962
|
+
// @public
|
|
963
|
+
export type OperationsListNextResponse = OperationListResult;
|
|
964
|
+
|
|
965
|
+
// @public
|
|
966
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
967
|
+
}
|
|
968
|
+
|
|
969
|
+
// @public
|
|
970
|
+
export type OperationsListResponse = OperationListResult;
|
|
971
|
+
|
|
972
|
+
// @public
|
|
973
|
+
export type Origin = string;
|
|
974
|
+
|
|
975
|
+
// @public
|
|
976
|
+
export type OSFeedType = string;
|
|
977
|
+
|
|
978
|
+
// @public
|
|
979
|
+
export interface PagedDeviceInsight {
|
|
980
|
+
readonly nextLink?: string;
|
|
981
|
+
value: DeviceInsight[];
|
|
982
|
+
}
|
|
983
|
+
|
|
984
|
+
// @public
|
|
985
|
+
export interface Product extends ProxyResource {
|
|
986
|
+
properties?: ProductProperties;
|
|
987
|
+
}
|
|
988
|
+
|
|
989
|
+
// @public
|
|
990
|
+
export interface ProductListResult {
|
|
991
|
+
readonly nextLink?: string;
|
|
992
|
+
value: Product[];
|
|
993
|
+
}
|
|
994
|
+
|
|
995
|
+
// @public
|
|
996
|
+
export interface ProductProperties {
|
|
997
|
+
description?: string;
|
|
998
|
+
readonly provisioningState?: ProvisioningState;
|
|
999
|
+
}
|
|
1000
|
+
|
|
1001
|
+
// @public
|
|
1002
|
+
export interface Products {
|
|
1003
|
+
beginCreateOrUpdate(resourceGroupName: string, catalogName: string, productName: string, resource: Product, options?: ProductsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ProductsCreateOrUpdateResponse>, ProductsCreateOrUpdateResponse>>;
|
|
1004
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, catalogName: string, productName: string, resource: Product, options?: ProductsCreateOrUpdateOptionalParams): Promise<ProductsCreateOrUpdateResponse>;
|
|
1005
|
+
beginDelete(resourceGroupName: string, catalogName: string, productName: string, options?: ProductsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
1006
|
+
beginDeleteAndWait(resourceGroupName: string, catalogName: string, productName: string, options?: ProductsDeleteOptionalParams): Promise<void>;
|
|
1007
|
+
beginUpdate(resourceGroupName: string, catalogName: string, productName: string, properties: ProductUpdate, options?: ProductsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ProductsUpdateResponse>, ProductsUpdateResponse>>;
|
|
1008
|
+
beginUpdateAndWait(resourceGroupName: string, catalogName: string, productName: string, properties: ProductUpdate, options?: ProductsUpdateOptionalParams): Promise<ProductsUpdateResponse>;
|
|
1009
|
+
countDevices(resourceGroupName: string, catalogName: string, productName: string, options?: ProductsCountDevicesOptionalParams): Promise<ProductsCountDevicesResponse>;
|
|
1010
|
+
get(resourceGroupName: string, catalogName: string, productName: string, options?: ProductsGetOptionalParams): Promise<ProductsGetResponse>;
|
|
1011
|
+
listByCatalog(resourceGroupName: string, catalogName: string, options?: ProductsListByCatalogOptionalParams): PagedAsyncIterableIterator<Product>;
|
|
1012
|
+
listGenerateDefaultDeviceGroups(resourceGroupName: string, catalogName: string, productName: string, options?: ProductsGenerateDefaultDeviceGroupsOptionalParams): PagedAsyncIterableIterator<DeviceGroup>;
|
|
1013
|
+
}
|
|
1014
|
+
|
|
1015
|
+
// @public
|
|
1016
|
+
export interface ProductsCountDevicesOptionalParams extends coreClient.OperationOptions {
|
|
1017
|
+
}
|
|
1018
|
+
|
|
1019
|
+
// @public
|
|
1020
|
+
export type ProductsCountDevicesResponse = CountDevicesResponse;
|
|
1021
|
+
|
|
1022
|
+
// @public
|
|
1023
|
+
export interface ProductsCreateOrUpdateHeaders {
|
|
1024
|
+
retryAfter?: number;
|
|
1025
|
+
}
|
|
1026
|
+
|
|
1027
|
+
// @public
|
|
1028
|
+
export interface ProductsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1029
|
+
resumeFrom?: string;
|
|
1030
|
+
updateIntervalInMs?: number;
|
|
1031
|
+
}
|
|
1032
|
+
|
|
1033
|
+
// @public
|
|
1034
|
+
export type ProductsCreateOrUpdateResponse = Product;
|
|
1035
|
+
|
|
1036
|
+
// @public
|
|
1037
|
+
export interface ProductsDeleteHeaders {
|
|
1038
|
+
location?: string;
|
|
1039
|
+
retryAfter?: number;
|
|
1040
|
+
}
|
|
1041
|
+
|
|
1042
|
+
// @public
|
|
1043
|
+
export interface ProductsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1044
|
+
resumeFrom?: string;
|
|
1045
|
+
updateIntervalInMs?: number;
|
|
1046
|
+
}
|
|
1047
|
+
|
|
1048
|
+
// @public
|
|
1049
|
+
export interface ProductsGenerateDefaultDeviceGroupsNextOptionalParams extends coreClient.OperationOptions {
|
|
1050
|
+
}
|
|
1051
|
+
|
|
1052
|
+
// @public
|
|
1053
|
+
export type ProductsGenerateDefaultDeviceGroupsNextResponse = DeviceGroupListResult;
|
|
1054
|
+
|
|
1055
|
+
// @public
|
|
1056
|
+
export interface ProductsGenerateDefaultDeviceGroupsOptionalParams extends coreClient.OperationOptions {
|
|
1057
|
+
}
|
|
1058
|
+
|
|
1059
|
+
// @public
|
|
1060
|
+
export type ProductsGenerateDefaultDeviceGroupsResponse = DeviceGroupListResult;
|
|
1061
|
+
|
|
1062
|
+
// @public
|
|
1063
|
+
export interface ProductsGetOptionalParams extends coreClient.OperationOptions {
|
|
1064
|
+
}
|
|
1065
|
+
|
|
1066
|
+
// @public
|
|
1067
|
+
export type ProductsGetResponse = Product;
|
|
1068
|
+
|
|
1069
|
+
// @public
|
|
1070
|
+
export interface ProductsListByCatalogNextOptionalParams extends coreClient.OperationOptions {
|
|
1071
|
+
}
|
|
1072
|
+
|
|
1073
|
+
// @public
|
|
1074
|
+
export type ProductsListByCatalogNextResponse = ProductListResult;
|
|
1075
|
+
|
|
1076
|
+
// @public
|
|
1077
|
+
export interface ProductsListByCatalogOptionalParams extends coreClient.OperationOptions {
|
|
1078
|
+
}
|
|
1079
|
+
|
|
1080
|
+
// @public
|
|
1081
|
+
export type ProductsListByCatalogResponse = ProductListResult;
|
|
1082
|
+
|
|
1083
|
+
// @public
|
|
1084
|
+
export interface ProductsUpdateHeaders {
|
|
1085
|
+
location?: string;
|
|
1086
|
+
retryAfter?: number;
|
|
1087
|
+
}
|
|
1088
|
+
|
|
1089
|
+
// @public
|
|
1090
|
+
export interface ProductsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1091
|
+
resumeFrom?: string;
|
|
1092
|
+
updateIntervalInMs?: number;
|
|
1093
|
+
}
|
|
1094
|
+
|
|
1095
|
+
// @public
|
|
1096
|
+
export type ProductsUpdateResponse = Product;
|
|
1097
|
+
|
|
1098
|
+
// @public
|
|
1099
|
+
export interface ProductUpdate {
|
|
1100
|
+
properties?: ProductUpdateProperties;
|
|
1101
|
+
}
|
|
1102
|
+
|
|
1103
|
+
// @public
|
|
1104
|
+
export interface ProductUpdateProperties {
|
|
1105
|
+
description?: string;
|
|
1106
|
+
}
|
|
1107
|
+
|
|
1108
|
+
// @public
|
|
1109
|
+
export interface ProofOfPossessionNonceRequest {
|
|
1110
|
+
proofOfPossessionNonce: string;
|
|
1111
|
+
}
|
|
1112
|
+
|
|
1113
|
+
// @public
|
|
1114
|
+
export interface ProofOfPossessionNonceResponse extends CertificateProperties {
|
|
1115
|
+
}
|
|
1116
|
+
|
|
1117
|
+
// @public
|
|
1118
|
+
export type ProvisioningState = string;
|
|
1119
|
+
|
|
1120
|
+
// @public
|
|
1121
|
+
export interface ProxyResource extends Resource {
|
|
1122
|
+
}
|
|
1123
|
+
|
|
1124
|
+
// @public
|
|
1125
|
+
export type RegionalDataBoundary = string;
|
|
1126
|
+
|
|
1127
|
+
// @public
|
|
1128
|
+
export interface Resource {
|
|
1129
|
+
readonly id?: string;
|
|
1130
|
+
readonly name?: string;
|
|
1131
|
+
readonly systemData?: SystemData;
|
|
1132
|
+
readonly type?: string;
|
|
1133
|
+
}
|
|
1134
|
+
|
|
1135
|
+
// @public
|
|
1136
|
+
export interface SignedCapabilityImageResponse {
|
|
1137
|
+
readonly image?: string;
|
|
1138
|
+
}
|
|
1139
|
+
|
|
1140
|
+
// @public
|
|
1141
|
+
export interface SystemData {
|
|
1142
|
+
createdAt?: Date;
|
|
1143
|
+
createdBy?: string;
|
|
1144
|
+
createdByType?: CreatedByType;
|
|
1145
|
+
lastModifiedAt?: Date;
|
|
1146
|
+
lastModifiedBy?: string;
|
|
1147
|
+
lastModifiedByType?: CreatedByType;
|
|
1148
|
+
}
|
|
1149
|
+
|
|
1150
|
+
// @public
|
|
1151
|
+
export interface TrackedResource extends Resource {
|
|
1152
|
+
location: string;
|
|
1153
|
+
tags?: {
|
|
1154
|
+
[propertyName: string]: string;
|
|
1155
|
+
};
|
|
1156
|
+
}
|
|
1157
|
+
|
|
1158
|
+
// @public
|
|
1159
|
+
export type UpdatePolicy = string;
|
|
1160
|
+
|
|
1161
|
+
// (No @packageDocumentation comment for this package)
|
|
1162
|
+
|
|
1163
|
+
```
|