@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.
- package/CHANGELOG.md +11 -0
- package/LICENSE +21 -0
- package/README.md +69 -83
- 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 +441 -491
- 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/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +1 -2
- 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/{src/models/operationsMappers.ts → dist-esm/src/operationsInterfaces/digitalTwins.js} +2 -9
- 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/{esm/models/operationsMappers.js → dist-esm/src/operationsInterfaces/digitalTwinsEndpoint.js} +2 -2
- 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/{esm/models/index.js → dist-esm/src/operationsInterfaces/operations.js} +2 -1
- 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 -32
- package/review/arm-digitaltwins.api.md +620 -0
- package/rollup.config.js +181 -30
- package/src/azureDigitalTwinsManagementClient.ts +80 -40
- package/src/{models/privateLinkResourcesMappers.ts → index.ts} +4 -9
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +589 -1071
- package/src/models/mappers.ts +444 -492
- package/src/models/parameters.ts +119 -54
- package/src/operations/digitalTwins.ts +555 -371
- package/src/operations/digitalTwinsEndpoint.ts +338 -192
- package/src/operations/index.ts +1 -2
- package/src/operations/operations.ts +85 -73
- package/src/operations/privateEndpointConnections.ts +246 -151
- package/src/operations/privateLinkResources.ts +60 -92
- 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 -2418
- 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 -28
- package/esm/azureDigitalTwinsManagementClient.d.ts.map +0 -1
- package/esm/azureDigitalTwinsManagementClient.js +0 -41
- package/esm/azureDigitalTwinsManagementClient.js.map +0 -1
- package/esm/azureDigitalTwinsManagementClientContext.d.ts +0 -22
- package/esm/azureDigitalTwinsManagementClientContext.d.ts.map +0 -1
- package/esm/azureDigitalTwinsManagementClientContext.js +0 -60
- 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 -1169
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -42
- 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.map +0 -1
- package/esm/models/parameters.d.ts +0 -12
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -132
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
- package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.js +0 -9
- package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
- package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
- package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
- package/esm/models/privateLinkResourcesMappers.js +0 -9
- package/esm/models/privateLinkResourcesMappers.js.map +0 -1
- package/esm/operations/digitalTwins.d.ts +0 -181
- package/esm/operations/digitalTwins.d.ts.map +0 -1
- package/esm/operations/digitalTwins.js +0 -383
- package/esm/operations/digitalTwins.js.map +0 -1
- package/esm/operations/digitalTwinsEndpoint.d.ts +0 -115
- package/esm/operations/digitalTwinsEndpoint.d.ts.map +0 -1
- package/esm/operations/digitalTwinsEndpoint.js +0 -242
- package/esm/operations/digitalTwinsEndpoint.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -46
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -79
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/privateEndpointConnections.d.ts +0 -97
- package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
- package/esm/operations/privateEndpointConnections.js +0 -209
- package/esm/operations/privateEndpointConnections.js.map +0 -1
- package/esm/operations/privateLinkResources.d.ts +0 -58
- package/esm/operations/privateLinkResources.d.ts.map +0 -1
- package/esm/operations/privateLinkResources.js +0 -90
- package/esm/operations/privateLinkResources.js.map +0 -1
- package/src/azureDigitalTwinsManagementClientContext.ts +0 -67
- package/src/models/digitalTwinsEndpointMappers.ts +0 -31
- package/src/models/digitalTwinsMappers.ts +0 -35
- package/src/models/privateEndpointConnectionsMappers.ts +0 -31
package/src/models/mappers.ts
CHANGED
|
@@ -6,39 +6,57 @@
|
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
|
-
import
|
|
10
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
9
|
+
import * as coreClient from "@azure/core-client";
|
|
11
10
|
|
|
12
|
-
export const
|
|
13
|
-
export const BaseResource = BaseResourceMapper;
|
|
14
|
-
|
|
15
|
-
export const DigitalTwinsPatchProperties: msRest.CompositeMapper = {
|
|
16
|
-
serializedName: "DigitalTwinsPatchProperties",
|
|
11
|
+
export const PrivateEndpointConnection: coreClient.CompositeMapper = {
|
|
17
12
|
type: {
|
|
18
13
|
name: "Composite",
|
|
19
|
-
className: "
|
|
14
|
+
className: "PrivateEndpointConnection",
|
|
20
15
|
modelProperties: {
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
16
|
+
id: {
|
|
17
|
+
serializedName: "id",
|
|
18
|
+
readOnly: true,
|
|
19
|
+
type: {
|
|
20
|
+
name: "String"
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
name: {
|
|
24
|
+
constraints: {
|
|
25
|
+
Pattern: new RegExp("^(?![0-9]+$)(?!-)[a-zA-Z0-9-]{2,49}[a-zA-Z0-9]$")
|
|
26
|
+
},
|
|
27
|
+
serializedName: "name",
|
|
28
|
+
readOnly: true,
|
|
29
|
+
type: {
|
|
30
|
+
name: "String"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
type: {
|
|
34
|
+
serializedName: "type",
|
|
35
|
+
readOnly: true,
|
|
24
36
|
type: {
|
|
25
37
|
name: "String"
|
|
26
38
|
}
|
|
39
|
+
},
|
|
40
|
+
properties: {
|
|
41
|
+
serializedName: "properties",
|
|
42
|
+
type: {
|
|
43
|
+
name: "Composite",
|
|
44
|
+
className: "PrivateEndpointConnectionProperties"
|
|
45
|
+
}
|
|
27
46
|
}
|
|
28
47
|
}
|
|
29
48
|
}
|
|
30
49
|
};
|
|
31
50
|
|
|
32
|
-
export const ConnectionProperties:
|
|
33
|
-
serializedName: "ConnectionProperties",
|
|
51
|
+
export const ConnectionProperties: coreClient.CompositeMapper = {
|
|
34
52
|
type: {
|
|
35
53
|
name: "Composite",
|
|
36
54
|
className: "ConnectionProperties",
|
|
37
55
|
modelProperties: {
|
|
38
56
|
provisioningState: {
|
|
39
|
-
nullable: true,
|
|
40
|
-
readOnly: true,
|
|
41
57
|
serializedName: "provisioningState",
|
|
58
|
+
readOnly: true,
|
|
59
|
+
nullable: true,
|
|
42
60
|
type: {
|
|
43
61
|
name: "String"
|
|
44
62
|
}
|
|
@@ -72,110 +90,96 @@ export const ConnectionProperties: msRest.CompositeMapper = {
|
|
|
72
90
|
}
|
|
73
91
|
};
|
|
74
92
|
|
|
75
|
-
export const
|
|
76
|
-
serializedName: "PrivateEndpointConnection_properties",
|
|
93
|
+
export const PrivateEndpoint: coreClient.CompositeMapper = {
|
|
77
94
|
type: {
|
|
78
95
|
name: "Composite",
|
|
79
|
-
className: "
|
|
96
|
+
className: "PrivateEndpoint",
|
|
80
97
|
modelProperties: {
|
|
81
|
-
|
|
98
|
+
id: {
|
|
99
|
+
serializedName: "id",
|
|
100
|
+
readOnly: true,
|
|
101
|
+
type: {
|
|
102
|
+
name: "String"
|
|
103
|
+
}
|
|
104
|
+
}
|
|
82
105
|
}
|
|
83
106
|
}
|
|
84
107
|
};
|
|
85
108
|
|
|
86
|
-
export const
|
|
87
|
-
serializedName: "PrivateEndpointConnection",
|
|
109
|
+
export const ConnectionState: coreClient.CompositeMapper = {
|
|
88
110
|
type: {
|
|
89
111
|
name: "Composite",
|
|
90
|
-
className: "
|
|
112
|
+
className: "ConnectionState",
|
|
91
113
|
modelProperties: {
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
114
|
+
status: {
|
|
115
|
+
serializedName: "status",
|
|
116
|
+
required: true,
|
|
95
117
|
type: {
|
|
96
118
|
name: "String"
|
|
97
119
|
}
|
|
98
120
|
},
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
constraints: {
|
|
103
|
-
Pattern: /^(?![0-9]+$)(?!-)[a-zA-Z0-9-]{2,49}[a-zA-Z0-9]$/
|
|
104
|
-
},
|
|
121
|
+
description: {
|
|
122
|
+
serializedName: "description",
|
|
123
|
+
required: true,
|
|
105
124
|
type: {
|
|
106
125
|
name: "String"
|
|
107
126
|
}
|
|
108
127
|
},
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
serializedName: "type",
|
|
128
|
+
actionsRequired: {
|
|
129
|
+
serializedName: "actionsRequired",
|
|
112
130
|
type: {
|
|
113
131
|
name: "String"
|
|
114
132
|
}
|
|
115
|
-
},
|
|
116
|
-
properties: {
|
|
117
|
-
required: true,
|
|
118
|
-
serializedName: "properties",
|
|
119
|
-
type: {
|
|
120
|
-
name: "Composite",
|
|
121
|
-
className: "PrivateEndpointConnectionProperties"
|
|
122
|
-
}
|
|
123
133
|
}
|
|
124
134
|
}
|
|
125
135
|
}
|
|
126
136
|
};
|
|
127
137
|
|
|
128
|
-
export const DigitalTwinsResource:
|
|
129
|
-
serializedName: "DigitalTwinsResource",
|
|
138
|
+
export const DigitalTwinsResource: coreClient.CompositeMapper = {
|
|
130
139
|
type: {
|
|
131
140
|
name: "Composite",
|
|
132
141
|
className: "DigitalTwinsResource",
|
|
133
142
|
modelProperties: {
|
|
134
143
|
id: {
|
|
135
|
-
readOnly: true,
|
|
136
144
|
serializedName: "id",
|
|
145
|
+
readOnly: true,
|
|
137
146
|
type: {
|
|
138
147
|
name: "String"
|
|
139
148
|
}
|
|
140
149
|
},
|
|
141
150
|
name: {
|
|
142
|
-
readOnly: true,
|
|
143
|
-
serializedName: "name",
|
|
144
151
|
constraints: {
|
|
145
|
-
Pattern:
|
|
152
|
+
Pattern: new RegExp("^(?!-)[A-Za-z0-9-]{3,63}(?<!-)$")
|
|
146
153
|
},
|
|
154
|
+
serializedName: "name",
|
|
155
|
+
readOnly: true,
|
|
147
156
|
type: {
|
|
148
157
|
name: "String"
|
|
149
158
|
}
|
|
150
159
|
},
|
|
151
160
|
type: {
|
|
152
|
-
readOnly: true,
|
|
153
161
|
serializedName: "type",
|
|
162
|
+
readOnly: true,
|
|
154
163
|
type: {
|
|
155
164
|
name: "String"
|
|
156
165
|
}
|
|
157
166
|
},
|
|
158
167
|
location: {
|
|
159
|
-
required: true,
|
|
160
168
|
serializedName: "location",
|
|
169
|
+
required: true,
|
|
161
170
|
type: {
|
|
162
171
|
name: "String"
|
|
163
172
|
}
|
|
164
173
|
},
|
|
165
174
|
tags: {
|
|
166
|
-
nullable: true,
|
|
167
175
|
serializedName: "tags",
|
|
176
|
+
nullable: true,
|
|
168
177
|
type: {
|
|
169
178
|
name: "Dictionary",
|
|
170
|
-
value: {
|
|
171
|
-
type: {
|
|
172
|
-
name: "String"
|
|
173
|
-
}
|
|
174
|
-
}
|
|
179
|
+
value: { type: { name: "String" } }
|
|
175
180
|
}
|
|
176
181
|
},
|
|
177
182
|
identity: {
|
|
178
|
-
nullable: true,
|
|
179
183
|
serializedName: "identity",
|
|
180
184
|
type: {
|
|
181
185
|
name: "Composite",
|
|
@@ -186,117 +190,104 @@ export const DigitalTwinsResource: msRest.CompositeMapper = {
|
|
|
186
190
|
}
|
|
187
191
|
};
|
|
188
192
|
|
|
189
|
-
export const
|
|
190
|
-
serializedName: "DigitalTwinsDescription",
|
|
193
|
+
export const DigitalTwinsIdentity: coreClient.CompositeMapper = {
|
|
191
194
|
type: {
|
|
192
195
|
name: "Composite",
|
|
193
|
-
className: "
|
|
196
|
+
className: "DigitalTwinsIdentity",
|
|
194
197
|
modelProperties: {
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
readOnly: true,
|
|
198
|
-
serializedName: "properties.createdTime",
|
|
199
|
-
type: {
|
|
200
|
-
name: "DateTime"
|
|
201
|
-
}
|
|
202
|
-
},
|
|
203
|
-
lastUpdatedTime: {
|
|
204
|
-
readOnly: true,
|
|
205
|
-
serializedName: "properties.lastUpdatedTime",
|
|
198
|
+
type: {
|
|
199
|
+
serializedName: "type",
|
|
206
200
|
type: {
|
|
207
|
-
name: "
|
|
201
|
+
name: "String"
|
|
208
202
|
}
|
|
209
203
|
},
|
|
210
|
-
|
|
204
|
+
principalId: {
|
|
205
|
+
serializedName: "principalId",
|
|
211
206
|
readOnly: true,
|
|
212
|
-
|
|
207
|
+
nullable: true,
|
|
213
208
|
type: {
|
|
214
209
|
name: "String"
|
|
215
210
|
}
|
|
216
211
|
},
|
|
217
|
-
|
|
218
|
-
|
|
212
|
+
tenantId: {
|
|
213
|
+
serializedName: "tenantId",
|
|
219
214
|
readOnly: true,
|
|
220
|
-
|
|
215
|
+
nullable: true,
|
|
221
216
|
type: {
|
|
222
217
|
name: "String"
|
|
223
218
|
}
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
},
|
|
237
|
-
publicNetworkAccess: {
|
|
238
|
-
nullable: true,
|
|
239
|
-
serializedName: "properties.publicNetworkAccess",
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
};
|
|
223
|
+
|
|
224
|
+
export const ErrorResponse: coreClient.CompositeMapper = {
|
|
225
|
+
type: {
|
|
226
|
+
name: "Composite",
|
|
227
|
+
className: "ErrorResponse",
|
|
228
|
+
modelProperties: {
|
|
229
|
+
error: {
|
|
230
|
+
serializedName: "error",
|
|
240
231
|
type: {
|
|
241
|
-
name: "
|
|
232
|
+
name: "Composite",
|
|
233
|
+
className: "ErrorDefinition"
|
|
242
234
|
}
|
|
243
235
|
}
|
|
244
236
|
}
|
|
245
237
|
}
|
|
246
238
|
};
|
|
247
239
|
|
|
248
|
-
export const
|
|
249
|
-
serializedName: "DigitalTwinsIdentity",
|
|
240
|
+
export const ErrorDefinition: coreClient.CompositeMapper = {
|
|
250
241
|
type: {
|
|
251
242
|
name: "Composite",
|
|
252
|
-
className: "
|
|
243
|
+
className: "ErrorDefinition",
|
|
253
244
|
modelProperties: {
|
|
254
|
-
|
|
255
|
-
serializedName: "
|
|
245
|
+
code: {
|
|
246
|
+
serializedName: "code",
|
|
247
|
+
readOnly: true,
|
|
256
248
|
type: {
|
|
257
249
|
name: "String"
|
|
258
250
|
}
|
|
259
251
|
},
|
|
260
|
-
|
|
261
|
-
|
|
252
|
+
message: {
|
|
253
|
+
serializedName: "message",
|
|
262
254
|
readOnly: true,
|
|
263
|
-
serializedName: "principalId",
|
|
264
255
|
type: {
|
|
265
256
|
name: "String"
|
|
266
257
|
}
|
|
267
258
|
},
|
|
268
|
-
|
|
269
|
-
|
|
259
|
+
details: {
|
|
260
|
+
serializedName: "details",
|
|
270
261
|
readOnly: true,
|
|
271
|
-
|
|
262
|
+
nullable: true,
|
|
272
263
|
type: {
|
|
273
|
-
name: "
|
|
264
|
+
name: "Sequence",
|
|
265
|
+
element: {
|
|
266
|
+
type: {
|
|
267
|
+
name: "Composite",
|
|
268
|
+
className: "ErrorDefinition"
|
|
269
|
+
}
|
|
270
|
+
}
|
|
274
271
|
}
|
|
275
272
|
}
|
|
276
273
|
}
|
|
277
274
|
}
|
|
278
275
|
};
|
|
279
276
|
|
|
280
|
-
export const DigitalTwinsPatchDescription:
|
|
281
|
-
serializedName: "DigitalTwinsPatchDescription",
|
|
277
|
+
export const DigitalTwinsPatchDescription: coreClient.CompositeMapper = {
|
|
282
278
|
type: {
|
|
283
279
|
name: "Composite",
|
|
284
280
|
className: "DigitalTwinsPatchDescription",
|
|
285
281
|
modelProperties: {
|
|
286
282
|
tags: {
|
|
287
|
-
nullable: true,
|
|
288
283
|
serializedName: "tags",
|
|
284
|
+
nullable: true,
|
|
289
285
|
type: {
|
|
290
286
|
name: "Dictionary",
|
|
291
|
-
value: {
|
|
292
|
-
type: {
|
|
293
|
-
name: "String"
|
|
294
|
-
}
|
|
295
|
-
}
|
|
287
|
+
value: { type: { name: "String" } }
|
|
296
288
|
}
|
|
297
289
|
},
|
|
298
290
|
identity: {
|
|
299
|
-
nullable: true,
|
|
300
291
|
serializedName: "identity",
|
|
301
292
|
type: {
|
|
302
293
|
name: "Composite",
|
|
@@ -304,7 +295,6 @@ export const DigitalTwinsPatchDescription: msRest.CompositeMapper = {
|
|
|
304
295
|
}
|
|
305
296
|
},
|
|
306
297
|
properties: {
|
|
307
|
-
nullable: true,
|
|
308
298
|
serializedName: "properties",
|
|
309
299
|
type: {
|
|
310
300
|
name: "Composite",
|
|
@@ -315,36 +305,41 @@ export const DigitalTwinsPatchDescription: msRest.CompositeMapper = {
|
|
|
315
305
|
}
|
|
316
306
|
};
|
|
317
307
|
|
|
318
|
-
export const
|
|
319
|
-
serializedName: "ErrorDefinition",
|
|
308
|
+
export const DigitalTwinsPatchProperties: coreClient.CompositeMapper = {
|
|
320
309
|
type: {
|
|
321
310
|
name: "Composite",
|
|
322
|
-
className: "
|
|
311
|
+
className: "DigitalTwinsPatchProperties",
|
|
323
312
|
modelProperties: {
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
serializedName: "code",
|
|
313
|
+
publicNetworkAccess: {
|
|
314
|
+
serializedName: "publicNetworkAccess",
|
|
327
315
|
type: {
|
|
328
316
|
name: "String"
|
|
329
317
|
}
|
|
330
|
-
}
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
318
|
+
}
|
|
319
|
+
}
|
|
320
|
+
}
|
|
321
|
+
};
|
|
322
|
+
|
|
323
|
+
export const DigitalTwinsEndpointResourceListResult: coreClient.CompositeMapper = {
|
|
324
|
+
type: {
|
|
325
|
+
name: "Composite",
|
|
326
|
+
className: "DigitalTwinsEndpointResourceListResult",
|
|
327
|
+
modelProperties: {
|
|
328
|
+
nextLink: {
|
|
329
|
+
serializedName: "nextLink",
|
|
330
|
+
nullable: true,
|
|
334
331
|
type: {
|
|
335
332
|
name: "String"
|
|
336
333
|
}
|
|
337
334
|
},
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
readOnly: true,
|
|
341
|
-
serializedName: "details",
|
|
335
|
+
value: {
|
|
336
|
+
serializedName: "value",
|
|
342
337
|
type: {
|
|
343
338
|
name: "Sequence",
|
|
344
339
|
element: {
|
|
345
340
|
type: {
|
|
346
341
|
name: "Composite",
|
|
347
|
-
className: "
|
|
342
|
+
className: "DigitalTwinsEndpointResource"
|
|
348
343
|
}
|
|
349
344
|
}
|
|
350
345
|
}
|
|
@@ -353,53 +348,55 @@ export const ErrorDefinition: msRest.CompositeMapper = {
|
|
|
353
348
|
}
|
|
354
349
|
};
|
|
355
350
|
|
|
356
|
-
export const
|
|
357
|
-
serializedName: "ErrorResponse",
|
|
358
|
-
type: {
|
|
359
|
-
name: "Composite",
|
|
360
|
-
className: "ErrorResponse",
|
|
361
|
-
modelProperties: {
|
|
362
|
-
error: {
|
|
363
|
-
serializedName: "error",
|
|
364
|
-
type: {
|
|
365
|
-
name: "Composite",
|
|
366
|
-
className: "ErrorDefinition"
|
|
367
|
-
}
|
|
368
|
-
}
|
|
369
|
-
}
|
|
370
|
-
}
|
|
371
|
-
};
|
|
372
|
-
|
|
373
|
-
export const OperationDisplay: msRest.CompositeMapper = {
|
|
374
|
-
serializedName: "OperationDisplay",
|
|
351
|
+
export const DigitalTwinsEndpointResourceProperties: coreClient.CompositeMapper = {
|
|
375
352
|
type: {
|
|
376
353
|
name: "Composite",
|
|
377
|
-
className: "
|
|
354
|
+
className: "DigitalTwinsEndpointResourceProperties",
|
|
355
|
+
uberParent: "DigitalTwinsEndpointResourceProperties",
|
|
356
|
+
polymorphicDiscriminator: {
|
|
357
|
+
serializedName: "endpointType",
|
|
358
|
+
clientName: "endpointType"
|
|
359
|
+
},
|
|
378
360
|
modelProperties: {
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
361
|
+
endpointType: {
|
|
362
|
+
serializedName: "endpointType",
|
|
363
|
+
required: true,
|
|
382
364
|
type: {
|
|
383
365
|
name: "String"
|
|
384
366
|
}
|
|
385
367
|
},
|
|
386
|
-
|
|
368
|
+
provisioningState: {
|
|
369
|
+
serializedName: "provisioningState",
|
|
387
370
|
readOnly: true,
|
|
388
|
-
|
|
371
|
+
nullable: true,
|
|
389
372
|
type: {
|
|
390
373
|
name: "String"
|
|
391
374
|
}
|
|
392
375
|
},
|
|
393
|
-
|
|
376
|
+
createdTime: {
|
|
377
|
+
serializedName: "createdTime",
|
|
394
378
|
readOnly: true,
|
|
395
|
-
|
|
379
|
+
nullable: true,
|
|
396
380
|
type: {
|
|
397
|
-
name: "
|
|
381
|
+
name: "DateTime"
|
|
398
382
|
}
|
|
399
383
|
},
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
384
|
+
authenticationType: {
|
|
385
|
+
serializedName: "authenticationType",
|
|
386
|
+
type: {
|
|
387
|
+
name: "String"
|
|
388
|
+
}
|
|
389
|
+
},
|
|
390
|
+
deadLetterSecret: {
|
|
391
|
+
serializedName: "deadLetterSecret",
|
|
392
|
+
nullable: true,
|
|
393
|
+
type: {
|
|
394
|
+
name: "String"
|
|
395
|
+
}
|
|
396
|
+
},
|
|
397
|
+
deadLetterUri: {
|
|
398
|
+
serializedName: "deadLetterUri",
|
|
399
|
+
nullable: true,
|
|
403
400
|
type: {
|
|
404
401
|
name: "String"
|
|
405
402
|
}
|
|
@@ -408,185 +405,163 @@ export const OperationDisplay: msRest.CompositeMapper = {
|
|
|
408
405
|
}
|
|
409
406
|
};
|
|
410
407
|
|
|
411
|
-
export const
|
|
412
|
-
serializedName: "Operation",
|
|
408
|
+
export const ExternalResource: coreClient.CompositeMapper = {
|
|
413
409
|
type: {
|
|
414
410
|
name: "Composite",
|
|
415
|
-
className: "
|
|
411
|
+
className: "ExternalResource",
|
|
416
412
|
modelProperties: {
|
|
417
|
-
|
|
413
|
+
id: {
|
|
414
|
+
serializedName: "id",
|
|
418
415
|
readOnly: true,
|
|
419
|
-
serializedName: "name",
|
|
420
416
|
type: {
|
|
421
417
|
name: "String"
|
|
422
418
|
}
|
|
423
419
|
},
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
}
|
|
430
|
-
},
|
|
431
|
-
origin: {
|
|
432
|
-
nullable: true,
|
|
420
|
+
name: {
|
|
421
|
+
constraints: {
|
|
422
|
+
Pattern: new RegExp("^(?![0-9]+$)(?!-)[a-zA-Z0-9-]{2,49}[a-zA-Z0-9]$")
|
|
423
|
+
},
|
|
424
|
+
serializedName: "name",
|
|
433
425
|
readOnly: true,
|
|
434
|
-
serializedName: "origin",
|
|
435
426
|
type: {
|
|
436
427
|
name: "String"
|
|
437
428
|
}
|
|
438
429
|
},
|
|
439
|
-
|
|
430
|
+
type: {
|
|
431
|
+
serializedName: "type",
|
|
440
432
|
readOnly: true,
|
|
441
|
-
serializedName: "isDataAction",
|
|
442
433
|
type: {
|
|
443
|
-
name: "
|
|
434
|
+
name: "String"
|
|
444
435
|
}
|
|
445
436
|
}
|
|
446
437
|
}
|
|
447
438
|
}
|
|
448
439
|
};
|
|
449
440
|
|
|
450
|
-
export const
|
|
451
|
-
serializedName: "CheckNameRequest",
|
|
441
|
+
export const DigitalTwinsDescriptionListResult: coreClient.CompositeMapper = {
|
|
452
442
|
type: {
|
|
453
443
|
name: "Composite",
|
|
454
|
-
className: "
|
|
444
|
+
className: "DigitalTwinsDescriptionListResult",
|
|
455
445
|
modelProperties: {
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
446
|
+
nextLink: {
|
|
447
|
+
serializedName: "nextLink",
|
|
448
|
+
nullable: true,
|
|
459
449
|
type: {
|
|
460
450
|
name: "String"
|
|
461
451
|
}
|
|
462
452
|
},
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
isConstant: true,
|
|
466
|
-
serializedName: "type",
|
|
467
|
-
defaultValue: 'Microsoft.DigitalTwins/digitalTwinsInstances',
|
|
453
|
+
value: {
|
|
454
|
+
serializedName: "value",
|
|
468
455
|
type: {
|
|
469
|
-
name: "
|
|
456
|
+
name: "Sequence",
|
|
457
|
+
element: {
|
|
458
|
+
type: {
|
|
459
|
+
name: "Composite",
|
|
460
|
+
className: "DigitalTwinsDescription"
|
|
461
|
+
}
|
|
462
|
+
}
|
|
470
463
|
}
|
|
471
464
|
}
|
|
472
465
|
}
|
|
473
466
|
}
|
|
474
467
|
};
|
|
475
468
|
|
|
476
|
-
export const
|
|
477
|
-
serializedName: "CheckNameResult",
|
|
469
|
+
export const OperationListResult: coreClient.CompositeMapper = {
|
|
478
470
|
type: {
|
|
479
471
|
name: "Composite",
|
|
480
|
-
className: "
|
|
472
|
+
className: "OperationListResult",
|
|
481
473
|
modelProperties: {
|
|
482
|
-
|
|
483
|
-
serializedName: "
|
|
484
|
-
type: {
|
|
485
|
-
name: "Boolean"
|
|
486
|
-
}
|
|
487
|
-
},
|
|
488
|
-
message: {
|
|
474
|
+
nextLink: {
|
|
475
|
+
serializedName: "nextLink",
|
|
489
476
|
nullable: true,
|
|
490
|
-
serializedName: "message",
|
|
491
477
|
type: {
|
|
492
478
|
name: "String"
|
|
493
479
|
}
|
|
494
480
|
},
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
481
|
+
value: {
|
|
482
|
+
serializedName: "value",
|
|
483
|
+
readOnly: true,
|
|
498
484
|
type: {
|
|
499
|
-
name: "
|
|
485
|
+
name: "Sequence",
|
|
486
|
+
element: {
|
|
487
|
+
type: {
|
|
488
|
+
name: "Composite",
|
|
489
|
+
className: "Operation"
|
|
490
|
+
}
|
|
491
|
+
}
|
|
500
492
|
}
|
|
501
493
|
}
|
|
502
494
|
}
|
|
503
495
|
}
|
|
504
496
|
};
|
|
505
497
|
|
|
506
|
-
export const
|
|
507
|
-
serializedName: "ExternalResource",
|
|
498
|
+
export const Operation: coreClient.CompositeMapper = {
|
|
508
499
|
type: {
|
|
509
500
|
name: "Composite",
|
|
510
|
-
className: "
|
|
501
|
+
className: "Operation",
|
|
511
502
|
modelProperties: {
|
|
512
|
-
|
|
503
|
+
name: {
|
|
504
|
+
serializedName: "name",
|
|
513
505
|
readOnly: true,
|
|
514
|
-
serializedName: "id",
|
|
515
506
|
type: {
|
|
516
507
|
name: "String"
|
|
517
508
|
}
|
|
518
509
|
},
|
|
519
|
-
|
|
510
|
+
display: {
|
|
511
|
+
serializedName: "display",
|
|
512
|
+
type: {
|
|
513
|
+
name: "Composite",
|
|
514
|
+
className: "OperationDisplay"
|
|
515
|
+
}
|
|
516
|
+
},
|
|
517
|
+
origin: {
|
|
518
|
+
serializedName: "origin",
|
|
520
519
|
readOnly: true,
|
|
521
|
-
|
|
522
|
-
constraints: {
|
|
523
|
-
Pattern: /^(?![0-9]+$)(?!-)[a-zA-Z0-9-]{2,49}[a-zA-Z0-9]$/
|
|
524
|
-
},
|
|
520
|
+
nullable: true,
|
|
525
521
|
type: {
|
|
526
522
|
name: "String"
|
|
527
523
|
}
|
|
528
524
|
},
|
|
529
|
-
|
|
525
|
+
isDataAction: {
|
|
526
|
+
serializedName: "isDataAction",
|
|
530
527
|
readOnly: true,
|
|
531
|
-
serializedName: "type",
|
|
532
528
|
type: {
|
|
533
|
-
name: "
|
|
529
|
+
name: "Boolean"
|
|
534
530
|
}
|
|
535
531
|
}
|
|
536
532
|
}
|
|
537
533
|
}
|
|
538
534
|
};
|
|
539
535
|
|
|
540
|
-
export const
|
|
541
|
-
serializedName: "DigitalTwinsEndpointResourceProperties",
|
|
536
|
+
export const OperationDisplay: coreClient.CompositeMapper = {
|
|
542
537
|
type: {
|
|
543
538
|
name: "Composite",
|
|
544
|
-
|
|
545
|
-
serializedName: "endpointType",
|
|
546
|
-
clientName: "endpointType"
|
|
547
|
-
},
|
|
548
|
-
uberParent: "DigitalTwinsEndpointResourceProperties",
|
|
549
|
-
className: "DigitalTwinsEndpointResourceProperties",
|
|
539
|
+
className: "OperationDisplay",
|
|
550
540
|
modelProperties: {
|
|
551
|
-
|
|
552
|
-
|
|
541
|
+
provider: {
|
|
542
|
+
serializedName: "provider",
|
|
553
543
|
readOnly: true,
|
|
554
|
-
serializedName: "provisioningState",
|
|
555
544
|
type: {
|
|
556
545
|
name: "String"
|
|
557
546
|
}
|
|
558
547
|
},
|
|
559
|
-
|
|
560
|
-
|
|
548
|
+
resource: {
|
|
549
|
+
serializedName: "resource",
|
|
561
550
|
readOnly: true,
|
|
562
|
-
serializedName: "createdTime",
|
|
563
|
-
type: {
|
|
564
|
-
name: "DateTime"
|
|
565
|
-
}
|
|
566
|
-
},
|
|
567
|
-
authenticationType: {
|
|
568
|
-
serializedName: "authenticationType",
|
|
569
|
-
type: {
|
|
570
|
-
name: "String"
|
|
571
|
-
}
|
|
572
|
-
},
|
|
573
|
-
deadLetterSecret: {
|
|
574
|
-
nullable: true,
|
|
575
|
-
serializedName: "deadLetterSecret",
|
|
576
551
|
type: {
|
|
577
552
|
name: "String"
|
|
578
553
|
}
|
|
579
554
|
},
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
555
|
+
operation: {
|
|
556
|
+
serializedName: "operation",
|
|
557
|
+
readOnly: true,
|
|
583
558
|
type: {
|
|
584
559
|
name: "String"
|
|
585
560
|
}
|
|
586
561
|
},
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
562
|
+
description: {
|
|
563
|
+
serializedName: "description",
|
|
564
|
+
readOnly: true,
|
|
590
565
|
type: {
|
|
591
566
|
name: "String"
|
|
592
567
|
}
|
|
@@ -595,99 +570,111 @@ export const DigitalTwinsEndpointResourceProperties: msRest.CompositeMapper = {
|
|
|
595
570
|
}
|
|
596
571
|
};
|
|
597
572
|
|
|
598
|
-
export const
|
|
599
|
-
serializedName: "DigitalTwinsEndpointResource",
|
|
573
|
+
export const CheckNameRequest: coreClient.CompositeMapper = {
|
|
600
574
|
type: {
|
|
601
575
|
name: "Composite",
|
|
602
|
-
className: "
|
|
576
|
+
className: "CheckNameRequest",
|
|
603
577
|
modelProperties: {
|
|
604
|
-
|
|
605
|
-
|
|
578
|
+
name: {
|
|
579
|
+
serializedName: "name",
|
|
606
580
|
required: true,
|
|
607
|
-
serializedName: "properties",
|
|
608
581
|
type: {
|
|
609
|
-
name: "
|
|
610
|
-
|
|
582
|
+
name: "String"
|
|
583
|
+
}
|
|
584
|
+
},
|
|
585
|
+
type: {
|
|
586
|
+
defaultValue: "Microsoft.DigitalTwins/digitalTwinsInstances",
|
|
587
|
+
isConstant: true,
|
|
588
|
+
serializedName: "type",
|
|
589
|
+
type: {
|
|
590
|
+
name: "String"
|
|
611
591
|
}
|
|
612
592
|
}
|
|
613
593
|
}
|
|
614
594
|
}
|
|
615
595
|
};
|
|
616
596
|
|
|
617
|
-
export const
|
|
618
|
-
serializedName: "ServiceBus",
|
|
597
|
+
export const CheckNameResult: coreClient.CompositeMapper = {
|
|
619
598
|
type: {
|
|
620
599
|
name: "Composite",
|
|
621
|
-
|
|
622
|
-
uberParent: "DigitalTwinsEndpointResourceProperties",
|
|
623
|
-
className: "ServiceBus",
|
|
600
|
+
className: "CheckNameResult",
|
|
624
601
|
modelProperties: {
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
nullable: true,
|
|
628
|
-
serializedName: "primaryConnectionString",
|
|
602
|
+
nameAvailable: {
|
|
603
|
+
serializedName: "nameAvailable",
|
|
629
604
|
type: {
|
|
630
|
-
name: "
|
|
605
|
+
name: "Boolean"
|
|
631
606
|
}
|
|
632
607
|
},
|
|
633
|
-
|
|
608
|
+
message: {
|
|
609
|
+
serializedName: "message",
|
|
634
610
|
nullable: true,
|
|
635
|
-
serializedName: "secondaryConnectionString",
|
|
636
611
|
type: {
|
|
637
612
|
name: "String"
|
|
638
613
|
}
|
|
639
614
|
},
|
|
640
|
-
|
|
615
|
+
reason: {
|
|
616
|
+
serializedName: "reason",
|
|
641
617
|
nullable: true,
|
|
642
|
-
serializedName: "endpointUri",
|
|
643
618
|
type: {
|
|
644
619
|
name: "String"
|
|
645
620
|
}
|
|
646
|
-
}
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
621
|
+
}
|
|
622
|
+
}
|
|
623
|
+
}
|
|
624
|
+
};
|
|
625
|
+
|
|
626
|
+
export const GroupIdInformationResponse: coreClient.CompositeMapper = {
|
|
627
|
+
type: {
|
|
628
|
+
name: "Composite",
|
|
629
|
+
className: "GroupIdInformationResponse",
|
|
630
|
+
modelProperties: {
|
|
631
|
+
value: {
|
|
632
|
+
serializedName: "value",
|
|
650
633
|
type: {
|
|
651
|
-
name: "
|
|
634
|
+
name: "Sequence",
|
|
635
|
+
element: {
|
|
636
|
+
type: {
|
|
637
|
+
name: "Composite",
|
|
638
|
+
className: "GroupIdInformation"
|
|
639
|
+
}
|
|
640
|
+
}
|
|
652
641
|
}
|
|
653
642
|
}
|
|
654
643
|
}
|
|
655
644
|
}
|
|
656
645
|
};
|
|
657
646
|
|
|
658
|
-
export const
|
|
659
|
-
serializedName: "EventHub",
|
|
647
|
+
export const GroupIdInformation: coreClient.CompositeMapper = {
|
|
660
648
|
type: {
|
|
661
649
|
name: "Composite",
|
|
662
|
-
|
|
663
|
-
uberParent: "DigitalTwinsEndpointResourceProperties",
|
|
664
|
-
className: "EventHub",
|
|
650
|
+
className: "GroupIdInformation",
|
|
665
651
|
modelProperties: {
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
nullable: true,
|
|
669
|
-
serializedName: "connectionStringPrimaryKey",
|
|
652
|
+
properties: {
|
|
653
|
+
serializedName: "properties",
|
|
670
654
|
type: {
|
|
671
|
-
name: "
|
|
655
|
+
name: "Composite",
|
|
656
|
+
className: "GroupIdInformationProperties"
|
|
672
657
|
}
|
|
673
658
|
},
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
serializedName: "connectionStringSecondaryKey",
|
|
659
|
+
id: {
|
|
660
|
+
serializedName: "id",
|
|
677
661
|
type: {
|
|
678
662
|
name: "String"
|
|
679
663
|
}
|
|
680
664
|
},
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
665
|
+
name: {
|
|
666
|
+
constraints: {
|
|
667
|
+
Pattern: new RegExp("^(?![0-9]+$)(?!-)[a-zA-Z0-9-]{2,49}[a-zA-Z0-9]$")
|
|
668
|
+
},
|
|
669
|
+
serializedName: "name",
|
|
670
|
+
readOnly: true,
|
|
684
671
|
type: {
|
|
685
672
|
name: "String"
|
|
686
673
|
}
|
|
687
674
|
},
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
675
|
+
type: {
|
|
676
|
+
serializedName: "type",
|
|
677
|
+
readOnly: true,
|
|
691
678
|
type: {
|
|
692
679
|
name: "String"
|
|
693
680
|
}
|
|
@@ -696,46 +683,10 @@ export const EventHub: msRest.CompositeMapper = {
|
|
|
696
683
|
}
|
|
697
684
|
};
|
|
698
685
|
|
|
699
|
-
export const
|
|
700
|
-
serializedName: "EventGrid",
|
|
686
|
+
export const GroupIdInformationPropertiesAutoGenerated: coreClient.CompositeMapper = {
|
|
701
687
|
type: {
|
|
702
688
|
name: "Composite",
|
|
703
|
-
|
|
704
|
-
uberParent: "DigitalTwinsEndpointResourceProperties",
|
|
705
|
-
className: "EventGrid",
|
|
706
|
-
modelProperties: {
|
|
707
|
-
...DigitalTwinsEndpointResourceProperties.type.modelProperties,
|
|
708
|
-
topicEndpoint: {
|
|
709
|
-
required: true,
|
|
710
|
-
serializedName: "TopicEndpoint",
|
|
711
|
-
type: {
|
|
712
|
-
name: "String"
|
|
713
|
-
}
|
|
714
|
-
},
|
|
715
|
-
accessKey1: {
|
|
716
|
-
required: true,
|
|
717
|
-
nullable: true,
|
|
718
|
-
serializedName: "accessKey1",
|
|
719
|
-
type: {
|
|
720
|
-
name: "String"
|
|
721
|
-
}
|
|
722
|
-
},
|
|
723
|
-
accessKey2: {
|
|
724
|
-
nullable: true,
|
|
725
|
-
serializedName: "accessKey2",
|
|
726
|
-
type: {
|
|
727
|
-
name: "String"
|
|
728
|
-
}
|
|
729
|
-
}
|
|
730
|
-
}
|
|
731
|
-
}
|
|
732
|
-
};
|
|
733
|
-
|
|
734
|
-
export const GroupIdInformationProperties: msRest.CompositeMapper = {
|
|
735
|
-
serializedName: "GroupIdInformationProperties",
|
|
736
|
-
type: {
|
|
737
|
-
name: "Composite",
|
|
738
|
-
className: "GroupIdInformationProperties",
|
|
689
|
+
className: "GroupIdInformationPropertiesAutoGenerated",
|
|
739
690
|
modelProperties: {
|
|
740
691
|
groupId: {
|
|
741
692
|
serializedName: "groupId",
|
|
@@ -769,66 +720,94 @@ export const GroupIdInformationProperties: msRest.CompositeMapper = {
|
|
|
769
720
|
}
|
|
770
721
|
};
|
|
771
722
|
|
|
772
|
-
export const
|
|
773
|
-
serializedName: "GroupIdInformation_properties",
|
|
723
|
+
export const PrivateEndpointConnectionsResponse: coreClient.CompositeMapper = {
|
|
774
724
|
type: {
|
|
775
725
|
name: "Composite",
|
|
776
|
-
className: "
|
|
726
|
+
className: "PrivateEndpointConnectionsResponse",
|
|
777
727
|
modelProperties: {
|
|
778
|
-
|
|
728
|
+
value: {
|
|
729
|
+
serializedName: "value",
|
|
730
|
+
type: {
|
|
731
|
+
name: "Sequence",
|
|
732
|
+
element: {
|
|
733
|
+
type: {
|
|
734
|
+
name: "Composite",
|
|
735
|
+
className: "PrivateEndpointConnection"
|
|
736
|
+
}
|
|
737
|
+
}
|
|
738
|
+
}
|
|
739
|
+
}
|
|
779
740
|
}
|
|
780
741
|
}
|
|
781
742
|
};
|
|
782
743
|
|
|
783
|
-
export const
|
|
784
|
-
serializedName: "GroupIdInformation",
|
|
744
|
+
export const PrivateEndpointConnectionProperties: coreClient.CompositeMapper = {
|
|
785
745
|
type: {
|
|
786
746
|
name: "Composite",
|
|
787
|
-
className: "
|
|
747
|
+
className: "PrivateEndpointConnectionProperties",
|
|
788
748
|
modelProperties: {
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
749
|
+
...ConnectionProperties.type.modelProperties
|
|
750
|
+
}
|
|
751
|
+
}
|
|
752
|
+
};
|
|
753
|
+
|
|
754
|
+
export const ConnectionPropertiesPrivateEndpoint: coreClient.CompositeMapper = {
|
|
755
|
+
type: {
|
|
756
|
+
name: "Composite",
|
|
757
|
+
className: "ConnectionPropertiesPrivateEndpoint",
|
|
758
|
+
modelProperties: {
|
|
759
|
+
...PrivateEndpoint.type.modelProperties
|
|
760
|
+
}
|
|
761
|
+
}
|
|
762
|
+
};
|
|
763
|
+
|
|
764
|
+
export const ConnectionPropertiesPrivateLinkServiceConnectionState: coreClient.CompositeMapper = {
|
|
765
|
+
type: {
|
|
766
|
+
name: "Composite",
|
|
767
|
+
className: "ConnectionPropertiesPrivateLinkServiceConnectionState",
|
|
768
|
+
modelProperties: {
|
|
769
|
+
...ConnectionState.type.modelProperties
|
|
770
|
+
}
|
|
771
|
+
}
|
|
772
|
+
};
|
|
773
|
+
|
|
774
|
+
export const DigitalTwinsDescription: coreClient.CompositeMapper = {
|
|
775
|
+
type: {
|
|
776
|
+
name: "Composite",
|
|
777
|
+
className: "DigitalTwinsDescription",
|
|
778
|
+
modelProperties: {
|
|
779
|
+
...DigitalTwinsResource.type.modelProperties,
|
|
780
|
+
createdTime: {
|
|
781
|
+
serializedName: "properties.createdTime",
|
|
782
|
+
readOnly: true,
|
|
792
783
|
type: {
|
|
793
|
-
name: "
|
|
794
|
-
className: "GroupIdInformationPropertiesModel"
|
|
784
|
+
name: "DateTime"
|
|
795
785
|
}
|
|
796
786
|
},
|
|
797
|
-
|
|
798
|
-
serializedName: "
|
|
787
|
+
lastUpdatedTime: {
|
|
788
|
+
serializedName: "properties.lastUpdatedTime",
|
|
789
|
+
readOnly: true,
|
|
799
790
|
type: {
|
|
800
|
-
name: "
|
|
791
|
+
name: "DateTime"
|
|
801
792
|
}
|
|
802
793
|
},
|
|
803
|
-
|
|
794
|
+
provisioningState: {
|
|
795
|
+
serializedName: "properties.provisioningState",
|
|
804
796
|
readOnly: true,
|
|
805
|
-
serializedName: "name",
|
|
806
|
-
constraints: {
|
|
807
|
-
Pattern: /^(?![0-9]+$)(?!-)[a-zA-Z0-9-]{2,49}[a-zA-Z0-9]$/
|
|
808
|
-
},
|
|
809
797
|
type: {
|
|
810
798
|
name: "String"
|
|
811
799
|
}
|
|
812
800
|
},
|
|
813
|
-
|
|
801
|
+
hostName: {
|
|
802
|
+
serializedName: "properties.hostName",
|
|
814
803
|
readOnly: true,
|
|
815
|
-
|
|
804
|
+
nullable: true,
|
|
816
805
|
type: {
|
|
817
806
|
name: "String"
|
|
818
807
|
}
|
|
819
|
-
}
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
};
|
|
823
|
-
|
|
824
|
-
export const PrivateEndpointConnectionsResponse: msRest.CompositeMapper = {
|
|
825
|
-
serializedName: "PrivateEndpointConnectionsResponse",
|
|
826
|
-
type: {
|
|
827
|
-
name: "Composite",
|
|
828
|
-
className: "PrivateEndpointConnectionsResponse",
|
|
829
|
-
modelProperties: {
|
|
830
|
-
value: {
|
|
831
|
-
serializedName: "value",
|
|
808
|
+
},
|
|
809
|
+
privateEndpointConnections: {
|
|
810
|
+
serializedName: "properties.privateEndpointConnections",
|
|
832
811
|
type: {
|
|
833
812
|
name: "Sequence",
|
|
834
813
|
element: {
|
|
@@ -838,72 +817,51 @@ export const PrivateEndpointConnectionsResponse: msRest.CompositeMapper = {
|
|
|
838
817
|
}
|
|
839
818
|
}
|
|
840
819
|
}
|
|
841
|
-
}
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
};
|
|
845
|
-
|
|
846
|
-
export const GroupIdInformationResponse: msRest.CompositeMapper = {
|
|
847
|
-
serializedName: "GroupIdInformationResponse",
|
|
848
|
-
type: {
|
|
849
|
-
name: "Composite",
|
|
850
|
-
className: "GroupIdInformationResponse",
|
|
851
|
-
modelProperties: {
|
|
852
|
-
value: {
|
|
853
|
-
serializedName: "value",
|
|
820
|
+
},
|
|
821
|
+
publicNetworkAccess: {
|
|
822
|
+
serializedName: "properties.publicNetworkAccess",
|
|
854
823
|
type: {
|
|
855
|
-
name: "
|
|
856
|
-
element: {
|
|
857
|
-
type: {
|
|
858
|
-
name: "Composite",
|
|
859
|
-
className: "GroupIdInformation"
|
|
860
|
-
}
|
|
861
|
-
}
|
|
824
|
+
name: "String"
|
|
862
825
|
}
|
|
863
826
|
}
|
|
864
827
|
}
|
|
865
828
|
}
|
|
866
829
|
};
|
|
867
830
|
|
|
868
|
-
export const
|
|
869
|
-
serializedName: "
|
|
831
|
+
export const ServiceBus: coreClient.CompositeMapper = {
|
|
832
|
+
serializedName: "ServiceBus",
|
|
870
833
|
type: {
|
|
871
834
|
name: "Composite",
|
|
872
|
-
className: "
|
|
835
|
+
className: "ServiceBus",
|
|
836
|
+
uberParent: "DigitalTwinsEndpointResourceProperties",
|
|
837
|
+
polymorphicDiscriminator:
|
|
838
|
+
DigitalTwinsEndpointResourceProperties.type.polymorphicDiscriminator,
|
|
873
839
|
modelProperties: {
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
serializedName: "
|
|
840
|
+
...DigitalTwinsEndpointResourceProperties.type.modelProperties,
|
|
841
|
+
primaryConnectionString: {
|
|
842
|
+
serializedName: "primaryConnectionString",
|
|
843
|
+
nullable: true,
|
|
877
844
|
type: {
|
|
878
845
|
name: "String"
|
|
879
846
|
}
|
|
880
847
|
},
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
848
|
+
secondaryConnectionString: {
|
|
849
|
+
serializedName: "secondaryConnectionString",
|
|
850
|
+
nullable: true,
|
|
884
851
|
type: {
|
|
885
852
|
name: "String"
|
|
886
853
|
}
|
|
887
854
|
},
|
|
888
|
-
|
|
889
|
-
serializedName: "
|
|
855
|
+
endpointUri: {
|
|
856
|
+
serializedName: "endpointUri",
|
|
857
|
+
nullable: true,
|
|
890
858
|
type: {
|
|
891
859
|
name: "String"
|
|
892
860
|
}
|
|
893
|
-
}
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
export const PrivateEndpoint: msRest.CompositeMapper = {
|
|
899
|
-
serializedName: "PrivateEndpoint",
|
|
900
|
-
type: {
|
|
901
|
-
name: "Composite",
|
|
902
|
-
className: "PrivateEndpoint",
|
|
903
|
-
modelProperties: {
|
|
904
|
-
id: {
|
|
905
|
-
readOnly: true,
|
|
906
|
-
serializedName: "id",
|
|
861
|
+
},
|
|
862
|
+
entityPath: {
|
|
863
|
+
serializedName: "entityPath",
|
|
864
|
+
nullable: true,
|
|
907
865
|
type: {
|
|
908
866
|
name: "String"
|
|
909
867
|
}
|
|
@@ -912,120 +870,114 @@ export const PrivateEndpoint: msRest.CompositeMapper = {
|
|
|
912
870
|
}
|
|
913
871
|
};
|
|
914
872
|
|
|
915
|
-
export const
|
|
916
|
-
serializedName: "
|
|
917
|
-
type: {
|
|
918
|
-
name: "Composite",
|
|
919
|
-
className: "ConnectionPropertiesPrivateEndpoint",
|
|
920
|
-
modelProperties: {
|
|
921
|
-
...PrivateEndpoint.type.modelProperties
|
|
922
|
-
}
|
|
923
|
-
}
|
|
924
|
-
};
|
|
925
|
-
|
|
926
|
-
export const ConnectionPropertiesPrivateLinkServiceConnectionState: msRest.CompositeMapper = {
|
|
927
|
-
serializedName: "ConnectionProperties_privateLinkServiceConnectionState",
|
|
928
|
-
type: {
|
|
929
|
-
name: "Composite",
|
|
930
|
-
className: "ConnectionPropertiesPrivateLinkServiceConnectionState",
|
|
931
|
-
modelProperties: {
|
|
932
|
-
...ConnectionState.type.modelProperties
|
|
933
|
-
}
|
|
934
|
-
}
|
|
935
|
-
};
|
|
936
|
-
|
|
937
|
-
export const DigitalTwinsDescriptionListResult: msRest.CompositeMapper = {
|
|
938
|
-
serializedName: "DigitalTwinsDescriptionListResult",
|
|
873
|
+
export const EventHub: coreClient.CompositeMapper = {
|
|
874
|
+
serializedName: "EventHub",
|
|
939
875
|
type: {
|
|
940
876
|
name: "Composite",
|
|
941
|
-
className: "
|
|
877
|
+
className: "EventHub",
|
|
878
|
+
uberParent: "DigitalTwinsEndpointResourceProperties",
|
|
879
|
+
polymorphicDiscriminator:
|
|
880
|
+
DigitalTwinsEndpointResourceProperties.type.polymorphicDiscriminator,
|
|
942
881
|
modelProperties: {
|
|
943
|
-
|
|
882
|
+
...DigitalTwinsEndpointResourceProperties.type.modelProperties,
|
|
883
|
+
connectionStringPrimaryKey: {
|
|
884
|
+
serializedName: "connectionStringPrimaryKey",
|
|
944
885
|
nullable: true,
|
|
945
|
-
serializedName: "nextLink",
|
|
946
886
|
type: {
|
|
947
887
|
name: "String"
|
|
948
888
|
}
|
|
949
889
|
},
|
|
950
|
-
|
|
951
|
-
serializedName: "",
|
|
890
|
+
connectionStringSecondaryKey: {
|
|
891
|
+
serializedName: "connectionStringSecondaryKey",
|
|
892
|
+
nullable: true,
|
|
952
893
|
type: {
|
|
953
|
-
name: "
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
894
|
+
name: "String"
|
|
895
|
+
}
|
|
896
|
+
},
|
|
897
|
+
endpointUri: {
|
|
898
|
+
serializedName: "endpointUri",
|
|
899
|
+
nullable: true,
|
|
900
|
+
type: {
|
|
901
|
+
name: "String"
|
|
902
|
+
}
|
|
903
|
+
},
|
|
904
|
+
entityPath: {
|
|
905
|
+
serializedName: "entityPath",
|
|
906
|
+
nullable: true,
|
|
907
|
+
type: {
|
|
908
|
+
name: "String"
|
|
960
909
|
}
|
|
961
910
|
}
|
|
962
911
|
}
|
|
963
912
|
}
|
|
964
913
|
};
|
|
965
914
|
|
|
966
|
-
export const
|
|
967
|
-
serializedName: "
|
|
915
|
+
export const EventGrid: coreClient.CompositeMapper = {
|
|
916
|
+
serializedName: "EventGrid",
|
|
968
917
|
type: {
|
|
969
918
|
name: "Composite",
|
|
970
|
-
className: "
|
|
919
|
+
className: "EventGrid",
|
|
920
|
+
uberParent: "DigitalTwinsEndpointResourceProperties",
|
|
921
|
+
polymorphicDiscriminator:
|
|
922
|
+
DigitalTwinsEndpointResourceProperties.type.polymorphicDiscriminator,
|
|
971
923
|
modelProperties: {
|
|
972
|
-
|
|
924
|
+
...DigitalTwinsEndpointResourceProperties.type.modelProperties,
|
|
925
|
+
topicEndpoint: {
|
|
926
|
+
serializedName: "TopicEndpoint",
|
|
927
|
+
required: true,
|
|
928
|
+
type: {
|
|
929
|
+
name: "String"
|
|
930
|
+
}
|
|
931
|
+
},
|
|
932
|
+
accessKey1: {
|
|
933
|
+
serializedName: "accessKey1",
|
|
934
|
+
required: true,
|
|
973
935
|
nullable: true,
|
|
974
|
-
serializedName: "nextLink",
|
|
975
936
|
type: {
|
|
976
937
|
name: "String"
|
|
977
938
|
}
|
|
978
939
|
},
|
|
979
|
-
|
|
980
|
-
serializedName: "",
|
|
940
|
+
accessKey2: {
|
|
941
|
+
serializedName: "accessKey2",
|
|
942
|
+
nullable: true,
|
|
981
943
|
type: {
|
|
982
|
-
name: "
|
|
983
|
-
element: {
|
|
984
|
-
type: {
|
|
985
|
-
name: "Composite",
|
|
986
|
-
className: "DigitalTwinsEndpointResource"
|
|
987
|
-
}
|
|
988
|
-
}
|
|
944
|
+
name: "String"
|
|
989
945
|
}
|
|
990
946
|
}
|
|
991
947
|
}
|
|
992
948
|
}
|
|
993
949
|
};
|
|
994
950
|
|
|
995
|
-
export const
|
|
996
|
-
serializedName: "OperationListResult",
|
|
951
|
+
export const DigitalTwinsEndpointResource: coreClient.CompositeMapper = {
|
|
997
952
|
type: {
|
|
998
953
|
name: "Composite",
|
|
999
|
-
className: "
|
|
954
|
+
className: "DigitalTwinsEndpointResource",
|
|
1000
955
|
modelProperties: {
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
serializedName: "
|
|
1004
|
-
type: {
|
|
1005
|
-
name: "String"
|
|
1006
|
-
}
|
|
1007
|
-
},
|
|
1008
|
-
value: {
|
|
1009
|
-
readOnly: true,
|
|
1010
|
-
serializedName: "",
|
|
956
|
+
...ExternalResource.type.modelProperties,
|
|
957
|
+
properties: {
|
|
958
|
+
serializedName: "properties",
|
|
1011
959
|
type: {
|
|
1012
|
-
name: "
|
|
1013
|
-
|
|
1014
|
-
type: {
|
|
1015
|
-
name: "Composite",
|
|
1016
|
-
className: "Operation"
|
|
1017
|
-
}
|
|
1018
|
-
}
|
|
960
|
+
name: "Composite",
|
|
961
|
+
className: "DigitalTwinsEndpointResourceProperties"
|
|
1019
962
|
}
|
|
1020
963
|
}
|
|
1021
964
|
}
|
|
1022
965
|
}
|
|
1023
966
|
};
|
|
1024
967
|
|
|
1025
|
-
export const
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
968
|
+
export const GroupIdInformationProperties: coreClient.CompositeMapper = {
|
|
969
|
+
type: {
|
|
970
|
+
name: "Composite",
|
|
971
|
+
className: "GroupIdInformationProperties",
|
|
972
|
+
modelProperties: {
|
|
973
|
+
...GroupIdInformationPropertiesAutoGenerated.type.modelProperties
|
|
974
|
+
}
|
|
975
|
+
}
|
|
976
|
+
};
|
|
1030
977
|
|
|
978
|
+
export let discriminators = {
|
|
979
|
+
DigitalTwinsEndpointResourceProperties: DigitalTwinsEndpointResourceProperties,
|
|
980
|
+
"DigitalTwinsEndpointResourceProperties.ServiceBus": ServiceBus,
|
|
981
|
+
"DigitalTwinsEndpointResourceProperties.EventHub": EventHub,
|
|
982
|
+
"DigitalTwinsEndpointResourceProperties.EventGrid": EventGrid
|
|
1031
983
|
};
|