@azure/arm-digitaltwins 2.1.1 → 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.
Files changed (174) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +21 -0
  3. package/README.md +69 -83
  4. package/dist/index.js +2613 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/src/azureDigitalTwinsManagementClient.d.ts +22 -0
  9. package/dist-esm/src/azureDigitalTwinsManagementClient.d.ts.map +1 -0
  10. package/dist-esm/src/azureDigitalTwinsManagementClient.js +55 -0
  11. package/dist-esm/src/azureDigitalTwinsManagementClient.js.map +1 -0
  12. package/dist-esm/src/index.d.ts +5 -0
  13. package/dist-esm/src/index.d.ts.map +1 -0
  14. package/dist-esm/src/index.js +12 -0
  15. package/dist-esm/src/index.js.map +1 -0
  16. package/dist-esm/src/lroImpl.d.ts +16 -0
  17. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  18. package/dist-esm/src/lroImpl.js +29 -0
  19. package/dist-esm/src/lroImpl.js.map +1 -0
  20. package/dist-esm/src/models/index.d.ts +677 -0
  21. package/dist-esm/src/models/index.d.ts.map +1 -0
  22. package/dist-esm/src/models/index.js +85 -0
  23. package/dist-esm/src/models/index.js.map +1 -0
  24. package/dist-esm/src/models/mappers.d.ts +40 -0
  25. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  26. package/{esm → dist-esm/src}/models/mappers.js +441 -491
  27. package/dist-esm/src/models/mappers.js.map +1 -0
  28. package/dist-esm/src/models/parameters.d.ts +19 -0
  29. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  30. package/dist-esm/src/models/parameters.js +171 -0
  31. package/dist-esm/src/models/parameters.js.map +1 -0
  32. package/dist-esm/src/operations/digitalTwins.d.ts +119 -0
  33. package/dist-esm/src/operations/digitalTwins.d.ts.map +1 -0
  34. package/dist-esm/src/operations/digitalTwins.js +549 -0
  35. package/dist-esm/src/operations/digitalTwins.js.map +1 -0
  36. package/dist-esm/src/operations/digitalTwinsEndpoint.d.ts +81 -0
  37. package/dist-esm/src/operations/digitalTwinsEndpoint.d.ts.map +1 -0
  38. package/dist-esm/src/operations/digitalTwinsEndpoint.js +345 -0
  39. package/dist-esm/src/operations/digitalTwinsEndpoint.js.map +1 -0
  40. package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
  41. package/dist-esm/src/operations/index.d.ts.map +1 -0
  42. package/{esm → dist-esm/src}/operations/index.js +1 -2
  43. package/dist-esm/src/operations/index.js.map +1 -0
  44. package/dist-esm/src/operations/operations.d.ts +32 -0
  45. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  46. package/dist-esm/src/operations/operations.js +120 -0
  47. package/dist-esm/src/operations/operations.js.map +1 -0
  48. package/dist-esm/src/operations/privateEndpointConnections.d.ts +63 -0
  49. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
  50. package/dist-esm/src/operations/privateEndpointConnections.js +264 -0
  51. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
  52. package/dist-esm/src/operations/privateLinkResources.d.ts +28 -0
  53. package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
  54. package/dist-esm/src/operations/privateLinkResources.js +85 -0
  55. package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
  56. package/dist-esm/src/operationsInterfaces/digitalTwins.d.ts +83 -0
  57. package/dist-esm/src/operationsInterfaces/digitalTwins.d.ts.map +1 -0
  58. package/{src/models/operationsMappers.ts → dist-esm/src/operationsInterfaces/digitalTwins.js} +2 -9
  59. package/dist-esm/src/operationsInterfaces/digitalTwins.js.map +1 -0
  60. package/dist-esm/src/operationsInterfaces/digitalTwinsEndpoint.d.ts +56 -0
  61. package/dist-esm/src/operationsInterfaces/digitalTwinsEndpoint.d.ts.map +1 -0
  62. package/{esm/models/operationsMappers.js → dist-esm/src/operationsInterfaces/digitalTwinsEndpoint.js} +2 -2
  63. package/dist-esm/src/operationsInterfaces/digitalTwinsEndpoint.js.map +1 -0
  64. package/dist-esm/src/operationsInterfaces/index.d.ts +6 -0
  65. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  66. package/dist-esm/src/operationsInterfaces/index.js +13 -0
  67. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  68. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  69. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  70. package/{esm/models/index.js → dist-esm/src/operationsInterfaces/operations.js} +2 -1
  71. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  72. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +55 -0
  73. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  74. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
  75. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  76. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +20 -0
  77. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  78. package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
  79. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
  80. package/dist-esm/test/sampleTest.d.ts +2 -0
  81. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  82. package/dist-esm/test/sampleTest.js +40 -0
  83. package/dist-esm/test/sampleTest.js.map +1 -0
  84. package/package.json +65 -32
  85. package/review/arm-digitaltwins.api.md +620 -0
  86. package/rollup.config.js +181 -30
  87. package/src/azureDigitalTwinsManagementClient.ts +80 -40
  88. package/src/{models/privateLinkResourcesMappers.ts → index.ts} +4 -9
  89. package/src/lroImpl.ts +34 -0
  90. package/src/models/index.ts +589 -1071
  91. package/src/models/mappers.ts +444 -492
  92. package/src/models/parameters.ts +119 -54
  93. package/src/operations/digitalTwins.ts +555 -371
  94. package/src/operations/digitalTwinsEndpoint.ts +338 -192
  95. package/src/operations/index.ts +1 -2
  96. package/src/operations/operations.ts +85 -73
  97. package/src/operations/privateEndpointConnections.ts +246 -151
  98. package/src/operations/privateLinkResources.ts +60 -92
  99. package/src/operationsInterfaces/digitalTwins.ts +164 -0
  100. package/src/operationsInterfaces/digitalTwinsEndpoint.ts +115 -0
  101. package/src/operationsInterfaces/index.ts +13 -0
  102. package/src/operationsInterfaces/operations.ts +22 -0
  103. package/src/operationsInterfaces/privateEndpointConnections.ts +108 -0
  104. package/src/operationsInterfaces/privateLinkResources.ts +42 -0
  105. package/tsconfig.json +3 -3
  106. package/types/arm-digitaltwins.d.ts +1009 -0
  107. package/types/tsdoc-metadata.json +11 -0
  108. package/dist/arm-digitaltwins.js +0 -2418
  109. package/dist/arm-digitaltwins.js.map +0 -1
  110. package/dist/arm-digitaltwins.min.js +0 -1
  111. package/dist/arm-digitaltwins.min.js.map +0 -1
  112. package/esm/azureDigitalTwinsManagementClient.d.ts +0 -28
  113. package/esm/azureDigitalTwinsManagementClient.d.ts.map +0 -1
  114. package/esm/azureDigitalTwinsManagementClient.js +0 -41
  115. package/esm/azureDigitalTwinsManagementClient.js.map +0 -1
  116. package/esm/azureDigitalTwinsManagementClientContext.d.ts +0 -22
  117. package/esm/azureDigitalTwinsManagementClientContext.d.ts.map +0 -1
  118. package/esm/azureDigitalTwinsManagementClientContext.js +0 -60
  119. package/esm/azureDigitalTwinsManagementClientContext.js.map +0 -1
  120. package/esm/models/digitalTwinsEndpointMappers.d.ts +0 -2
  121. package/esm/models/digitalTwinsEndpointMappers.d.ts.map +0 -1
  122. package/esm/models/digitalTwinsEndpointMappers.js +0 -9
  123. package/esm/models/digitalTwinsEndpointMappers.js.map +0 -1
  124. package/esm/models/digitalTwinsMappers.d.ts +0 -2
  125. package/esm/models/digitalTwinsMappers.d.ts.map +0 -1
  126. package/esm/models/digitalTwinsMappers.js +0 -9
  127. package/esm/models/digitalTwinsMappers.js.map +0 -1
  128. package/esm/models/index.d.ts +0 -1169
  129. package/esm/models/index.d.ts.map +0 -1
  130. package/esm/models/index.js.map +0 -1
  131. package/esm/models/mappers.d.ts +0 -42
  132. package/esm/models/mappers.d.ts.map +0 -1
  133. package/esm/models/mappers.js.map +0 -1
  134. package/esm/models/operationsMappers.d.ts +0 -2
  135. package/esm/models/operationsMappers.d.ts.map +0 -1
  136. package/esm/models/operationsMappers.js.map +0 -1
  137. package/esm/models/parameters.d.ts +0 -12
  138. package/esm/models/parameters.d.ts.map +0 -1
  139. package/esm/models/parameters.js +0 -132
  140. package/esm/models/parameters.js.map +0 -1
  141. package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
  142. package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
  143. package/esm/models/privateEndpointConnectionsMappers.js +0 -9
  144. package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
  145. package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
  146. package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
  147. package/esm/models/privateLinkResourcesMappers.js +0 -9
  148. package/esm/models/privateLinkResourcesMappers.js.map +0 -1
  149. package/esm/operations/digitalTwins.d.ts +0 -181
  150. package/esm/operations/digitalTwins.d.ts.map +0 -1
  151. package/esm/operations/digitalTwins.js +0 -383
  152. package/esm/operations/digitalTwins.js.map +0 -1
  153. package/esm/operations/digitalTwinsEndpoint.d.ts +0 -115
  154. package/esm/operations/digitalTwinsEndpoint.d.ts.map +0 -1
  155. package/esm/operations/digitalTwinsEndpoint.js +0 -242
  156. package/esm/operations/digitalTwinsEndpoint.js.map +0 -1
  157. package/esm/operations/index.d.ts.map +0 -1
  158. package/esm/operations/index.js.map +0 -1
  159. package/esm/operations/operations.d.ts +0 -46
  160. package/esm/operations/operations.d.ts.map +0 -1
  161. package/esm/operations/operations.js +0 -79
  162. package/esm/operations/operations.js.map +0 -1
  163. package/esm/operations/privateEndpointConnections.d.ts +0 -97
  164. package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
  165. package/esm/operations/privateEndpointConnections.js +0 -209
  166. package/esm/operations/privateEndpointConnections.js.map +0 -1
  167. package/esm/operations/privateLinkResources.d.ts +0 -58
  168. package/esm/operations/privateLinkResources.d.ts.map +0 -1
  169. package/esm/operations/privateLinkResources.js +0 -90
  170. package/esm/operations/privateLinkResources.js.map +0 -1
  171. package/src/azureDigitalTwinsManagementClientContext.ts +0 -67
  172. package/src/models/digitalTwinsEndpointMappers.ts +0 -31
  173. package/src/models/digitalTwinsMappers.ts +0 -35
  174. package/src/models/privateEndpointConnectionsMappers.ts +0 -31
