@azure/arm-digitaltwins 1.0.0 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/LICENSE +21 -0
- package/LICENSE.txt +1 -1
- package/README.md +72 -77
- package/dist/index.js +2613 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/azureDigitalTwinsManagementClient.d.ts +22 -0
- package/dist-esm/src/azureDigitalTwinsManagementClient.d.ts.map +1 -0
- package/dist-esm/src/azureDigitalTwinsManagementClient.js +55 -0
- package/dist-esm/src/azureDigitalTwinsManagementClient.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +677 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +85 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +40 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +609 -256
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +19 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +171 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/digitalTwins.d.ts +119 -0
- package/dist-esm/src/operations/digitalTwins.d.ts.map +1 -0
- package/dist-esm/src/operations/digitalTwins.js +549 -0
- package/dist-esm/src/operations/digitalTwins.js.map +1 -0
- package/dist-esm/src/operations/digitalTwinsEndpoint.d.ts +81 -0
- package/dist-esm/src/operations/digitalTwinsEndpoint.d.ts.map +1 -0
- package/dist-esm/src/operations/digitalTwinsEndpoint.js +345 -0
- package/dist-esm/src/operations/digitalTwinsEndpoint.js.map +1 -0
- package/dist-esm/src/operations/index.d.ts +6 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +5 -5
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +120 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +63 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +264 -0
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts +28 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.js +85 -0
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/digitalTwins.d.ts +83 -0
- package/dist-esm/src/operationsInterfaces/digitalTwins.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/digitalTwins.js +9 -0
- package/dist-esm/src/operationsInterfaces/digitalTwins.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/digitalTwinsEndpoint.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/digitalTwinsEndpoint.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/digitalTwinsEndpoint.js +9 -0
- package/dist-esm/src/operationsInterfaces/digitalTwinsEndpoint.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +6 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +13 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +55 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +20 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +65 -31
- package/review/arm-digitaltwins.api.md +620 -0
- package/rollup.config.js +181 -30
- package/src/azureDigitalTwinsManagementClient.ts +82 -33
- package/src/index.ts +12 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +587 -684
- package/src/models/mappers.ts +638 -255
- package/src/models/parameters.ts +128 -44
- package/src/operations/digitalTwins.ts +557 -367
- package/src/operations/digitalTwinsEndpoint.ts +340 -192
- package/src/operations/index.ts +5 -5
- package/src/operations/operations.ts +87 -73
- package/src/operations/privateEndpointConnections.ts +377 -0
- package/src/operations/privateLinkResources.ts +116 -0
- package/src/operationsInterfaces/digitalTwins.ts +164 -0
- package/src/operationsInterfaces/digitalTwinsEndpoint.ts +115 -0
- package/src/operationsInterfaces/index.ts +13 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +108 -0
- package/src/operationsInterfaces/privateLinkResources.ts +42 -0
- package/tsconfig.json +3 -3
- package/types/arm-digitaltwins.d.ts +1009 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-digitaltwins.js +0 -1601
- package/dist/arm-digitaltwins.js.map +0 -1
- package/dist/arm-digitaltwins.min.js +0 -1
- package/dist/arm-digitaltwins.min.js.map +0 -1
- package/esm/azureDigitalTwinsManagementClient.d.ts +0 -20
- package/esm/azureDigitalTwinsManagementClient.d.ts.map +0 -1
- package/esm/azureDigitalTwinsManagementClient.js +0 -35
- package/esm/azureDigitalTwinsManagementClient.js.map +0 -1
- package/esm/azureDigitalTwinsManagementClientContext.d.ts +0 -16
- package/esm/azureDigitalTwinsManagementClientContext.d.ts.map +0 -1
- package/esm/azureDigitalTwinsManagementClientContext.js +0 -56
- package/esm/azureDigitalTwinsManagementClientContext.js.map +0 -1
- package/esm/models/digitalTwinsEndpointMappers.d.ts +0 -2
- package/esm/models/digitalTwinsEndpointMappers.d.ts.map +0 -1
- package/esm/models/digitalTwinsEndpointMappers.js +0 -9
- package/esm/models/digitalTwinsEndpointMappers.js.map +0 -1
- package/esm/models/digitalTwinsMappers.d.ts +0 -2
- package/esm/models/digitalTwinsMappers.d.ts.map +0 -1
- package/esm/models/digitalTwinsMappers.js +0 -9
- package/esm/models/digitalTwinsMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -815
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -8
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -28
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -10
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -113
- package/esm/models/parameters.js.map +0 -1
- package/esm/operations/digitalTwins.d.ts +0 -179
- package/esm/operations/digitalTwins.d.ts.map +0 -1
- package/esm/operations/digitalTwins.js +0 -377
- package/esm/operations/digitalTwins.js.map +0 -1
- package/esm/operations/digitalTwinsEndpoint.d.ts +0 -113
- package/esm/operations/digitalTwinsEndpoint.d.ts.map +0 -1
- package/esm/operations/digitalTwinsEndpoint.js +0 -240
- package/esm/operations/digitalTwinsEndpoint.js.map +0 -1
- package/esm/operations/index.d.ts +0 -4
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -46
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -77
- package/esm/operations/operations.js.map +0 -1
- package/src/azureDigitalTwinsManagementClientContext.ts +0 -62
- package/src/models/digitalTwinsEndpointMappers.ts +0 -23
- package/src/models/digitalTwinsMappers.ts +0 -26
- package/src/models/operationsMappers.ts +0 -16
package/esm/models/index.d.ts
DELETED
|
@@ -1,815 +0,0 @@
|
|
|
1
|
-
import { BaseResource, CloudError, AzureServiceClientOptions } from "@azure/ms-rest-azure-js";
|
|
2
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
3
|
-
export { BaseResource, CloudError };
|
|
4
|
-
/**
|
|
5
|
-
* The common properties of a DigitalTwinsInstance.
|
|
6
|
-
*/
|
|
7
|
-
export interface DigitalTwinsResource extends BaseResource {
|
|
8
|
-
/**
|
|
9
|
-
* The resource identifier.
|
|
10
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
11
|
-
*/
|
|
12
|
-
readonly id?: string;
|
|
13
|
-
/**
|
|
14
|
-
* The resource name.
|
|
15
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
16
|
-
*/
|
|
17
|
-
readonly name?: string;
|
|
18
|
-
/**
|
|
19
|
-
* The resource type.
|
|
20
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
21
|
-
*/
|
|
22
|
-
readonly type?: string;
|
|
23
|
-
/**
|
|
24
|
-
* The resource location.
|
|
25
|
-
*/
|
|
26
|
-
location: string;
|
|
27
|
-
/**
|
|
28
|
-
* The resource tags.
|
|
29
|
-
*/
|
|
30
|
-
tags?: {
|
|
31
|
-
[propertyName: string]: string;
|
|
32
|
-
};
|
|
33
|
-
}
|
|
34
|
-
/**
|
|
35
|
-
* The description of the DigitalTwins service.
|
|
36
|
-
*/
|
|
37
|
-
export interface DigitalTwinsDescription extends DigitalTwinsResource {
|
|
38
|
-
/**
|
|
39
|
-
* Time when DigitalTwinsInstance was created.
|
|
40
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
41
|
-
*/
|
|
42
|
-
readonly createdTime?: Date;
|
|
43
|
-
/**
|
|
44
|
-
* Time when DigitalTwinsInstance was updated.
|
|
45
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
46
|
-
*/
|
|
47
|
-
readonly lastUpdatedTime?: Date;
|
|
48
|
-
/**
|
|
49
|
-
* The provisioning state. Possible values include: 'Provisioning', 'Deleting', 'Succeeded',
|
|
50
|
-
* 'Failed', 'Canceled', 'Deleted', 'Warning', 'Suspending', 'Restoring', 'Moving'
|
|
51
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
52
|
-
*/
|
|
53
|
-
readonly provisioningState?: ProvisioningState;
|
|
54
|
-
/**
|
|
55
|
-
* Api endpoint to work with DigitalTwinsInstance.
|
|
56
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
57
|
-
*/
|
|
58
|
-
readonly hostName?: string;
|
|
59
|
-
}
|
|
60
|
-
/**
|
|
61
|
-
* The description of the DigitalTwins service.
|
|
62
|
-
*/
|
|
63
|
-
export interface DigitalTwinsPatchDescription {
|
|
64
|
-
/**
|
|
65
|
-
* Instance tags
|
|
66
|
-
*/
|
|
67
|
-
tags?: {
|
|
68
|
-
[propertyName: string]: string;
|
|
69
|
-
};
|
|
70
|
-
}
|
|
71
|
-
/**
|
|
72
|
-
* Error definition.
|
|
73
|
-
*/
|
|
74
|
-
export interface ErrorDefinition {
|
|
75
|
-
/**
|
|
76
|
-
* Service specific error code which serves as the substatus for the HTTP error code.
|
|
77
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
78
|
-
*/
|
|
79
|
-
readonly code?: string;
|
|
80
|
-
/**
|
|
81
|
-
* Description of the error.
|
|
82
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
83
|
-
*/
|
|
84
|
-
readonly message?: string;
|
|
85
|
-
/**
|
|
86
|
-
* Internal error details.
|
|
87
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
88
|
-
*/
|
|
89
|
-
readonly details?: ErrorDefinition[];
|
|
90
|
-
}
|
|
91
|
-
/**
|
|
92
|
-
* Error response.
|
|
93
|
-
*/
|
|
94
|
-
export interface ErrorResponse {
|
|
95
|
-
/**
|
|
96
|
-
* Error description
|
|
97
|
-
*/
|
|
98
|
-
error?: ErrorDefinition;
|
|
99
|
-
}
|
|
100
|
-
/**
|
|
101
|
-
* The object that represents the operation.
|
|
102
|
-
*/
|
|
103
|
-
export interface OperationDisplay {
|
|
104
|
-
/**
|
|
105
|
-
* Service provider: Microsoft DigitalTwins
|
|
106
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
107
|
-
*/
|
|
108
|
-
readonly provider?: string;
|
|
109
|
-
/**
|
|
110
|
-
* Resource Type: DigitalTwinsInstances
|
|
111
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
112
|
-
*/
|
|
113
|
-
readonly resource?: string;
|
|
114
|
-
/**
|
|
115
|
-
* Name of the operation
|
|
116
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
117
|
-
*/
|
|
118
|
-
readonly operation?: string;
|
|
119
|
-
/**
|
|
120
|
-
* Friendly description for the operation,
|
|
121
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
122
|
-
*/
|
|
123
|
-
readonly description?: string;
|
|
124
|
-
}
|
|
125
|
-
/**
|
|
126
|
-
* DigitalTwins service REST API operation
|
|
127
|
-
*/
|
|
128
|
-
export interface Operation {
|
|
129
|
-
/**
|
|
130
|
-
* Operation name: {provider}/{resource}/{read | write | action | delete}
|
|
131
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
132
|
-
*/
|
|
133
|
-
readonly name?: string;
|
|
134
|
-
/**
|
|
135
|
-
* Operation properties display
|
|
136
|
-
*/
|
|
137
|
-
display?: OperationDisplay;
|
|
138
|
-
/**
|
|
139
|
-
* The intended executor of the operation.
|
|
140
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
141
|
-
*/
|
|
142
|
-
readonly origin?: string;
|
|
143
|
-
/**
|
|
144
|
-
* If the operation is a data action (for data plane rbac).
|
|
145
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
146
|
-
*/
|
|
147
|
-
readonly isDataAction?: boolean;
|
|
148
|
-
}
|
|
149
|
-
/**
|
|
150
|
-
* The result returned from a database check name availability request.
|
|
151
|
-
*/
|
|
152
|
-
export interface CheckNameRequest {
|
|
153
|
-
/**
|
|
154
|
-
* Resource name.
|
|
155
|
-
*/
|
|
156
|
-
name: string;
|
|
157
|
-
}
|
|
158
|
-
/**
|
|
159
|
-
* The result returned from a check name availability request.
|
|
160
|
-
*/
|
|
161
|
-
export interface CheckNameResult {
|
|
162
|
-
/**
|
|
163
|
-
* Specifies a Boolean value that indicates if the name is available.
|
|
164
|
-
*/
|
|
165
|
-
nameAvailable?: boolean;
|
|
166
|
-
/**
|
|
167
|
-
* Message indicating an unavailable name due to a conflict, or a description of the naming rules
|
|
168
|
-
* that are violated.
|
|
169
|
-
*/
|
|
170
|
-
message?: string;
|
|
171
|
-
/**
|
|
172
|
-
* Message providing the reason why the given name is invalid. Possible values include:
|
|
173
|
-
* 'Invalid', 'AlreadyExists'
|
|
174
|
-
*/
|
|
175
|
-
reason?: Reason;
|
|
176
|
-
}
|
|
177
|
-
/**
|
|
178
|
-
* Definition of a resource.
|
|
179
|
-
*/
|
|
180
|
-
export interface ExternalResource extends BaseResource {
|
|
181
|
-
/**
|
|
182
|
-
* The resource identifier.
|
|
183
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
184
|
-
*/
|
|
185
|
-
readonly id?: string;
|
|
186
|
-
/**
|
|
187
|
-
* Extension resource name.
|
|
188
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
189
|
-
*/
|
|
190
|
-
readonly name?: string;
|
|
191
|
-
/**
|
|
192
|
-
* The resource type.
|
|
193
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
194
|
-
*/
|
|
195
|
-
readonly type?: string;
|
|
196
|
-
}
|
|
197
|
-
/**
|
|
198
|
-
* Contains the possible cases for DigitalTwinsEndpointResourceProperties.
|
|
199
|
-
*/
|
|
200
|
-
export declare type DigitalTwinsEndpointResourcePropertiesUnion = DigitalTwinsEndpointResourceProperties | ServiceBus | EventHub | EventGrid;
|
|
201
|
-
/**
|
|
202
|
-
* Properties related to Digital Twins Endpoint
|
|
203
|
-
*/
|
|
204
|
-
export interface DigitalTwinsEndpointResourceProperties {
|
|
205
|
-
/**
|
|
206
|
-
* Polymorphic Discriminator
|
|
207
|
-
*/
|
|
208
|
-
endpointType: "DigitalTwinsEndpointResourceProperties";
|
|
209
|
-
/**
|
|
210
|
-
* The provisioning state. Possible values include: 'Provisioning', 'Deleting', 'Succeeded',
|
|
211
|
-
* 'Failed', 'Canceled', 'Deleted', 'Warning', 'Suspending', 'Restoring', 'Moving', 'Disabled'
|
|
212
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
213
|
-
*/
|
|
214
|
-
readonly provisioningState?: EndpointProvisioningState;
|
|
215
|
-
/**
|
|
216
|
-
* Time when the Endpoint was added to DigitalTwinsInstance.
|
|
217
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
218
|
-
*/
|
|
219
|
-
readonly createdTime?: Date;
|
|
220
|
-
/**
|
|
221
|
-
* Dead letter storage secret. Will be obfuscated during read.
|
|
222
|
-
*/
|
|
223
|
-
deadLetterSecret?: string;
|
|
224
|
-
}
|
|
225
|
-
/**
|
|
226
|
-
* DigitalTwinsInstance endpoint resource.
|
|
227
|
-
*/
|
|
228
|
-
export interface DigitalTwinsEndpointResource extends ExternalResource {
|
|
229
|
-
/**
|
|
230
|
-
* DigitalTwinsInstance endpoint resource properties.
|
|
231
|
-
*/
|
|
232
|
-
properties?: DigitalTwinsEndpointResourcePropertiesUnion;
|
|
233
|
-
}
|
|
234
|
-
/**
|
|
235
|
-
* Properties related to ServiceBus.
|
|
236
|
-
*/
|
|
237
|
-
export interface ServiceBus {
|
|
238
|
-
/**
|
|
239
|
-
* Polymorphic Discriminator
|
|
240
|
-
*/
|
|
241
|
-
endpointType: "ServiceBus";
|
|
242
|
-
/**
|
|
243
|
-
* The provisioning state. Possible values include: 'Provisioning', 'Deleting', 'Succeeded',
|
|
244
|
-
* 'Failed', 'Canceled', 'Deleted', 'Warning', 'Suspending', 'Restoring', 'Moving', 'Disabled'
|
|
245
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
246
|
-
*/
|
|
247
|
-
readonly provisioningState?: EndpointProvisioningState;
|
|
248
|
-
/**
|
|
249
|
-
* Time when the Endpoint was added to DigitalTwinsInstance.
|
|
250
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
251
|
-
*/
|
|
252
|
-
readonly createdTime?: Date;
|
|
253
|
-
/**
|
|
254
|
-
* Dead letter storage secret. Will be obfuscated during read.
|
|
255
|
-
*/
|
|
256
|
-
deadLetterSecret?: string;
|
|
257
|
-
/**
|
|
258
|
-
* PrimaryConnectionString of the endpoint. Will be obfuscated during read.
|
|
259
|
-
*/
|
|
260
|
-
primaryConnectionString: string;
|
|
261
|
-
/**
|
|
262
|
-
* SecondaryConnectionString of the endpoint. Will be obfuscated during read.
|
|
263
|
-
*/
|
|
264
|
-
secondaryConnectionString?: string;
|
|
265
|
-
}
|
|
266
|
-
/**
|
|
267
|
-
* Properties related to EventHub.
|
|
268
|
-
*/
|
|
269
|
-
export interface EventHub {
|
|
270
|
-
/**
|
|
271
|
-
* Polymorphic Discriminator
|
|
272
|
-
*/
|
|
273
|
-
endpointType: "EventHub";
|
|
274
|
-
/**
|
|
275
|
-
* The provisioning state. Possible values include: 'Provisioning', 'Deleting', 'Succeeded',
|
|
276
|
-
* 'Failed', 'Canceled', 'Deleted', 'Warning', 'Suspending', 'Restoring', 'Moving', 'Disabled'
|
|
277
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
278
|
-
*/
|
|
279
|
-
readonly provisioningState?: EndpointProvisioningState;
|
|
280
|
-
/**
|
|
281
|
-
* Time when the Endpoint was added to DigitalTwinsInstance.
|
|
282
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
283
|
-
*/
|
|
284
|
-
readonly createdTime?: Date;
|
|
285
|
-
/**
|
|
286
|
-
* Dead letter storage secret. Will be obfuscated during read.
|
|
287
|
-
*/
|
|
288
|
-
deadLetterSecret?: string;
|
|
289
|
-
/**
|
|
290
|
-
* PrimaryConnectionString of the endpoint. Will be obfuscated during read.
|
|
291
|
-
*/
|
|
292
|
-
connectionStringPrimaryKey: string;
|
|
293
|
-
/**
|
|
294
|
-
* SecondaryConnectionString of the endpoint. Will be obfuscated during read.
|
|
295
|
-
*/
|
|
296
|
-
connectionStringSecondaryKey?: string;
|
|
297
|
-
}
|
|
298
|
-
/**
|
|
299
|
-
* Properties related to EventGrid.
|
|
300
|
-
*/
|
|
301
|
-
export interface EventGrid {
|
|
302
|
-
/**
|
|
303
|
-
* Polymorphic Discriminator
|
|
304
|
-
*/
|
|
305
|
-
endpointType: "EventGrid";
|
|
306
|
-
/**
|
|
307
|
-
* The provisioning state. Possible values include: 'Provisioning', 'Deleting', 'Succeeded',
|
|
308
|
-
* 'Failed', 'Canceled', 'Deleted', 'Warning', 'Suspending', 'Restoring', 'Moving', 'Disabled'
|
|
309
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
310
|
-
*/
|
|
311
|
-
readonly provisioningState?: EndpointProvisioningState;
|
|
312
|
-
/**
|
|
313
|
-
* Time when the Endpoint was added to DigitalTwinsInstance.
|
|
314
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
315
|
-
*/
|
|
316
|
-
readonly createdTime?: Date;
|
|
317
|
-
/**
|
|
318
|
-
* Dead letter storage secret. Will be obfuscated during read.
|
|
319
|
-
*/
|
|
320
|
-
deadLetterSecret?: string;
|
|
321
|
-
/**
|
|
322
|
-
* EventGrid Topic Endpoint
|
|
323
|
-
*/
|
|
324
|
-
topicEndpoint: string;
|
|
325
|
-
/**
|
|
326
|
-
* EventGrid secondary accesskey. Will be obfuscated during read.
|
|
327
|
-
*/
|
|
328
|
-
accessKey1: string;
|
|
329
|
-
/**
|
|
330
|
-
* EventGrid secondary accesskey. Will be obfuscated during read.
|
|
331
|
-
*/
|
|
332
|
-
accessKey2?: string;
|
|
333
|
-
}
|
|
334
|
-
/**
|
|
335
|
-
* Optional Parameters.
|
|
336
|
-
*/
|
|
337
|
-
export interface DigitalTwinsUpdateOptionalParams extends msRest.RequestOptionsBase {
|
|
338
|
-
/**
|
|
339
|
-
* Instance tags
|
|
340
|
-
*/
|
|
341
|
-
tags?: {
|
|
342
|
-
[propertyName: string]: string;
|
|
343
|
-
};
|
|
344
|
-
}
|
|
345
|
-
/**
|
|
346
|
-
* Optional Parameters.
|
|
347
|
-
*/
|
|
348
|
-
export interface DigitalTwinsBeginUpdateOptionalParams extends msRest.RequestOptionsBase {
|
|
349
|
-
/**
|
|
350
|
-
* Instance tags
|
|
351
|
-
*/
|
|
352
|
-
tags?: {
|
|
353
|
-
[propertyName: string]: string;
|
|
354
|
-
};
|
|
355
|
-
}
|
|
356
|
-
/**
|
|
357
|
-
* Optional Parameters.
|
|
358
|
-
*/
|
|
359
|
-
export interface DigitalTwinsEndpointCreateOrUpdateOptionalParams extends msRest.RequestOptionsBase {
|
|
360
|
-
/**
|
|
361
|
-
* DigitalTwinsInstance endpoint resource properties.
|
|
362
|
-
*/
|
|
363
|
-
properties?: DigitalTwinsEndpointResourcePropertiesUnion;
|
|
364
|
-
}
|
|
365
|
-
/**
|
|
366
|
-
* Optional Parameters.
|
|
367
|
-
*/
|
|
368
|
-
export interface DigitalTwinsEndpointBeginCreateOrUpdateOptionalParams extends msRest.RequestOptionsBase {
|
|
369
|
-
/**
|
|
370
|
-
* DigitalTwinsInstance endpoint resource properties.
|
|
371
|
-
*/
|
|
372
|
-
properties?: DigitalTwinsEndpointResourcePropertiesUnion;
|
|
373
|
-
}
|
|
374
|
-
/**
|
|
375
|
-
* An interface representing AzureDigitalTwinsManagementClientOptions.
|
|
376
|
-
*/
|
|
377
|
-
export interface AzureDigitalTwinsManagementClientOptions extends AzureServiceClientOptions {
|
|
378
|
-
baseUri?: string;
|
|
379
|
-
}
|
|
380
|
-
/**
|
|
381
|
-
* @interface
|
|
382
|
-
* A list of DigitalTwins description objects with a next link.
|
|
383
|
-
* @extends Array<DigitalTwinsDescription>
|
|
384
|
-
*/
|
|
385
|
-
export interface DigitalTwinsDescriptionListResult extends Array<DigitalTwinsDescription> {
|
|
386
|
-
/**
|
|
387
|
-
* The link used to get the next page of DigitalTwins description objects.
|
|
388
|
-
*/
|
|
389
|
-
nextLink?: string;
|
|
390
|
-
}
|
|
391
|
-
/**
|
|
392
|
-
* @interface
|
|
393
|
-
* A list of DigitalTwinsInstance Endpoints with a next link.
|
|
394
|
-
* @extends Array<DigitalTwinsEndpointResource>
|
|
395
|
-
*/
|
|
396
|
-
export interface DigitalTwinsEndpointResourceListResult extends Array<DigitalTwinsEndpointResource> {
|
|
397
|
-
/**
|
|
398
|
-
* The link used to get the next page of DigitalTwinsInstance Endpoints.
|
|
399
|
-
*/
|
|
400
|
-
nextLink?: string;
|
|
401
|
-
}
|
|
402
|
-
/**
|
|
403
|
-
* @interface
|
|
404
|
-
* A list of DigitalTwins service operations. It contains a list of operations and a URL link to
|
|
405
|
-
* get the next set of results.
|
|
406
|
-
* @extends Array<Operation>
|
|
407
|
-
*/
|
|
408
|
-
export interface OperationListResult extends Array<Operation> {
|
|
409
|
-
/**
|
|
410
|
-
* The link used to get the next page of DigitalTwins description objects.
|
|
411
|
-
*/
|
|
412
|
-
nextLink?: string;
|
|
413
|
-
}
|
|
414
|
-
/**
|
|
415
|
-
* Defines values for ProvisioningState.
|
|
416
|
-
* Possible values include: 'Provisioning', 'Deleting', 'Succeeded', 'Failed', 'Canceled',
|
|
417
|
-
* 'Deleted', 'Warning', 'Suspending', 'Restoring', 'Moving'
|
|
418
|
-
* @readonly
|
|
419
|
-
* @enum {string}
|
|
420
|
-
*/
|
|
421
|
-
export declare type ProvisioningState = 'Provisioning' | 'Deleting' | 'Succeeded' | 'Failed' | 'Canceled' | 'Deleted' | 'Warning' | 'Suspending' | 'Restoring' | 'Moving';
|
|
422
|
-
/**
|
|
423
|
-
* Defines values for Reason.
|
|
424
|
-
* Possible values include: 'Invalid', 'AlreadyExists'
|
|
425
|
-
* @readonly
|
|
426
|
-
* @enum {string}
|
|
427
|
-
*/
|
|
428
|
-
export declare type Reason = 'Invalid' | 'AlreadyExists';
|
|
429
|
-
/**
|
|
430
|
-
* Defines values for EndpointProvisioningState.
|
|
431
|
-
* Possible values include: 'Provisioning', 'Deleting', 'Succeeded', 'Failed', 'Canceled',
|
|
432
|
-
* 'Deleted', 'Warning', 'Suspending', 'Restoring', 'Moving', 'Disabled'
|
|
433
|
-
* @readonly
|
|
434
|
-
* @enum {string}
|
|
435
|
-
*/
|
|
436
|
-
export declare type EndpointProvisioningState = 'Provisioning' | 'Deleting' | 'Succeeded' | 'Failed' | 'Canceled' | 'Deleted' | 'Warning' | 'Suspending' | 'Restoring' | 'Moving' | 'Disabled';
|
|
437
|
-
/**
|
|
438
|
-
* Contains response data for the get operation.
|
|
439
|
-
*/
|
|
440
|
-
export declare type DigitalTwinsGetResponse = DigitalTwinsDescription & {
|
|
441
|
-
/**
|
|
442
|
-
* The underlying HTTP response.
|
|
443
|
-
*/
|
|
444
|
-
_response: msRest.HttpResponse & {
|
|
445
|
-
/**
|
|
446
|
-
* The response body as text (string format)
|
|
447
|
-
*/
|
|
448
|
-
bodyAsText: string;
|
|
449
|
-
/**
|
|
450
|
-
* The response body as parsed JSON or XML
|
|
451
|
-
*/
|
|
452
|
-
parsedBody: DigitalTwinsDescription;
|
|
453
|
-
};
|
|
454
|
-
};
|
|
455
|
-
/**
|
|
456
|
-
* Contains response data for the createOrUpdate operation.
|
|
457
|
-
*/
|
|
458
|
-
export declare type DigitalTwinsCreateOrUpdateResponse = DigitalTwinsDescription & {
|
|
459
|
-
/**
|
|
460
|
-
* The underlying HTTP response.
|
|
461
|
-
*/
|
|
462
|
-
_response: msRest.HttpResponse & {
|
|
463
|
-
/**
|
|
464
|
-
* The response body as text (string format)
|
|
465
|
-
*/
|
|
466
|
-
bodyAsText: string;
|
|
467
|
-
/**
|
|
468
|
-
* The response body as parsed JSON or XML
|
|
469
|
-
*/
|
|
470
|
-
parsedBody: DigitalTwinsDescription;
|
|
471
|
-
};
|
|
472
|
-
};
|
|
473
|
-
/**
|
|
474
|
-
* Contains response data for the update operation.
|
|
475
|
-
*/
|
|
476
|
-
export declare type DigitalTwinsUpdateResponse = DigitalTwinsDescription & {
|
|
477
|
-
/**
|
|
478
|
-
* The underlying HTTP response.
|
|
479
|
-
*/
|
|
480
|
-
_response: msRest.HttpResponse & {
|
|
481
|
-
/**
|
|
482
|
-
* The response body as text (string format)
|
|
483
|
-
*/
|
|
484
|
-
bodyAsText: string;
|
|
485
|
-
/**
|
|
486
|
-
* The response body as parsed JSON or XML
|
|
487
|
-
*/
|
|
488
|
-
parsedBody: DigitalTwinsDescription;
|
|
489
|
-
};
|
|
490
|
-
};
|
|
491
|
-
/**
|
|
492
|
-
* Contains response data for the deleteMethod operation.
|
|
493
|
-
*/
|
|
494
|
-
export declare type DigitalTwinsDeleteMethodResponse = DigitalTwinsDescription & {
|
|
495
|
-
/**
|
|
496
|
-
* The underlying HTTP response.
|
|
497
|
-
*/
|
|
498
|
-
_response: msRest.HttpResponse & {
|
|
499
|
-
/**
|
|
500
|
-
* The response body as text (string format)
|
|
501
|
-
*/
|
|
502
|
-
bodyAsText: string;
|
|
503
|
-
/**
|
|
504
|
-
* The response body as parsed JSON or XML
|
|
505
|
-
*/
|
|
506
|
-
parsedBody: DigitalTwinsDescription;
|
|
507
|
-
};
|
|
508
|
-
};
|
|
509
|
-
/**
|
|
510
|
-
* Contains response data for the list operation.
|
|
511
|
-
*/
|
|
512
|
-
export declare type DigitalTwinsListResponse = DigitalTwinsDescriptionListResult & {
|
|
513
|
-
/**
|
|
514
|
-
* The underlying HTTP response.
|
|
515
|
-
*/
|
|
516
|
-
_response: msRest.HttpResponse & {
|
|
517
|
-
/**
|
|
518
|
-
* The response body as text (string format)
|
|
519
|
-
*/
|
|
520
|
-
bodyAsText: string;
|
|
521
|
-
/**
|
|
522
|
-
* The response body as parsed JSON or XML
|
|
523
|
-
*/
|
|
524
|
-
parsedBody: DigitalTwinsDescriptionListResult;
|
|
525
|
-
};
|
|
526
|
-
};
|
|
527
|
-
/**
|
|
528
|
-
* Contains response data for the listByResourceGroup operation.
|
|
529
|
-
*/
|
|
530
|
-
export declare type DigitalTwinsListByResourceGroupResponse = DigitalTwinsDescriptionListResult & {
|
|
531
|
-
/**
|
|
532
|
-
* The underlying HTTP response.
|
|
533
|
-
*/
|
|
534
|
-
_response: msRest.HttpResponse & {
|
|
535
|
-
/**
|
|
536
|
-
* The response body as text (string format)
|
|
537
|
-
*/
|
|
538
|
-
bodyAsText: string;
|
|
539
|
-
/**
|
|
540
|
-
* The response body as parsed JSON or XML
|
|
541
|
-
*/
|
|
542
|
-
parsedBody: DigitalTwinsDescriptionListResult;
|
|
543
|
-
};
|
|
544
|
-
};
|
|
545
|
-
/**
|
|
546
|
-
* Contains response data for the checkNameAvailability operation.
|
|
547
|
-
*/
|
|
548
|
-
export declare type DigitalTwinsCheckNameAvailabilityResponse = CheckNameResult & {
|
|
549
|
-
/**
|
|
550
|
-
* The underlying HTTP response.
|
|
551
|
-
*/
|
|
552
|
-
_response: msRest.HttpResponse & {
|
|
553
|
-
/**
|
|
554
|
-
* The response body as text (string format)
|
|
555
|
-
*/
|
|
556
|
-
bodyAsText: string;
|
|
557
|
-
/**
|
|
558
|
-
* The response body as parsed JSON or XML
|
|
559
|
-
*/
|
|
560
|
-
parsedBody: CheckNameResult;
|
|
561
|
-
};
|
|
562
|
-
};
|
|
563
|
-
/**
|
|
564
|
-
* Contains response data for the beginCreateOrUpdate operation.
|
|
565
|
-
*/
|
|
566
|
-
export declare type DigitalTwinsBeginCreateOrUpdateResponse = DigitalTwinsDescription & {
|
|
567
|
-
/**
|
|
568
|
-
* The underlying HTTP response.
|
|
569
|
-
*/
|
|
570
|
-
_response: msRest.HttpResponse & {
|
|
571
|
-
/**
|
|
572
|
-
* The response body as text (string format)
|
|
573
|
-
*/
|
|
574
|
-
bodyAsText: string;
|
|
575
|
-
/**
|
|
576
|
-
* The response body as parsed JSON or XML
|
|
577
|
-
*/
|
|
578
|
-
parsedBody: DigitalTwinsDescription;
|
|
579
|
-
};
|
|
580
|
-
};
|
|
581
|
-
/**
|
|
582
|
-
* Contains response data for the beginUpdate operation.
|
|
583
|
-
*/
|
|
584
|
-
export declare type DigitalTwinsBeginUpdateResponse = DigitalTwinsDescription & {
|
|
585
|
-
/**
|
|
586
|
-
* The underlying HTTP response.
|
|
587
|
-
*/
|
|
588
|
-
_response: msRest.HttpResponse & {
|
|
589
|
-
/**
|
|
590
|
-
* The response body as text (string format)
|
|
591
|
-
*/
|
|
592
|
-
bodyAsText: string;
|
|
593
|
-
/**
|
|
594
|
-
* The response body as parsed JSON or XML
|
|
595
|
-
*/
|
|
596
|
-
parsedBody: DigitalTwinsDescription;
|
|
597
|
-
};
|
|
598
|
-
};
|
|
599
|
-
/**
|
|
600
|
-
* Contains response data for the beginDeleteMethod operation.
|
|
601
|
-
*/
|
|
602
|
-
export declare type DigitalTwinsBeginDeleteMethodResponse = DigitalTwinsDescription & {
|
|
603
|
-
/**
|
|
604
|
-
* The underlying HTTP response.
|
|
605
|
-
*/
|
|
606
|
-
_response: msRest.HttpResponse & {
|
|
607
|
-
/**
|
|
608
|
-
* The response body as text (string format)
|
|
609
|
-
*/
|
|
610
|
-
bodyAsText: string;
|
|
611
|
-
/**
|
|
612
|
-
* The response body as parsed JSON or XML
|
|
613
|
-
*/
|
|
614
|
-
parsedBody: DigitalTwinsDescription;
|
|
615
|
-
};
|
|
616
|
-
};
|
|
617
|
-
/**
|
|
618
|
-
* Contains response data for the listNext operation.
|
|
619
|
-
*/
|
|
620
|
-
export declare type DigitalTwinsListNextResponse = DigitalTwinsDescriptionListResult & {
|
|
621
|
-
/**
|
|
622
|
-
* The underlying HTTP response.
|
|
623
|
-
*/
|
|
624
|
-
_response: msRest.HttpResponse & {
|
|
625
|
-
/**
|
|
626
|
-
* The response body as text (string format)
|
|
627
|
-
*/
|
|
628
|
-
bodyAsText: string;
|
|
629
|
-
/**
|
|
630
|
-
* The response body as parsed JSON or XML
|
|
631
|
-
*/
|
|
632
|
-
parsedBody: DigitalTwinsDescriptionListResult;
|
|
633
|
-
};
|
|
634
|
-
};
|
|
635
|
-
/**
|
|
636
|
-
* Contains response data for the listByResourceGroupNext operation.
|
|
637
|
-
*/
|
|
638
|
-
export declare type DigitalTwinsListByResourceGroupNextResponse = DigitalTwinsDescriptionListResult & {
|
|
639
|
-
/**
|
|
640
|
-
* The underlying HTTP response.
|
|
641
|
-
*/
|
|
642
|
-
_response: msRest.HttpResponse & {
|
|
643
|
-
/**
|
|
644
|
-
* The response body as text (string format)
|
|
645
|
-
*/
|
|
646
|
-
bodyAsText: string;
|
|
647
|
-
/**
|
|
648
|
-
* The response body as parsed JSON or XML
|
|
649
|
-
*/
|
|
650
|
-
parsedBody: DigitalTwinsDescriptionListResult;
|
|
651
|
-
};
|
|
652
|
-
};
|
|
653
|
-
/**
|
|
654
|
-
* Contains response data for the list operation.
|
|
655
|
-
*/
|
|
656
|
-
export declare type DigitalTwinsEndpointListResponse = DigitalTwinsEndpointResourceListResult & {
|
|
657
|
-
/**
|
|
658
|
-
* The underlying HTTP response.
|
|
659
|
-
*/
|
|
660
|
-
_response: msRest.HttpResponse & {
|
|
661
|
-
/**
|
|
662
|
-
* The response body as text (string format)
|
|
663
|
-
*/
|
|
664
|
-
bodyAsText: string;
|
|
665
|
-
/**
|
|
666
|
-
* The response body as parsed JSON or XML
|
|
667
|
-
*/
|
|
668
|
-
parsedBody: DigitalTwinsEndpointResourceListResult;
|
|
669
|
-
};
|
|
670
|
-
};
|
|
671
|
-
/**
|
|
672
|
-
* Contains response data for the get operation.
|
|
673
|
-
*/
|
|
674
|
-
export declare type DigitalTwinsEndpointGetResponse = DigitalTwinsEndpointResource & {
|
|
675
|
-
/**
|
|
676
|
-
* The underlying HTTP response.
|
|
677
|
-
*/
|
|
678
|
-
_response: msRest.HttpResponse & {
|
|
679
|
-
/**
|
|
680
|
-
* The response body as text (string format)
|
|
681
|
-
*/
|
|
682
|
-
bodyAsText: string;
|
|
683
|
-
/**
|
|
684
|
-
* The response body as parsed JSON or XML
|
|
685
|
-
*/
|
|
686
|
-
parsedBody: DigitalTwinsEndpointResource;
|
|
687
|
-
};
|
|
688
|
-
};
|
|
689
|
-
/**
|
|
690
|
-
* Contains response data for the createOrUpdate operation.
|
|
691
|
-
*/
|
|
692
|
-
export declare type DigitalTwinsEndpointCreateOrUpdateResponse = DigitalTwinsEndpointResource & {
|
|
693
|
-
/**
|
|
694
|
-
* The underlying HTTP response.
|
|
695
|
-
*/
|
|
696
|
-
_response: msRest.HttpResponse & {
|
|
697
|
-
/**
|
|
698
|
-
* The response body as text (string format)
|
|
699
|
-
*/
|
|
700
|
-
bodyAsText: string;
|
|
701
|
-
/**
|
|
702
|
-
* The response body as parsed JSON or XML
|
|
703
|
-
*/
|
|
704
|
-
parsedBody: DigitalTwinsEndpointResource;
|
|
705
|
-
};
|
|
706
|
-
};
|
|
707
|
-
/**
|
|
708
|
-
* Contains response data for the deleteMethod operation.
|
|
709
|
-
*/
|
|
710
|
-
export declare type DigitalTwinsEndpointDeleteMethodResponse = DigitalTwinsEndpointResource & {
|
|
711
|
-
/**
|
|
712
|
-
* The underlying HTTP response.
|
|
713
|
-
*/
|
|
714
|
-
_response: msRest.HttpResponse & {
|
|
715
|
-
/**
|
|
716
|
-
* The response body as text (string format)
|
|
717
|
-
*/
|
|
718
|
-
bodyAsText: string;
|
|
719
|
-
/**
|
|
720
|
-
* The response body as parsed JSON or XML
|
|
721
|
-
*/
|
|
722
|
-
parsedBody: DigitalTwinsEndpointResource;
|
|
723
|
-
};
|
|
724
|
-
};
|
|
725
|
-
/**
|
|
726
|
-
* Contains response data for the beginCreateOrUpdate operation.
|
|
727
|
-
*/
|
|
728
|
-
export declare type DigitalTwinsEndpointBeginCreateOrUpdateResponse = DigitalTwinsEndpointResource & {
|
|
729
|
-
/**
|
|
730
|
-
* The underlying HTTP response.
|
|
731
|
-
*/
|
|
732
|
-
_response: msRest.HttpResponse & {
|
|
733
|
-
/**
|
|
734
|
-
* The response body as text (string format)
|
|
735
|
-
*/
|
|
736
|
-
bodyAsText: string;
|
|
737
|
-
/**
|
|
738
|
-
* The response body as parsed JSON or XML
|
|
739
|
-
*/
|
|
740
|
-
parsedBody: DigitalTwinsEndpointResource;
|
|
741
|
-
};
|
|
742
|
-
};
|
|
743
|
-
/**
|
|
744
|
-
* Contains response data for the beginDeleteMethod operation.
|
|
745
|
-
*/
|
|
746
|
-
export declare type DigitalTwinsEndpointBeginDeleteMethodResponse = DigitalTwinsEndpointResource & {
|
|
747
|
-
/**
|
|
748
|
-
* The underlying HTTP response.
|
|
749
|
-
*/
|
|
750
|
-
_response: msRest.HttpResponse & {
|
|
751
|
-
/**
|
|
752
|
-
* The response body as text (string format)
|
|
753
|
-
*/
|
|
754
|
-
bodyAsText: string;
|
|
755
|
-
/**
|
|
756
|
-
* The response body as parsed JSON or XML
|
|
757
|
-
*/
|
|
758
|
-
parsedBody: DigitalTwinsEndpointResource;
|
|
759
|
-
};
|
|
760
|
-
};
|
|
761
|
-
/**
|
|
762
|
-
* Contains response data for the listNext operation.
|
|
763
|
-
*/
|
|
764
|
-
export declare type DigitalTwinsEndpointListNextResponse = DigitalTwinsEndpointResourceListResult & {
|
|
765
|
-
/**
|
|
766
|
-
* The underlying HTTP response.
|
|
767
|
-
*/
|
|
768
|
-
_response: msRest.HttpResponse & {
|
|
769
|
-
/**
|
|
770
|
-
* The response body as text (string format)
|
|
771
|
-
*/
|
|
772
|
-
bodyAsText: string;
|
|
773
|
-
/**
|
|
774
|
-
* The response body as parsed JSON or XML
|
|
775
|
-
*/
|
|
776
|
-
parsedBody: DigitalTwinsEndpointResourceListResult;
|
|
777
|
-
};
|
|
778
|
-
};
|
|
779
|
-
/**
|
|
780
|
-
* Contains response data for the list operation.
|
|
781
|
-
*/
|
|
782
|
-
export declare type OperationsListResponse = OperationListResult & {
|
|
783
|
-
/**
|
|
784
|
-
* The underlying HTTP response.
|
|
785
|
-
*/
|
|
786
|
-
_response: msRest.HttpResponse & {
|
|
787
|
-
/**
|
|
788
|
-
* The response body as text (string format)
|
|
789
|
-
*/
|
|
790
|
-
bodyAsText: string;
|
|
791
|
-
/**
|
|
792
|
-
* The response body as parsed JSON or XML
|
|
793
|
-
*/
|
|
794
|
-
parsedBody: OperationListResult;
|
|
795
|
-
};
|
|
796
|
-
};
|
|
797
|
-
/**
|
|
798
|
-
* Contains response data for the listNext operation.
|
|
799
|
-
*/
|
|
800
|
-
export declare type OperationsListNextResponse = OperationListResult & {
|
|
801
|
-
/**
|
|
802
|
-
* The underlying HTTP response.
|
|
803
|
-
*/
|
|
804
|
-
_response: msRest.HttpResponse & {
|
|
805
|
-
/**
|
|
806
|
-
* The response body as text (string format)
|
|
807
|
-
*/
|
|
808
|
-
bodyAsText: string;
|
|
809
|
-
/**
|
|
810
|
-
* The response body as parsed JSON or XML
|
|
811
|
-
*/
|
|
812
|
-
parsedBody: OperationListResult;
|
|
813
|
-
};
|
|
814
|
-
};
|
|
815
|
-
//# sourceMappingURL=index.d.ts.map
|