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