@@ -1,1169 +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 properties of a DigitalTwinsInstance.
6
- */
7
- export interface DigitalTwinsPatchProperties {
8
- /**
9
- * Public network access for the DigitalTwinsInstance. Possible values include: 'Enabled',
10
- * 'Disabled'
11
- */
12
- publicNetworkAccess?: PublicNetworkAccess;
13
- }
14
- /**
15
- * The properties of a private endpoint connection.
16
- */
17
- export interface ConnectionProperties {
18
- /**
19
- * The provisioning state. Possible values include: 'Pending', 'Approved', 'Rejected',
20
- * 'Disconnected'
21
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
22
- */
23
- readonly provisioningState?: ConnectionPropertiesProvisioningState;
24
- privateEndpoint?: ConnectionPropertiesPrivateEndpoint;
25
- /**
26
- * The list of group ids for the private endpoint connection.
27
- */
28
- groupIds?: string[];
29
- privateLinkServiceConnectionState?: ConnectionPropertiesPrivateLinkServiceConnectionState;
30
- }
31
- /**
32
- * An interface representing PrivateEndpointConnectionProperties.
33
- */
34
- export interface PrivateEndpointConnectionProperties extends ConnectionProperties {
35
- }
36
- /**
37
- * The private endpoint connection of a Digital Twin.
38
- */
39
- export interface PrivateEndpointConnection extends BaseResource {
40
- /**
41
- * The resource identifier.
42
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
43
- */
44
- readonly id?: string;
45
- /**
46
- * The resource name.
47
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
48
- */
49
- readonly name?: string;
50
- /**
51
- * The resource type.
52
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
53
- */
54
- readonly type?: string;
55
- properties: PrivateEndpointConnectionProperties;
56
- }
57
- /**
58
- * The common properties of a DigitalTwinsInstance.
59
- */
60
- export interface DigitalTwinsResource extends BaseResource {
61
- /**
62
- * The resource identifier.
63
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
64
- */
65
- readonly id?: string;
66
- /**
67
- * The resource name.
68
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
69
- */
70
- readonly name?: string;
71
- /**
72
- * The resource type.
73
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
74
- */
75
- readonly type?: string;
76
- /**
77
- * The resource location.
78
- */
79
- location: string;
80
- /**
81
- * The resource tags.
82
- */
83
- tags?: {
84
- [propertyName: string]: string;
85
- };
86
- /**
87
- * The managed identity for the DigitalTwinsInstance.
88
- */
89
- identity?: DigitalTwinsIdentity;
90
- }
91
- /**
92
- * The description of the DigitalTwins service.
93
- */
94
- export interface DigitalTwinsDescription extends DigitalTwinsResource {
95
- /**
96
- * Time when DigitalTwinsInstance was created.
97
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
98
- */
99
- readonly createdTime?: Date;
100
- /**
101
- * Time when DigitalTwinsInstance was updated.
102
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
103
- */
104
- readonly lastUpdatedTime?: Date;
105
- /**
106
- * The provisioning state. Possible values include: 'Provisioning', 'Deleting', 'Updating',
107
- * 'Succeeded', 'Failed', 'Canceled', 'Deleted', 'Warning', 'Suspending', 'Restoring', 'Moving'
108
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
109
- */
110
- readonly provisioningState?: ProvisioningState;
111
- /**
112
- * Api endpoint to work with DigitalTwinsInstance.
113
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
114
- */
115
- readonly hostName?: string;
116
- privateEndpointConnections?: PrivateEndpointConnection[];
117
- /**
118
- * Public network access for the DigitalTwinsInstance. Possible values include: 'Enabled',
119
- * 'Disabled'
120
- */
121
- publicNetworkAccess?: PublicNetworkAccess;
122
- }
123
- /**
124
- * The managed identity for the DigitalTwinsInstance.
125
- */
126
- export interface DigitalTwinsIdentity {
127
- /**
128
- * The type of Managed Identity used by the DigitalTwinsInstance. Only SystemAssigned is
129
- * supported. Possible values include: 'None', 'SystemAssigned'
130
- */
131
- type?: DigitalTwinsIdentityType;
132
- /**
133
- * The object id of the Managed Identity Resource. This will be sent to the RP from ARM via the
134
- * x-ms-identity-principal-id header in the PUT request if the resource has a
135
- * systemAssigned(implicit) identity
136
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
137
- */
138
- readonly principalId?: string;
139
- /**
140
- * The tenant id of the Managed Identity Resource. This will be sent to the RP from ARM via the
141
- * x-ms-client-tenant-id header in the PUT request if the resource has a systemAssigned(implicit)
142
- * identity
143
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
144
- */
145
- readonly tenantId?: string;
146
- }
147
- /**
148
- * The description of the DigitalTwins service.
149
- */
150
- export interface DigitalTwinsPatchDescription {
151
- /**
152
- * Instance patch properties
153
- */
154
- tags?: {
155
- [propertyName: string]: string;
156
- };
157
- /**
158
- * The managed identity for the DigitalTwinsInstance.
159
- */
160
- identity?: DigitalTwinsIdentity;
161
- /**
162
- * Properties for the DigitalTwinsInstance.
163
- */
164
- properties?: DigitalTwinsPatchProperties;
165
- }
166
- /**
167
- * Error definition.
168
- */
169
- export interface ErrorDefinition {
170
- /**
171
- * Service specific error code which serves as the substatus for the HTTP error code.
172
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
173
- */
174
- readonly code?: string;
175
- /**
176
- * Description of the error.
177
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
178
- */
179
- readonly message?: string;
180
- /**
181
- * Internal error details.
182
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
183
- */
184
- readonly details?: ErrorDefinition[];
185
- }
186
- /**
187
- * Error response.
188
- */
189
- export interface ErrorResponse {
190
- /**
191
- * Error description
192
- */
193
- error?: ErrorDefinition;
194
- }
195
- /**
196
- * The object that represents the operation.
197
- */
198
- export interface OperationDisplay {
199
- /**
200
- * Service provider: Microsoft DigitalTwins
201
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
202
- */
203
- readonly provider?: string;
204
- /**
205
- * Resource Type: DigitalTwinsInstances
206
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
207
- */
208
- readonly resource?: string;
209
- /**
210
- * Name of the operation
211
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
212
- */
213
- readonly operation?: string;
214
- /**
215
- * Friendly description for the operation,
216
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
217
- */
218
- readonly description?: string;
219
- }
220
- /**
221
- * DigitalTwins service REST API operation
222
- */
223
- export interface Operation {
224
- /**
225
- * Operation name: {provider}/{resource}/{read | write | action | delete}
226
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
227
- */
228
- readonly name?: string;
229
- /**
230
- * Operation properties display
231
- */
232
- display?: OperationDisplay;
233
- /**
234
- * The intended executor of the operation.
235
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
236
- */
237
- readonly origin?: string;
238
- /**
239
- * If the operation is a data action (for data plane rbac).
240
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
241
- */
242
- readonly isDataAction?: boolean;
243
- }
244
- /**
245
- * The result returned from a database check name availability request.
246
- */
247
- export interface CheckNameRequest {
248
- /**
249
- * Resource name.
250
- */
251
- name: string;
252
- }
253
- /**
254
- * The result returned from a check name availability request.
255
- */
256
- export interface CheckNameResult {
257
- /**
258
- * Specifies a Boolean value that indicates if the name is available.
259
- */
260
- nameAvailable?: boolean;
261
- /**
262
- * Message indicating an unavailable name due to a conflict, or a description of the naming rules
263
- * that are violated.
264
- */
265
- message?: string;
266
- /**
267
- * Message providing the reason why the given name is invalid. Possible values include:
268
- * 'Invalid', 'AlreadyExists'
269
- */
270
- reason?: Reason;
271
- }
272
- /**
273
- * Definition of a resource.
274
- */
275
- export interface ExternalResource extends BaseResource {
276
- /**
277
- * The resource identifier.
278
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
279
- */
280
- readonly id?: string;
281
- /**
282
- * Extension resource name.
283
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
284
- */
285
- readonly name?: string;
286
- /**
287
- * The resource type.
288
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
289
- */
290
- readonly type?: string;
291
- }
292
- /**
293
- * Contains the possible cases for DigitalTwinsEndpointResourceProperties.
294
- */
295
- export declare type DigitalTwinsEndpointResourcePropertiesUnion = DigitalTwinsEndpointResourceProperties | ServiceBus | EventHub | EventGrid;
296
- /**
297
- * Properties related to Digital Twins Endpoint
298
- */
299
- export interface DigitalTwinsEndpointResourceProperties {
300
- /**
301
- * Polymorphic Discriminator
302
- */
303
- endpointType: "DigitalTwinsEndpointResourceProperties";
304
- /**
305
- * The provisioning state. Possible values include: 'Provisioning', 'Deleting', 'Succeeded',
306
- * 'Failed', 'Canceled', 'Deleted', 'Warning', 'Suspending', 'Restoring', 'Moving', 'Disabled'
307
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
308
- */
309
- readonly provisioningState?: EndpointProvisioningState;
310
- /**
311
- * Time when the Endpoint was added to DigitalTwinsInstance.
312
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
313
- */
314
- readonly createdTime?: Date;
315
- /**
316
- * Specifies the authentication type being used for connecting to the endpoint. Possible values
317
- * include: 'KeyBased', 'IdentityBased'
318
- */
319
- authenticationType?: AuthenticationType;
320
- /**
321
- * Dead letter storage secret for key-based authentication. Will be obfuscated during read.
322
- */
323
- deadLetterSecret?: string;
324
- /**
325
- * Dead letter storage URL for identity-based authentication.
326
- */
327
- deadLetterUri?: string;
328
- }
329
- /**
330
- * DigitalTwinsInstance endpoint resource.
331
- */
332
- export interface DigitalTwinsEndpointResource extends ExternalResource {
333
- /**
334
- * DigitalTwinsInstance endpoint resource properties.
335
- */
336
- properties: DigitalTwinsEndpointResourcePropertiesUnion;
337
- }
338
- /**
339
- * Properties related to ServiceBus.
340
- */
341
- export interface ServiceBus {
342
- /**
343
- * Polymorphic Discriminator
344
- */
345
- endpointType: "ServiceBus";
346
- /**
347
- * The provisioning state. Possible values include: 'Provisioning', 'Deleting', 'Succeeded',
348
- * 'Failed', 'Canceled', 'Deleted', 'Warning', 'Suspending', 'Restoring', 'Moving', 'Disabled'
349
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
350
- */
351
- readonly provisioningState?: EndpointProvisioningState;
352
- /**
353
- * Time when the Endpoint was added to DigitalTwinsInstance.
354
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
355
- */
356
- readonly createdTime?: Date;
357
- /**
358
- * Specifies the authentication type being used for connecting to the endpoint. Possible values
359
- * include: 'KeyBased', 'IdentityBased'
360
- */
361
- authenticationType?: AuthenticationType;
362
- /**
363
- * Dead letter storage secret for key-based authentication. Will be obfuscated during read.
364
- */
365
- deadLetterSecret?: string;
366
- /**
367
- * Dead letter storage URL for identity-based authentication.
368
- */
369
- deadLetterUri?: string;
370
- /**
371
- * PrimaryConnectionString of the endpoint for key-based authentication. Will be obfuscated
372
- * during read.
373
- */
374
- primaryConnectionString?: string;
375
- /**
376
- * SecondaryConnectionString of the endpoint for key-based authentication. Will be obfuscated
377
- * during read.
378
- */
379
- secondaryConnectionString?: string;
380
- /**
381
- * The URL of the ServiceBus namespace for identity-based authentication. It must include the
382
- * protocol sb://
383
- */
384
- endpointUri?: string;
385
- /**
386
- * The ServiceBus Topic name for identity-based authentication
387
- */
388
- entityPath?: string;
389
- }
390
- /**
391
- * Properties related to EventHub.
392
- */
393
- export interface EventHub {
394
- /**
395
- * Polymorphic Discriminator
396
- */
397
- endpointType: "EventHub";
398
- /**
399
- * The provisioning state. Possible values include: 'Provisioning', 'Deleting', 'Succeeded',
400
- * 'Failed', 'Canceled', 'Deleted', 'Warning', 'Suspending', 'Restoring', 'Moving', 'Disabled'
401
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
402
- */
403
- readonly provisioningState?: EndpointProvisioningState;
404
- /**
405
- * Time when the Endpoint was added to DigitalTwinsInstance.
406
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
407
- */
408
- readonly createdTime?: Date;
409
- /**
410
- * Specifies the authentication type being used for connecting to the endpoint. Possible values
411
- * include: 'KeyBased', 'IdentityBased'
412
- */
413
- authenticationType?: AuthenticationType;
414
- /**
415
- * Dead letter storage secret for key-based authentication. Will be obfuscated during read.
416
- */
417
- deadLetterSecret?: string;
418
- /**
419
- * Dead letter storage URL for identity-based authentication.
420
- */
421
- deadLetterUri?: string;
422
- /**
423
- * PrimaryConnectionString of the endpoint for key-based authentication. Will be obfuscated
424
- * during read.
425
- */
426
- connectionStringPrimaryKey?: string;
427
- /**
428
- * SecondaryConnectionString of the endpoint for key-based authentication. Will be obfuscated
429
- * during read.
430
- */
431
- connectionStringSecondaryKey?: string;
432
- /**
433
- * The URL of the EventHub namespace for identity-based authentication. It must include the
434
- * protocol sb://
435
- */
436
- endpointUri?: string;
437
- /**
438
- * The EventHub name in the EventHub namespace for identity-based authentication.
439
- */
440
- entityPath?: string;
441
- }
442
- /**
443
- * Properties related to EventGrid.
444
- */
445
- export interface EventGrid {
446
- /**
447
- * Polymorphic Discriminator
448
- */
449
- endpointType: "EventGrid";
450
- /**
451
- * The provisioning state. Possible values include: 'Provisioning', 'Deleting', 'Succeeded',
452
- * 'Failed', 'Canceled', 'Deleted', 'Warning', 'Suspending', 'Restoring', 'Moving', 'Disabled'
453
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
454
- */
455
- readonly provisioningState?: EndpointProvisioningState;
456
- /**
457
- * Time when the Endpoint was added to DigitalTwinsInstance.
458
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
459
- */
460
- readonly createdTime?: Date;
461
- /**
462
- * Specifies the authentication type being used for connecting to the endpoint. Possible values
463
- * include: 'KeyBased', 'IdentityBased'
464
- */
465
- authenticationType?: AuthenticationType;
466
- /**
467
- * Dead letter storage secret for key-based authentication. Will be obfuscated during read.
468
- */
469
- deadLetterSecret?: string;
470
- /**
471
- * Dead letter storage URL for identity-based authentication.
472
- */
473
- deadLetterUri?: string;
474
- /**
475
- * EventGrid Topic Endpoint
476
- */
477
- topicEndpoint: string;
478
- /**
479
- * EventGrid secondary accesskey. Will be obfuscated during read.
480
- */
481
- accessKey1: string;
482
- /**
483
- * EventGrid secondary accesskey. Will be obfuscated during read.
484
- */
485
- accessKey2?: string;
486
- }
487
- /**
488
- * The properties for a group information object.
489
- */
490
- export interface GroupIdInformationProperties {
491
- /**
492
- * The group id
493
- */
494
- groupId?: string;
495
- /**
496
- * The required members for a specific group id.
497
- */
498
- requiredMembers?: string[];
499
- /**
500
- * The required DNS zones for a specific group id.
501
- */
502
- requiredZoneNames?: string[];
503
- }
504
- /**
505
- * An interface representing GroupIdInformationPropertiesModel.
506
- */
507
- export interface GroupIdInformationPropertiesModel extends GroupIdInformationProperties {
508
- }
509
- /**
510
- * The group information for creating a private endpoint on Digital Twin.
511
- */
512
- export interface GroupIdInformation {
513
- properties: GroupIdInformationPropertiesModel;
514
- /**
515
- * The resource identifier.
516
- */
517
- id?: string;
518
- /**
519
- * The resource name.
520
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
521
- */
522
- readonly name?: string;
523
- /**
524
- * The resource type.
525
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
526
- */
527
- readonly type?: string;
528
- }
529
- /**
530
- * The available private link connections for a Digital Twin.
531
- */
532
- export interface PrivateEndpointConnectionsResponse {
533
- /**
534
- * The list of available private link connections for a Digital Twin.
535
- */
536
- value?: PrivateEndpointConnection[];
537
- }
538
- /**
539
- * The available private link resources for a Digital Twin.
540
- */
541
- export interface GroupIdInformationResponse {
542
- /**
543
- * The list of available private link resources for a Digital Twin.
544
- */
545
- value?: GroupIdInformation[];
546
- }
547
- /**
548
- * The current state of a private endpoint connection.
549
- */
550
- export interface ConnectionState {
551
- /**
552
- * The status of a private endpoint connection. Possible values include: 'Pending', 'Approved',
553
- * 'Rejected', 'Disconnected'
554
- */
555
- status: PrivateLinkServiceConnectionStatus;
556
- /**
557
- * The description for the current state of a private endpoint connection.
558
- */
559
- description: string;
560
- /**
561
- * Actions required for a private endpoint connection.
562
- */
563
- actionsRequired?: string;
564
- }
565
- /**
566
- * The private endpoint property of a private endpoint connection.
567
- */
568
- export interface PrivateEndpoint {
569
- /**
570
- * The resource identifier.
571
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
572
- */
573
- readonly id?: string;
574
- }
575
- /**
576
- * An interface representing ConnectionPropertiesPrivateEndpoint.
577
- */
578
- export interface ConnectionPropertiesPrivateEndpoint extends PrivateEndpoint {
579
- }
580
- /**
581
- * An interface representing ConnectionPropertiesPrivateLinkServiceConnectionState.
582
- */
583
- export interface ConnectionPropertiesPrivateLinkServiceConnectionState extends ConnectionState {
584
- }
585
- /**
586
- * An interface representing AzureDigitalTwinsManagementClientOptions.
587
- */
588
- export interface AzureDigitalTwinsManagementClientOptions extends AzureServiceClientOptions {
589
- baseUri?: string;
590
- }
591
- /**
592
- * @interface
593
- * A list of DigitalTwins description objects with a next link.
594
- * @extends Array<DigitalTwinsDescription>
595
- */
596
- export interface DigitalTwinsDescriptionListResult extends Array<DigitalTwinsDescription> {
597
- /**
598
- * The link used to get the next page of DigitalTwins description objects.
599
- */
600
- nextLink?: string;
601
- }
602
- /**
603
- * @interface
604
- * A list of DigitalTwinsInstance Endpoints with a next link.
605
- * @extends Array<DigitalTwinsEndpointResource>
606
- */
607
- export interface DigitalTwinsEndpointResourceListResult extends Array<DigitalTwinsEndpointResource> {
608
- /**
609
- * The link used to get the next page of DigitalTwinsInstance Endpoints.
610
- */
611
- nextLink?: string;
612
- }
613
- /**
614
- * @interface
615
- * A list of DigitalTwins service operations. It contains a list of operations and a URL link to
616
- * get the next set of results.
617
- * @extends Array<Operation>
618
- */
619
- export interface OperationListResult extends Array<Operation> {
620
- /**
621
- * The link used to get the next page of DigitalTwins description objects.
622
- */
623
- nextLink?: string;
624
- }
625
- /**
626
- * Defines values for PublicNetworkAccess.
627
- * Possible values include: 'Enabled', 'Disabled'
628
- * @readonly
629
- * @enum {string}
630
- */
631
- export declare type PublicNetworkAccess = 'Enabled' | 'Disabled';
632
- /**
633
- * Defines values for ProvisioningState.
634
- * Possible values include: 'Provisioning', 'Deleting', 'Updating', 'Succeeded', 'Failed',
635
- * 'Canceled', 'Deleted', 'Warning', 'Suspending', 'Restoring', 'Moving'
636
- * @readonly
637
- * @enum {string}
638
- */
639
- export declare type ProvisioningState = 'Provisioning' | 'Deleting' | 'Updating' | 'Succeeded' | 'Failed' | 'Canceled' | 'Deleted' | 'Warning' | 'Suspending' | 'Restoring' | 'Moving';
640
- /**
641
- * Defines values for DigitalTwinsIdentityType.
642
- * Possible values include: 'None', 'SystemAssigned'
643
- * @readonly
644
- * @enum {string}
645
- */
646
- export declare type DigitalTwinsIdentityType = 'None' | 'SystemAssigned';
647
- /**
648
- * Defines values for Reason.
649
- * Possible values include: 'Invalid', 'AlreadyExists'
650
- * @readonly
651
- * @enum {string}
652
- */
653
- export declare type Reason = 'Invalid' | 'AlreadyExists';
654
- /**
655
- * Defines values for EndpointProvisioningState.
656
- * Possible values include: 'Provisioning', 'Deleting', 'Succeeded', 'Failed', 'Canceled',
657
- * 'Deleted', 'Warning', 'Suspending', 'Restoring', 'Moving', 'Disabled'
658
- * @readonly
659
- * @enum {string}
660
- */
661
- export declare type EndpointProvisioningState = 'Provisioning' | 'Deleting' | 'Succeeded' | 'Failed' | 'Canceled' | 'Deleted' | 'Warning' | 'Suspending' | 'Restoring' | 'Moving' | 'Disabled';
662
- /**
663
- * Defines values for AuthenticationType.
664
- * Possible values include: 'KeyBased', 'IdentityBased'
665
- * @readonly
666
- * @enum {string}
667
- */
668
- export declare type AuthenticationType = 'KeyBased' | 'IdentityBased';
669
- /**
670
- * Defines values for PrivateLinkServiceConnectionStatus.
671
- * Possible values include: 'Pending', 'Approved', 'Rejected', 'Disconnected'
672
- * @readonly
673
- * @enum {string}
674
- */
675
- export declare type PrivateLinkServiceConnectionStatus = 'Pending' | 'Approved' | 'Rejected' | 'Disconnected';
676
- /**
677
- * Defines values for ConnectionPropertiesProvisioningState.
678
- * Possible values include: 'Pending', 'Approved', 'Rejected', 'Disconnected'
679
- * @readonly
680
- * @enum {string}
681
- */
682
- export declare type ConnectionPropertiesProvisioningState = 'Pending' | 'Approved' | 'Rejected' | 'Disconnected';
683
- /**
684
- * Contains response data for the get operation.
685
- */
686
- export declare type DigitalTwinsGetResponse = DigitalTwinsDescription & {
687
- /**
688
- * The underlying HTTP response.
689
- */
690
- _response: msRest.HttpResponse & {
691
- /**
692
- * The response body as text (string format)
693
- */
694
- bodyAsText: string;
695
- /**
696
- * The response body as parsed JSON or XML
697
- */
698
- parsedBody: DigitalTwinsDescription;
699
- };
700
- };
701
- /**
702
- * Contains response data for the createOrUpdate operation.
703
- */
704
- export declare type DigitalTwinsCreateOrUpdateResponse = DigitalTwinsDescription & {
705
- /**
706
- * The underlying HTTP response.
707
- */
708
- _response: msRest.HttpResponse & {
709
- /**
710
- * The response body as text (string format)
711
- */
712
- bodyAsText: string;
713
- /**
714
- * The response body as parsed JSON or XML
715
- */
716
- parsedBody: DigitalTwinsDescription;
717
- };
718
- };
719
- /**
720
- * Contains response data for the update operation.
721
- */
722
- export declare type DigitalTwinsUpdateResponse = DigitalTwinsDescription & {
723
- /**
724
- * The underlying HTTP response.
725
- */
726
- _response: msRest.HttpResponse & {
727
- /**
728
- * The response body as text (string format)
729
- */
730
- bodyAsText: string;
731
- /**
732
- * The response body as parsed JSON or XML
733
- */
734
- parsedBody: DigitalTwinsDescription;
735
- };
736
- };
737
- /**
738
- * Contains response data for the deleteMethod operation.
739
- */
740
- export declare type DigitalTwinsDeleteMethodResponse = DigitalTwinsDescription & {
741
- /**
742
- * The underlying HTTP response.
743
- */
744
- _response: msRest.HttpResponse & {
745
- /**
746
- * The response body as text (string format)
747
- */
748
- bodyAsText: string;
749
- /**
750
- * The response body as parsed JSON or XML
751
- */
752
- parsedBody: DigitalTwinsDescription;
753
- };
754
- };
755
- /**
756
- * Contains response data for the list operation.
757
- */
758
- export declare type DigitalTwinsListResponse = DigitalTwinsDescriptionListResult & {
759
- /**
760
- * The underlying HTTP response.
761
- */
762
- _response: msRest.HttpResponse & {
763
- /**
764
- * The response body as text (string format)
765
- */
766
- bodyAsText: string;
767
- /**
768
- * The response body as parsed JSON or XML
769
- */
770
- parsedBody: DigitalTwinsDescriptionListResult;
771
- };
772
- };
773
- /**
774
- * Contains response data for the listByResourceGroup operation.
775
- */
776
- export declare type DigitalTwinsListByResourceGroupResponse = DigitalTwinsDescriptionListResult & {
777
- /**
778
- * The underlying HTTP response.
779
- */
780
- _response: msRest.HttpResponse & {
781
- /**
782
- * The response body as text (string format)
783
- */
784
- bodyAsText: string;
785
- /**
786
- * The response body as parsed JSON or XML
787
- */
788
- parsedBody: DigitalTwinsDescriptionListResult;
789
- };
790
- };
791
- /**
792
- * Contains response data for the checkNameAvailability operation.
793
- */
794
- export declare type DigitalTwinsCheckNameAvailabilityResponse = CheckNameResult & {
795
- /**
796
- * The underlying HTTP response.
797
- */
798
- _response: msRest.HttpResponse & {
799
- /**
800
- * The response body as text (string format)
801
- */
802
- bodyAsText: string;
803
- /**
804
- * The response body as parsed JSON or XML
805
- */
806
- parsedBody: CheckNameResult;
807
- };
808
- };
809
- /**
810
- * Contains response data for the beginCreateOrUpdate operation.
811
- */
812
- export declare type DigitalTwinsBeginCreateOrUpdateResponse = DigitalTwinsDescription & {
813
- /**
814
- * The underlying HTTP response.
815
- */
816
- _response: msRest.HttpResponse & {
817
- /**
818
- * The response body as text (string format)
819
- */
820
- bodyAsText: string;
821
- /**
822
- * The response body as parsed JSON or XML
823
- */
824
- parsedBody: DigitalTwinsDescription;
825
- };
826
- };
827
- /**
828
- * Contains response data for the beginUpdate operation.
829
- */
830
- export declare type DigitalTwinsBeginUpdateResponse = DigitalTwinsDescription & {
831
- /**
832
- * The underlying HTTP response.
833
- */
834
- _response: msRest.HttpResponse & {
835
- /**
836
- * The response body as text (string format)
837
- */
838
- bodyAsText: string;
839
- /**
840
- * The response body as parsed JSON or XML
841
- */
842
- parsedBody: DigitalTwinsDescription;
843
- };
844
- };
845
- /**
846
- * Contains response data for the beginDeleteMethod operation.
847
- */
848
- export declare type DigitalTwinsBeginDeleteMethodResponse = DigitalTwinsDescription & {
849
- /**
850
- * The underlying HTTP response.
851
- */
852
- _response: msRest.HttpResponse & {
853
- /**
854
- * The response body as text (string format)
855
- */
856
- bodyAsText: string;
857
- /**
858
- * The response body as parsed JSON or XML
859
- */
860
- parsedBody: DigitalTwinsDescription;
861
- };
862
- };
863
- /**
864
- * Contains response data for the listNext operation.
865
- */
866
- export declare type DigitalTwinsListNextResponse = DigitalTwinsDescriptionListResult & {
867
- /**
868
- * The underlying HTTP response.
869
- */
870
- _response: msRest.HttpResponse & {
871
- /**
872
- * The response body as text (string format)
873
- */
874
- bodyAsText: string;
875
- /**
876
- * The response body as parsed JSON or XML
877
- */
878
- parsedBody: DigitalTwinsDescriptionListResult;
879
- };
880
- };
881
- /**
882
- * Contains response data for the listByResourceGroupNext operation.
883
- */
884
- export declare type DigitalTwinsListByResourceGroupNextResponse = DigitalTwinsDescriptionListResult & {
885
- /**
886
- * The underlying HTTP response.
887
- */
888
- _response: msRest.HttpResponse & {
889
- /**
890
- * The response body as text (string format)
891
- */
892
- bodyAsText: string;
893
- /**
894
- * The response body as parsed JSON or XML
895
- */
896
- parsedBody: DigitalTwinsDescriptionListResult;
897
- };
898
- };
899
- /**
900
- * Contains response data for the list operation.
901
- */
902
- export declare type DigitalTwinsEndpointListResponse = DigitalTwinsEndpointResourceListResult & {
903
- /**
904
- * The underlying HTTP response.
905
- */
906
- _response: msRest.HttpResponse & {
907
- /**
908
- * The response body as text (string format)
909
- */
910
- bodyAsText: string;
911
- /**
912
- * The response body as parsed JSON or XML
913
- */
914
- parsedBody: DigitalTwinsEndpointResourceListResult;
915
- };
916
- };
917
- /**
918
- * Contains response data for the get operation.
919
- */
920
- export declare type DigitalTwinsEndpointGetResponse = DigitalTwinsEndpointResource & {
921
- /**
922
- * The underlying HTTP response.
923
- */
924
- _response: msRest.HttpResponse & {
925
- /**
926
- * The response body as text (string format)
927
- */
928
- bodyAsText: string;
929
- /**
930
- * The response body as parsed JSON or XML
931
- */
932
- parsedBody: DigitalTwinsEndpointResource;
933
- };
934
- };
935
- /**
936
- * Contains response data for the createOrUpdate operation.
937
- */
938
- export declare type DigitalTwinsEndpointCreateOrUpdateResponse = DigitalTwinsEndpointResource & {
939
- /**
940
- * The underlying HTTP response.
941
- */
942
- _response: msRest.HttpResponse & {
943
- /**
944
- * The response body as text (string format)
945
- */
946
- bodyAsText: string;
947
- /**
948
- * The response body as parsed JSON or XML
949
- */
950
- parsedBody: DigitalTwinsEndpointResource;
951
- };
952
- };
953
- /**
954
- * Contains response data for the deleteMethod operation.
955
- */
956
- export declare type DigitalTwinsEndpointDeleteMethodResponse = DigitalTwinsEndpointResource & {
957
- /**
958
- * The underlying HTTP response.
959
- */
960
- _response: msRest.HttpResponse & {
961
- /**
962
- * The response body as text (string format)
963
- */
964
- bodyAsText: string;
965
- /**
966
- * The response body as parsed JSON or XML
967
- */
968
- parsedBody: DigitalTwinsEndpointResource;
969
- };
970
- };
971
- /**
972
- * Contains response data for the beginCreateOrUpdate operation.
973
- */
974
- export declare type DigitalTwinsEndpointBeginCreateOrUpdateResponse = DigitalTwinsEndpointResource & {
975
- /**
976
- * The underlying HTTP response.
977
- */
978
- _response: msRest.HttpResponse & {
979
- /**
980
- * The response body as text (string format)
981
- */
982
- bodyAsText: string;
983
- /**
984
- * The response body as parsed JSON or XML
985
- */
986
- parsedBody: DigitalTwinsEndpointResource;
987
- };
988
- };
989
- /**
990
- * Contains response data for the beginDeleteMethod operation.
991
- */
992
- export declare type DigitalTwinsEndpointBeginDeleteMethodResponse = DigitalTwinsEndpointResource & {
993
- /**
994
- * The underlying HTTP response.
995
- */
996
- _response: msRest.HttpResponse & {
997
- /**
998
- * The response body as text (string format)
999
- */
1000
- bodyAsText: string;
1001
- /**
1002
- * The response body as parsed JSON or XML
1003
- */
1004
- parsedBody: DigitalTwinsEndpointResource;
1005
- };
1006
- };
1007
- /**
1008
- * Contains response data for the listNext operation.
1009
- */
1010
- export declare type DigitalTwinsEndpointListNextResponse = DigitalTwinsEndpointResourceListResult & {
1011
- /**
1012
- * The underlying HTTP response.
1013
- */
1014
- _response: msRest.HttpResponse & {
1015
- /**
1016
- * The response body as text (string format)
1017
- */
1018
- bodyAsText: string;
1019
- /**
1020
- * The response body as parsed JSON or XML
1021
- */
1022
- parsedBody: DigitalTwinsEndpointResourceListResult;
1023
- };
1024
- };
1025
- /**
1026
- * Contains response data for the list operation.
1027
- */
1028
- export declare type OperationsListResponse = OperationListResult & {
1029
- /**
1030
- * The underlying HTTP response.
1031
- */
1032
- _response: msRest.HttpResponse & {
1033
- /**
1034
- * The response body as text (string format)
1035
- */
1036
- bodyAsText: string;
1037
- /**
1038
- * The response body as parsed JSON or XML
1039
- */
1040
- parsedBody: OperationListResult;
1041
- };
1042
- };
1043
- /**
1044
- * Contains response data for the listNext operation.
1045
- */
1046
- export declare type OperationsListNextResponse = OperationListResult & {
1047
- /**
1048
- * The underlying HTTP response.
1049
- */
1050
- _response: msRest.HttpResponse & {
1051
- /**
1052
- * The response body as text (string format)
1053
- */
1054
- bodyAsText: string;
1055
- /**
1056
- * The response body as parsed JSON or XML
1057
- */
1058
- parsedBody: OperationListResult;
1059
- };
1060
- };
1061
- /**
1062
- * Contains response data for the list operation.
1063
- */
1064
- export declare type PrivateLinkResourcesListResponse = GroupIdInformationResponse & {
1065
- /**
1066
- * The underlying HTTP response.
1067
- */
1068
- _response: msRest.HttpResponse & {
1069
- /**
1070
- * The response body as text (string format)
1071
- */
1072
- bodyAsText: string;
1073
- /**
1074
- * The response body as parsed JSON or XML
1075
- */
1076
- parsedBody: GroupIdInformationResponse;
1077
- };
1078
- };
1079
- /**
1080
- * Contains response data for the get operation.
1081
- */
1082
- export declare type PrivateLinkResourcesGetResponse = GroupIdInformation & {
1083
- /**
1084
- * The underlying HTTP response.
1085
- */
1086
- _response: msRest.HttpResponse & {
1087
- /**
1088
- * The response body as text (string format)
1089
- */
1090
- bodyAsText: string;
1091
- /**
1092
- * The response body as parsed JSON or XML
1093
- */
1094
- parsedBody: GroupIdInformation;
1095
- };
1096
- };
1097
- /**
1098
- * Contains response data for the list operation.
1099
- */
1100
- export declare type PrivateEndpointConnectionsListResponse = PrivateEndpointConnectionsResponse & {
1101
- /**
1102
- * The underlying HTTP response.
1103
- */
1104
- _response: msRest.HttpResponse & {
1105
- /**
1106
- * The response body as text (string format)
1107
- */
1108
- bodyAsText: string;
1109
- /**
1110
- * The response body as parsed JSON or XML
1111
- */
1112
- parsedBody: PrivateEndpointConnectionsResponse;
1113
- };
1114
- };
1115
- /**
1116
- * Contains response data for the get operation.
1117
- */
1118
- export declare type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection & {
1119
- /**
1120
- * The underlying HTTP response.
1121
- */
1122
- _response: msRest.HttpResponse & {
1123
- /**
1124
- * The response body as text (string format)
1125
- */
1126
- bodyAsText: string;
1127
- /**
1128
- * The response body as parsed JSON or XML
1129
- */
1130
- parsedBody: PrivateEndpointConnection;
1131
- };
1132
- };
1133
- /**
1134
- * Contains response data for the createOrUpdate operation.
1135
- */
1136
- export declare type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection & {
1137
- /**
1138
- * The underlying HTTP response.
1139
- */
1140
- _response: msRest.HttpResponse & {
1141
- /**
1142
- * The response body as text (string format)
1143
- */
1144
- bodyAsText: string;
1145
- /**
1146
- * The response body as parsed JSON or XML
1147
- */
1148
- parsedBody: PrivateEndpointConnection;
1149
- };
1150
- };
1151
- /**
1152
- * Contains response data for the beginCreateOrUpdate operation.
1153
- */
1154
- export declare type PrivateEndpointConnectionsBeginCreateOrUpdateResponse = PrivateEndpointConnection & {
1155
- /**
1156
- * The underlying HTTP response.
1157
- */
1158
- _response: msRest.HttpResponse & {
1159
- /**
1160
- * The response body as text (string format)
1161
- */
1162
- bodyAsText: string;
1163
- /**
1164
- * The response body as parsed JSON or XML
1165
- */
1166
- parsedBody: PrivateEndpointConnection;
1167
- };
1168
- };
1169
- //# sourceMappingURL=index.d.ts.map