@azure/arm-redisenterprisecache 3.0.1-alpha.20240709.1 → 3.1.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +28 -13
- package/README.md +1 -1
- package/dist/index.js +1028 -721
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/databasesCreateSample.js +11 -10
- package/dist-esm/samples-dev/databasesCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/databasesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/databasesExportSample.js +3 -3
- package/dist-esm/samples-dev/databasesExportSample.js.map +1 -1
- package/dist-esm/samples-dev/databasesFlushSample.js +4 -4
- package/dist-esm/samples-dev/databasesFlushSample.js.map +1 -1
- package/dist-esm/samples-dev/databasesForceLinkToReplicationGroupSample.d.ts +2 -0
- package/dist-esm/samples-dev/databasesForceLinkToReplicationGroupSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/databasesForceLinkToReplicationGroupSample.js +51 -0
- package/dist-esm/samples-dev/databasesForceLinkToReplicationGroupSample.js.map +1 -0
- package/dist-esm/samples-dev/databasesForceUnlinkSample.js +4 -4
- package/dist-esm/samples-dev/databasesForceUnlinkSample.js.map +1 -1
- package/dist-esm/samples-dev/databasesGetSample.js +1 -1
- package/dist-esm/samples-dev/databasesImportSample.js +4 -4
- package/dist-esm/samples-dev/databasesImportSample.js.map +1 -1
- package/dist-esm/samples-dev/databasesListByClusterSample.js +1 -1
- package/dist-esm/samples-dev/databasesListKeysSample.js +1 -1
- package/dist-esm/samples-dev/databasesRegenerateKeySample.js +2 -2
- package/dist-esm/samples-dev/databasesRegenerateKeySample.js.map +1 -1
- package/dist-esm/samples-dev/databasesUpdateSample.js +3 -3
- package/dist-esm/samples-dev/databasesUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/databasesUpgradeDbRedisVersionSample.d.ts +2 -0
- package/dist-esm/samples-dev/databasesUpgradeDbRedisVersionSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/databasesUpgradeDbRedisVersionSample.js +39 -0
- package/dist-esm/samples-dev/databasesUpgradeDbRedisVersionSample.js.map +1 -0
- package/dist-esm/samples-dev/operationsListSample.js +1 -1
- package/dist-esm/samples-dev/operationsStatusGetSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.js +4 -4
- package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.js.map +1 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.js +1 -1
- package/dist-esm/samples-dev/redisEnterpriseCreateSample.js +8 -8
- package/dist-esm/samples-dev/redisEnterpriseCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/redisEnterpriseDeleteSample.js +1 -1
- package/dist-esm/samples-dev/redisEnterpriseGetSample.js +1 -1
- package/dist-esm/samples-dev/redisEnterpriseListByResourceGroupSample.js +1 -1
- package/dist-esm/samples-dev/redisEnterpriseListSample.js +1 -1
- package/dist-esm/samples-dev/redisEnterpriseUpdateSample.js +3 -3
- package/dist-esm/samples-dev/redisEnterpriseUpdateSample.js.map +1 -1
- package/dist-esm/src/lroImpl.js +1 -1
- package/dist-esm/src/models/index.d.ts +72 -0
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +10 -0
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +3 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +481 -389
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +1 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +62 -52
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/databases.d.ts +78 -40
- package/dist-esm/src/operations/databases.d.ts.map +1 -1
- package/dist-esm/src/operations/databases.js +337 -145
- package/dist-esm/src/operations/databases.js.map +1 -1
- package/dist-esm/src/operations/operations.js +9 -9
- package/dist-esm/src/operations/operationsStatus.js +5 -5
- package/dist-esm/src/operations/operationsStatus.js.map +1 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +7 -7
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +42 -42
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
- package/dist-esm/src/operations/privateLinkResources.d.ts +2 -2
- package/dist-esm/src/operations/privateLinkResources.js +8 -8
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -1
- package/dist-esm/src/operations/redisEnterprise.d.ts +7 -7
- package/dist-esm/src/operations/redisEnterprise.d.ts.map +1 -1
- package/dist-esm/src/operations/redisEnterprise.js +66 -66
- package/dist-esm/src/operations/redisEnterprise.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/databases.d.ts +76 -38
- package/dist-esm/src/operationsInterfaces/databases.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +6 -6
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +1 -1
- package/dist-esm/src/operationsInterfaces/redisEnterprise.d.ts +7 -7
- package/dist-esm/src/redisEnterpriseManagementClient.d.ts.map +1 -1
- package/dist-esm/src/redisEnterpriseManagementClient.js +9 -9
- package/dist-esm/src/redisEnterpriseManagementClient.js.map +1 -1
- package/dist-esm/test/redisenterprisecache_test.spec.d.ts.map +1 -1
- package/dist-esm/test/redisenterprisecache_test.spec.js +0 -3
- package/dist-esm/test/redisenterprisecache_test.spec.js.map +1 -1
- package/package.json +6 -6
- package/review/arm-redisenterprisecache.api.md +54 -0
- package/src/lroImpl.ts +3 -3
- package/src/models/index.ts +105 -18
- package/src/models/mappers.ts +539 -437
- package/src/models/parameters.ts +65 -53
- package/src/operations/databases.ts +527 -272
- package/src/operations/operations.ts +16 -16
- package/src/operations/operationsStatus.ts +9 -10
- package/src/operations/privateEndpointConnections.ts +78 -83
- package/src/operations/privateLinkResources.ts +18 -19
- package/src/operations/redisEnterprise.ts +121 -130
- package/src/operationsInterfaces/databases.ts +132 -57
- package/src/operationsInterfaces/operations.ts +1 -1
- package/src/operationsInterfaces/operationsStatus.ts +2 -2
- package/src/operationsInterfaces/privateEndpointConnections.ts +13 -13
- package/src/operationsInterfaces/privateLinkResources.ts +3 -3
- package/src/operationsInterfaces/redisEnterprise.ts +17 -17
- package/src/pagingHelper.ts +1 -1
- package/src/redisEnterpriseManagementClient.ts +18 -17
- package/types/arm-redisenterprisecache.d.ts +170 -51
package/src/models/mappers.ts
CHANGED
|
@@ -21,20 +21,20 @@ export const OperationListResult: coreClient.CompositeMapper = {
|
|
|
21
21
|
element: {
|
|
22
22
|
type: {
|
|
23
23
|
name: "Composite",
|
|
24
|
-
className: "Operation"
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
}
|
|
24
|
+
className: "Operation",
|
|
25
|
+
},
|
|
26
|
+
},
|
|
27
|
+
},
|
|
28
28
|
},
|
|
29
29
|
nextLink: {
|
|
30
30
|
serializedName: "nextLink",
|
|
31
31
|
readOnly: true,
|
|
32
32
|
type: {
|
|
33
|
-
name: "String"
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
}
|
|
33
|
+
name: "String",
|
|
34
|
+
},
|
|
35
|
+
},
|
|
36
|
+
},
|
|
37
|
+
},
|
|
38
38
|
};
|
|
39
39
|
|
|
40
40
|
export const Operation: coreClient.CompositeMapper = {
|
|
@@ -46,39 +46,39 @@ export const Operation: coreClient.CompositeMapper = {
|
|
|
46
46
|
serializedName: "name",
|
|
47
47
|
readOnly: true,
|
|
48
48
|
type: {
|
|
49
|
-
name: "String"
|
|
50
|
-
}
|
|
49
|
+
name: "String",
|
|
50
|
+
},
|
|
51
51
|
},
|
|
52
52
|
isDataAction: {
|
|
53
53
|
serializedName: "isDataAction",
|
|
54
54
|
readOnly: true,
|
|
55
55
|
type: {
|
|
56
|
-
name: "Boolean"
|
|
57
|
-
}
|
|
56
|
+
name: "Boolean",
|
|
57
|
+
},
|
|
58
58
|
},
|
|
59
59
|
display: {
|
|
60
60
|
serializedName: "display",
|
|
61
61
|
type: {
|
|
62
62
|
name: "Composite",
|
|
63
|
-
className: "OperationDisplay"
|
|
64
|
-
}
|
|
63
|
+
className: "OperationDisplay",
|
|
64
|
+
},
|
|
65
65
|
},
|
|
66
66
|
origin: {
|
|
67
67
|
serializedName: "origin",
|
|
68
68
|
readOnly: true,
|
|
69
69
|
type: {
|
|
70
|
-
name: "String"
|
|
71
|
-
}
|
|
70
|
+
name: "String",
|
|
71
|
+
},
|
|
72
72
|
},
|
|
73
73
|
actionType: {
|
|
74
74
|
serializedName: "actionType",
|
|
75
75
|
readOnly: true,
|
|
76
76
|
type: {
|
|
77
|
-
name: "String"
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
}
|
|
77
|
+
name: "String",
|
|
78
|
+
},
|
|
79
|
+
},
|
|
80
|
+
},
|
|
81
|
+
},
|
|
82
82
|
};
|
|
83
83
|
|
|
84
84
|
export const OperationDisplay: coreClient.CompositeMapper = {
|
|
@@ -90,32 +90,32 @@ export const OperationDisplay: coreClient.CompositeMapper = {
|
|
|
90
90
|
serializedName: "provider",
|
|
91
91
|
readOnly: true,
|
|
92
92
|
type: {
|
|
93
|
-
name: "String"
|
|
94
|
-
}
|
|
93
|
+
name: "String",
|
|
94
|
+
},
|
|
95
95
|
},
|
|
96
96
|
resource: {
|
|
97
97
|
serializedName: "resource",
|
|
98
98
|
readOnly: true,
|
|
99
99
|
type: {
|
|
100
|
-
name: "String"
|
|
101
|
-
}
|
|
100
|
+
name: "String",
|
|
101
|
+
},
|
|
102
102
|
},
|
|
103
103
|
operation: {
|
|
104
104
|
serializedName: "operation",
|
|
105
105
|
readOnly: true,
|
|
106
106
|
type: {
|
|
107
|
-
name: "String"
|
|
108
|
-
}
|
|
107
|
+
name: "String",
|
|
108
|
+
},
|
|
109
109
|
},
|
|
110
110
|
description: {
|
|
111
111
|
serializedName: "description",
|
|
112
112
|
readOnly: true,
|
|
113
113
|
type: {
|
|
114
|
-
name: "String"
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
}
|
|
114
|
+
name: "String",
|
|
115
|
+
},
|
|
116
|
+
},
|
|
117
|
+
},
|
|
118
|
+
},
|
|
119
119
|
};
|
|
120
120
|
|
|
121
121
|
export const ErrorResponse: coreClient.CompositeMapper = {
|
|
@@ -127,11 +127,11 @@ export const ErrorResponse: coreClient.CompositeMapper = {
|
|
|
127
127
|
serializedName: "error",
|
|
128
128
|
type: {
|
|
129
129
|
name: "Composite",
|
|
130
|
-
className: "ErrorDetail"
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
}
|
|
130
|
+
className: "ErrorDetail",
|
|
131
|
+
},
|
|
132
|
+
},
|
|
133
|
+
},
|
|
134
|
+
},
|
|
135
135
|
};
|
|
136
136
|
|
|
137
137
|
export const ErrorDetail: coreClient.CompositeMapper = {
|
|
@@ -143,22 +143,22 @@ export const ErrorDetail: coreClient.CompositeMapper = {
|
|
|
143
143
|
serializedName: "code",
|
|
144
144
|
readOnly: true,
|
|
145
145
|
type: {
|
|
146
|
-
name: "String"
|
|
147
|
-
}
|
|
146
|
+
name: "String",
|
|
147
|
+
},
|
|
148
148
|
},
|
|
149
149
|
message: {
|
|
150
150
|
serializedName: "message",
|
|
151
151
|
readOnly: true,
|
|
152
152
|
type: {
|
|
153
|
-
name: "String"
|
|
154
|
-
}
|
|
153
|
+
name: "String",
|
|
154
|
+
},
|
|
155
155
|
},
|
|
156
156
|
target: {
|
|
157
157
|
serializedName: "target",
|
|
158
158
|
readOnly: true,
|
|
159
159
|
type: {
|
|
160
|
-
name: "String"
|
|
161
|
-
}
|
|
160
|
+
name: "String",
|
|
161
|
+
},
|
|
162
162
|
},
|
|
163
163
|
details: {
|
|
164
164
|
serializedName: "details",
|
|
@@ -168,10 +168,10 @@ export const ErrorDetail: coreClient.CompositeMapper = {
|
|
|
168
168
|
element: {
|
|
169
169
|
type: {
|
|
170
170
|
name: "Composite",
|
|
171
|
-
className: "ErrorDetail"
|
|
172
|
-
}
|
|
173
|
-
}
|
|
174
|
-
}
|
|
171
|
+
className: "ErrorDetail",
|
|
172
|
+
},
|
|
173
|
+
},
|
|
174
|
+
},
|
|
175
175
|
},
|
|
176
176
|
additionalInfo: {
|
|
177
177
|
serializedName: "additionalInfo",
|
|
@@ -181,13 +181,13 @@ export const ErrorDetail: coreClient.CompositeMapper = {
|
|
|
181
181
|
element: {
|
|
182
182
|
type: {
|
|
183
183
|
name: "Composite",
|
|
184
|
-
className: "ErrorAdditionalInfo"
|
|
185
|
-
}
|
|
186
|
-
}
|
|
187
|
-
}
|
|
188
|
-
}
|
|
189
|
-
}
|
|
190
|
-
}
|
|
184
|
+
className: "ErrorAdditionalInfo",
|
|
185
|
+
},
|
|
186
|
+
},
|
|
187
|
+
},
|
|
188
|
+
},
|
|
189
|
+
},
|
|
190
|
+
},
|
|
191
191
|
};
|
|
192
192
|
|
|
193
193
|
export const ErrorAdditionalInfo: coreClient.CompositeMapper = {
|
|
@@ -199,19 +199,19 @@ export const ErrorAdditionalInfo: coreClient.CompositeMapper = {
|
|
|
199
199
|
serializedName: "type",
|
|
200
200
|
readOnly: true,
|
|
201
201
|
type: {
|
|
202
|
-
name: "String"
|
|
203
|
-
}
|
|
202
|
+
name: "String",
|
|
203
|
+
},
|
|
204
204
|
},
|
|
205
205
|
info: {
|
|
206
206
|
serializedName: "info",
|
|
207
207
|
readOnly: true,
|
|
208
208
|
type: {
|
|
209
209
|
name: "Dictionary",
|
|
210
|
-
value: { type: { name: "any" } }
|
|
211
|
-
}
|
|
212
|
-
}
|
|
213
|
-
}
|
|
214
|
-
}
|
|
210
|
+
value: { type: { name: "any" } },
|
|
211
|
+
},
|
|
212
|
+
},
|
|
213
|
+
},
|
|
214
|
+
},
|
|
215
215
|
};
|
|
216
216
|
|
|
217
217
|
export const OperationStatus: coreClient.CompositeMapper = {
|
|
@@ -222,42 +222,42 @@ export const OperationStatus: coreClient.CompositeMapper = {
|
|
|
222
222
|
id: {
|
|
223
223
|
serializedName: "id",
|
|
224
224
|
type: {
|
|
225
|
-
name: "String"
|
|
226
|
-
}
|
|
225
|
+
name: "String",
|
|
226
|
+
},
|
|
227
227
|
},
|
|
228
228
|
name: {
|
|
229
229
|
serializedName: "name",
|
|
230
230
|
type: {
|
|
231
|
-
name: "String"
|
|
232
|
-
}
|
|
231
|
+
name: "String",
|
|
232
|
+
},
|
|
233
233
|
},
|
|
234
234
|
startTime: {
|
|
235
235
|
serializedName: "startTime",
|
|
236
236
|
type: {
|
|
237
|
-
name: "String"
|
|
238
|
-
}
|
|
237
|
+
name: "String",
|
|
238
|
+
},
|
|
239
239
|
},
|
|
240
240
|
endTime: {
|
|
241
241
|
serializedName: "endTime",
|
|
242
242
|
type: {
|
|
243
|
-
name: "String"
|
|
244
|
-
}
|
|
243
|
+
name: "String",
|
|
244
|
+
},
|
|
245
245
|
},
|
|
246
246
|
status: {
|
|
247
247
|
serializedName: "status",
|
|
248
248
|
type: {
|
|
249
|
-
name: "String"
|
|
250
|
-
}
|
|
249
|
+
name: "String",
|
|
250
|
+
},
|
|
251
251
|
},
|
|
252
252
|
error: {
|
|
253
253
|
serializedName: "error",
|
|
254
254
|
type: {
|
|
255
255
|
name: "Composite",
|
|
256
|
-
className: "ErrorResponse"
|
|
257
|
-
}
|
|
258
|
-
}
|
|
259
|
-
}
|
|
260
|
-
}
|
|
256
|
+
className: "ErrorResponse",
|
|
257
|
+
},
|
|
258
|
+
},
|
|
259
|
+
},
|
|
260
|
+
},
|
|
261
261
|
};
|
|
262
262
|
|
|
263
263
|
export const Sku: coreClient.CompositeMapper = {
|
|
@@ -269,17 +269,17 @@ export const Sku: coreClient.CompositeMapper = {
|
|
|
269
269
|
serializedName: "name",
|
|
270
270
|
required: true,
|
|
271
271
|
type: {
|
|
272
|
-
name: "String"
|
|
273
|
-
}
|
|
272
|
+
name: "String",
|
|
273
|
+
},
|
|
274
274
|
},
|
|
275
275
|
capacity: {
|
|
276
276
|
serializedName: "capacity",
|
|
277
277
|
type: {
|
|
278
|
-
name: "Number"
|
|
279
|
-
}
|
|
280
|
-
}
|
|
281
|
-
}
|
|
282
|
-
}
|
|
278
|
+
name: "Number",
|
|
279
|
+
},
|
|
280
|
+
},
|
|
281
|
+
},
|
|
282
|
+
},
|
|
283
283
|
};
|
|
284
284
|
|
|
285
285
|
export const ManagedServiceIdentity: coreClient.CompositeMapper = {
|
|
@@ -291,34 +291,34 @@ export const ManagedServiceIdentity: coreClient.CompositeMapper = {
|
|
|
291
291
|
serializedName: "principalId",
|
|
292
292
|
readOnly: true,
|
|
293
293
|
type: {
|
|
294
|
-
name: "Uuid"
|
|
295
|
-
}
|
|
294
|
+
name: "Uuid",
|
|
295
|
+
},
|
|
296
296
|
},
|
|
297
297
|
tenantId: {
|
|
298
298
|
serializedName: "tenantId",
|
|
299
299
|
readOnly: true,
|
|
300
300
|
type: {
|
|
301
|
-
name: "Uuid"
|
|
302
|
-
}
|
|
301
|
+
name: "Uuid",
|
|
302
|
+
},
|
|
303
303
|
},
|
|
304
304
|
type: {
|
|
305
305
|
serializedName: "type",
|
|
306
306
|
required: true,
|
|
307
307
|
type: {
|
|
308
|
-
name: "String"
|
|
309
|
-
}
|
|
308
|
+
name: "String",
|
|
309
|
+
},
|
|
310
310
|
},
|
|
311
311
|
userAssignedIdentities: {
|
|
312
312
|
serializedName: "userAssignedIdentities",
|
|
313
313
|
type: {
|
|
314
314
|
name: "Dictionary",
|
|
315
315
|
value: {
|
|
316
|
-
type: { name: "Composite", className: "UserAssignedIdentity" }
|
|
317
|
-
}
|
|
318
|
-
}
|
|
319
|
-
}
|
|
320
|
-
}
|
|
321
|
-
}
|
|
316
|
+
type: { name: "Composite", className: "UserAssignedIdentity" },
|
|
317
|
+
},
|
|
318
|
+
},
|
|
319
|
+
},
|
|
320
|
+
},
|
|
321
|
+
},
|
|
322
322
|
};
|
|
323
323
|
|
|
324
324
|
export const UserAssignedIdentity: coreClient.CompositeMapper = {
|
|
@@ -330,18 +330,18 @@ export const UserAssignedIdentity: coreClient.CompositeMapper = {
|
|
|
330
330
|
serializedName: "principalId",
|
|
331
331
|
readOnly: true,
|
|
332
332
|
type: {
|
|
333
|
-
name: "Uuid"
|
|
334
|
-
}
|
|
333
|
+
name: "Uuid",
|
|
334
|
+
},
|
|
335
335
|
},
|
|
336
336
|
clientId: {
|
|
337
337
|
serializedName: "clientId",
|
|
338
338
|
readOnly: true,
|
|
339
339
|
type: {
|
|
340
|
-
name: "Uuid"
|
|
341
|
-
}
|
|
342
|
-
}
|
|
343
|
-
}
|
|
344
|
-
}
|
|
340
|
+
name: "Uuid",
|
|
341
|
+
},
|
|
342
|
+
},
|
|
343
|
+
},
|
|
344
|
+
},
|
|
345
345
|
};
|
|
346
346
|
|
|
347
347
|
export const ClusterPropertiesEncryption: coreClient.CompositeMapper = {
|
|
@@ -353,57 +353,59 @@ export const ClusterPropertiesEncryption: coreClient.CompositeMapper = {
|
|
|
353
353
|
serializedName: "customerManagedKeyEncryption",
|
|
354
354
|
type: {
|
|
355
355
|
name: "Composite",
|
|
356
|
-
className: "ClusterPropertiesEncryptionCustomerManagedKeyEncryption"
|
|
357
|
-
}
|
|
358
|
-
}
|
|
359
|
-
}
|
|
360
|
-
}
|
|
356
|
+
className: "ClusterPropertiesEncryptionCustomerManagedKeyEncryption",
|
|
357
|
+
},
|
|
358
|
+
},
|
|
359
|
+
},
|
|
360
|
+
},
|
|
361
361
|
};
|
|
362
362
|
|
|
363
|
-
export const ClusterPropertiesEncryptionCustomerManagedKeyEncryption: coreClient.CompositeMapper =
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
}
|
|
363
|
+
export const ClusterPropertiesEncryptionCustomerManagedKeyEncryption: coreClient.CompositeMapper =
|
|
364
|
+
{
|
|
365
|
+
type: {
|
|
366
|
+
name: "Composite",
|
|
367
|
+
className: "ClusterPropertiesEncryptionCustomerManagedKeyEncryption",
|
|
368
|
+
modelProperties: {
|
|
369
|
+
keyEncryptionKeyIdentity: {
|
|
370
|
+
serializedName: "keyEncryptionKeyIdentity",
|
|
371
|
+
type: {
|
|
372
|
+
name: "Composite",
|
|
373
|
+
className:
|
|
374
|
+
"ClusterPropertiesEncryptionCustomerManagedKeyEncryptionKeyIdentity",
|
|
375
|
+
},
|
|
376
|
+
},
|
|
377
|
+
keyEncryptionKeyUrl: {
|
|
378
|
+
serializedName: "keyEncryptionKeyUrl",
|
|
379
|
+
type: {
|
|
380
|
+
name: "String",
|
|
381
|
+
},
|
|
382
|
+
},
|
|
383
|
+
},
|
|
384
|
+
},
|
|
385
|
+
};
|
|
385
386
|
|
|
386
|
-
export const ClusterPropertiesEncryptionCustomerManagedKeyEncryptionKeyIdentity: coreClient.CompositeMapper =
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
}
|
|
387
|
+
export const ClusterPropertiesEncryptionCustomerManagedKeyEncryptionKeyIdentity: coreClient.CompositeMapper =
|
|
388
|
+
{
|
|
389
|
+
type: {
|
|
390
|
+
name: "Composite",
|
|
391
|
+
className:
|
|
392
|
+
"ClusterPropertiesEncryptionCustomerManagedKeyEncryptionKeyIdentity",
|
|
393
|
+
modelProperties: {
|
|
394
|
+
userAssignedIdentityResourceId: {
|
|
395
|
+
serializedName: "userAssignedIdentityResourceId",
|
|
396
|
+
type: {
|
|
397
|
+
name: "String",
|
|
398
|
+
},
|
|
399
|
+
},
|
|
400
|
+
identityType: {
|
|
401
|
+
serializedName: "identityType",
|
|
402
|
+
type: {
|
|
403
|
+
name: "String",
|
|
404
|
+
},
|
|
405
|
+
},
|
|
406
|
+
},
|
|
407
|
+
},
|
|
408
|
+
};
|
|
407
409
|
|
|
408
410
|
export const PrivateEndpoint: coreClient.CompositeMapper = {
|
|
409
411
|
type: {
|
|
@@ -414,11 +416,11 @@ export const PrivateEndpoint: coreClient.CompositeMapper = {
|
|
|
414
416
|
serializedName: "id",
|
|
415
417
|
readOnly: true,
|
|
416
418
|
type: {
|
|
417
|
-
name: "String"
|
|
418
|
-
}
|
|
419
|
-
}
|
|
420
|
-
}
|
|
421
|
-
}
|
|
419
|
+
name: "String",
|
|
420
|
+
},
|
|
421
|
+
},
|
|
422
|
+
},
|
|
423
|
+
},
|
|
422
424
|
};
|
|
423
425
|
|
|
424
426
|
export const PrivateLinkServiceConnectionState: coreClient.CompositeMapper = {
|
|
@@ -429,23 +431,23 @@ export const PrivateLinkServiceConnectionState: coreClient.CompositeMapper = {
|
|
|
429
431
|
status: {
|
|
430
432
|
serializedName: "status",
|
|
431
433
|
type: {
|
|
432
|
-
name: "String"
|
|
433
|
-
}
|
|
434
|
+
name: "String",
|
|
435
|
+
},
|
|
434
436
|
},
|
|
435
437
|
description: {
|
|
436
438
|
serializedName: "description",
|
|
437
439
|
type: {
|
|
438
|
-
name: "String"
|
|
439
|
-
}
|
|
440
|
+
name: "String",
|
|
441
|
+
},
|
|
440
442
|
},
|
|
441
443
|
actionsRequired: {
|
|
442
444
|
serializedName: "actionsRequired",
|
|
443
445
|
type: {
|
|
444
|
-
name: "String"
|
|
445
|
-
}
|
|
446
|
-
}
|
|
447
|
-
}
|
|
448
|
-
}
|
|
446
|
+
name: "String",
|
|
447
|
+
},
|
|
448
|
+
},
|
|
449
|
+
},
|
|
450
|
+
},
|
|
449
451
|
};
|
|
450
452
|
|
|
451
453
|
export const Resource: coreClient.CompositeMapper = {
|
|
@@ -457,25 +459,25 @@ export const Resource: coreClient.CompositeMapper = {
|
|
|
457
459
|
serializedName: "id",
|
|
458
460
|
readOnly: true,
|
|
459
461
|
type: {
|
|
460
|
-
name: "String"
|
|
461
|
-
}
|
|
462
|
+
name: "String",
|
|
463
|
+
},
|
|
462
464
|
},
|
|
463
465
|
name: {
|
|
464
466
|
serializedName: "name",
|
|
465
467
|
readOnly: true,
|
|
466
468
|
type: {
|
|
467
|
-
name: "String"
|
|
468
|
-
}
|
|
469
|
+
name: "String",
|
|
470
|
+
},
|
|
469
471
|
},
|
|
470
472
|
type: {
|
|
471
473
|
serializedName: "type",
|
|
472
474
|
readOnly: true,
|
|
473
475
|
type: {
|
|
474
|
-
name: "String"
|
|
475
|
-
}
|
|
476
|
-
}
|
|
477
|
-
}
|
|
478
|
-
}
|
|
476
|
+
name: "String",
|
|
477
|
+
},
|
|
478
|
+
},
|
|
479
|
+
},
|
|
480
|
+
},
|
|
479
481
|
};
|
|
480
482
|
|
|
481
483
|
export const ClusterUpdate: coreClient.CompositeMapper = {
|
|
@@ -487,63 +489,63 @@ export const ClusterUpdate: coreClient.CompositeMapper = {
|
|
|
487
489
|
serializedName: "sku",
|
|
488
490
|
type: {
|
|
489
491
|
name: "Composite",
|
|
490
|
-
className: "Sku"
|
|
491
|
-
}
|
|
492
|
+
className: "Sku",
|
|
493
|
+
},
|
|
492
494
|
},
|
|
493
495
|
identity: {
|
|
494
496
|
serializedName: "identity",
|
|
495
497
|
type: {
|
|
496
498
|
name: "Composite",
|
|
497
|
-
className: "ManagedServiceIdentity"
|
|
498
|
-
}
|
|
499
|
+
className: "ManagedServiceIdentity",
|
|
500
|
+
},
|
|
499
501
|
},
|
|
500
502
|
tags: {
|
|
501
503
|
serializedName: "tags",
|
|
502
504
|
type: {
|
|
503
505
|
name: "Dictionary",
|
|
504
|
-
value: { type: { name: "String" } }
|
|
505
|
-
}
|
|
506
|
+
value: { type: { name: "String" } },
|
|
507
|
+
},
|
|
506
508
|
},
|
|
507
509
|
minimumTlsVersion: {
|
|
508
510
|
serializedName: "properties.minimumTlsVersion",
|
|
509
511
|
type: {
|
|
510
|
-
name: "String"
|
|
511
|
-
}
|
|
512
|
+
name: "String",
|
|
513
|
+
},
|
|
512
514
|
},
|
|
513
515
|
encryption: {
|
|
514
516
|
serializedName: "properties.encryption",
|
|
515
517
|
type: {
|
|
516
518
|
name: "Composite",
|
|
517
|
-
className: "ClusterPropertiesEncryption"
|
|
518
|
-
}
|
|
519
|
+
className: "ClusterPropertiesEncryption",
|
|
520
|
+
},
|
|
519
521
|
},
|
|
520
522
|
hostName: {
|
|
521
523
|
serializedName: "properties.hostName",
|
|
522
524
|
readOnly: true,
|
|
523
525
|
type: {
|
|
524
|
-
name: "String"
|
|
525
|
-
}
|
|
526
|
+
name: "String",
|
|
527
|
+
},
|
|
526
528
|
},
|
|
527
529
|
provisioningState: {
|
|
528
530
|
serializedName: "properties.provisioningState",
|
|
529
531
|
readOnly: true,
|
|
530
532
|
type: {
|
|
531
|
-
name: "String"
|
|
532
|
-
}
|
|
533
|
+
name: "String",
|
|
534
|
+
},
|
|
533
535
|
},
|
|
534
536
|
resourceState: {
|
|
535
537
|
serializedName: "properties.resourceState",
|
|
536
538
|
readOnly: true,
|
|
537
539
|
type: {
|
|
538
|
-
name: "String"
|
|
539
|
-
}
|
|
540
|
+
name: "String",
|
|
541
|
+
},
|
|
540
542
|
},
|
|
541
543
|
redisVersion: {
|
|
542
544
|
serializedName: "properties.redisVersion",
|
|
543
545
|
readOnly: true,
|
|
544
546
|
type: {
|
|
545
|
-
name: "String"
|
|
546
|
-
}
|
|
547
|
+
name: "String",
|
|
548
|
+
},
|
|
547
549
|
},
|
|
548
550
|
privateEndpointConnections: {
|
|
549
551
|
serializedName: "properties.privateEndpointConnections",
|
|
@@ -553,13 +555,13 @@ export const ClusterUpdate: coreClient.CompositeMapper = {
|
|
|
553
555
|
element: {
|
|
554
556
|
type: {
|
|
555
557
|
name: "Composite",
|
|
556
|
-
className: "PrivateEndpointConnection"
|
|
557
|
-
}
|
|
558
|
-
}
|
|
559
|
-
}
|
|
560
|
-
}
|
|
561
|
-
}
|
|
562
|
-
}
|
|
558
|
+
className: "PrivateEndpointConnection",
|
|
559
|
+
},
|
|
560
|
+
},
|
|
561
|
+
},
|
|
562
|
+
},
|
|
563
|
+
},
|
|
564
|
+
},
|
|
563
565
|
};
|
|
564
566
|
|
|
565
567
|
export const ClusterList: coreClient.CompositeMapper = {
|
|
@@ -574,20 +576,20 @@ export const ClusterList: coreClient.CompositeMapper = {
|
|
|
574
576
|
element: {
|
|
575
577
|
type: {
|
|
576
578
|
name: "Composite",
|
|
577
|
-
className: "Cluster"
|
|
578
|
-
}
|
|
579
|
-
}
|
|
580
|
-
}
|
|
579
|
+
className: "Cluster",
|
|
580
|
+
},
|
|
581
|
+
},
|
|
582
|
+
},
|
|
581
583
|
},
|
|
582
584
|
nextLink: {
|
|
583
585
|
serializedName: "nextLink",
|
|
584
586
|
readOnly: true,
|
|
585
587
|
type: {
|
|
586
|
-
name: "String"
|
|
587
|
-
}
|
|
588
|
-
}
|
|
589
|
-
}
|
|
590
|
-
}
|
|
588
|
+
name: "String",
|
|
589
|
+
},
|
|
590
|
+
},
|
|
591
|
+
},
|
|
592
|
+
},
|
|
591
593
|
};
|
|
592
594
|
|
|
593
595
|
export const DatabaseList: coreClient.CompositeMapper = {
|
|
@@ -602,20 +604,20 @@ export const DatabaseList: coreClient.CompositeMapper = {
|
|
|
602
604
|
element: {
|
|
603
605
|
type: {
|
|
604
606
|
name: "Composite",
|
|
605
|
-
className: "Database"
|
|
606
|
-
}
|
|
607
|
-
}
|
|
608
|
-
}
|
|
607
|
+
className: "Database",
|
|
608
|
+
},
|
|
609
|
+
},
|
|
610
|
+
},
|
|
609
611
|
},
|
|
610
612
|
nextLink: {
|
|
611
613
|
serializedName: "nextLink",
|
|
612
614
|
readOnly: true,
|
|
613
615
|
type: {
|
|
614
|
-
name: "String"
|
|
615
|
-
}
|
|
616
|
-
}
|
|
617
|
-
}
|
|
618
|
-
}
|
|
616
|
+
name: "String",
|
|
617
|
+
},
|
|
618
|
+
},
|
|
619
|
+
},
|
|
620
|
+
},
|
|
619
621
|
};
|
|
620
622
|
|
|
621
623
|
export const Persistence: coreClient.CompositeMapper = {
|
|
@@ -626,29 +628,29 @@ export const Persistence: coreClient.CompositeMapper = {
|
|
|
626
628
|
aofEnabled: {
|
|
627
629
|
serializedName: "aofEnabled",
|
|
628
630
|
type: {
|
|
629
|
-
name: "Boolean"
|
|
630
|
-
}
|
|
631
|
+
name: "Boolean",
|
|
632
|
+
},
|
|
631
633
|
},
|
|
632
634
|
rdbEnabled: {
|
|
633
635
|
serializedName: "rdbEnabled",
|
|
634
636
|
type: {
|
|
635
|
-
name: "Boolean"
|
|
636
|
-
}
|
|
637
|
+
name: "Boolean",
|
|
638
|
+
},
|
|
637
639
|
},
|
|
638
640
|
aofFrequency: {
|
|
639
641
|
serializedName: "aofFrequency",
|
|
640
642
|
type: {
|
|
641
|
-
name: "String"
|
|
642
|
-
}
|
|
643
|
+
name: "String",
|
|
644
|
+
},
|
|
643
645
|
},
|
|
644
646
|
rdbFrequency: {
|
|
645
647
|
serializedName: "rdbFrequency",
|
|
646
648
|
type: {
|
|
647
|
-
name: "String"
|
|
648
|
-
}
|
|
649
|
-
}
|
|
650
|
-
}
|
|
651
|
-
}
|
|
649
|
+
name: "String",
|
|
650
|
+
},
|
|
651
|
+
},
|
|
652
|
+
},
|
|
653
|
+
},
|
|
652
654
|
};
|
|
653
655
|
|
|
654
656
|
export const Module: coreClient.CompositeMapper = {
|
|
@@ -660,24 +662,24 @@ export const Module: coreClient.CompositeMapper = {
|
|
|
660
662
|
serializedName: "name",
|
|
661
663
|
required: true,
|
|
662
664
|
type: {
|
|
663
|
-
name: "String"
|
|
664
|
-
}
|
|
665
|
+
name: "String",
|
|
666
|
+
},
|
|
665
667
|
},
|
|
666
668
|
args: {
|
|
667
669
|
serializedName: "args",
|
|
668
670
|
type: {
|
|
669
|
-
name: "String"
|
|
670
|
-
}
|
|
671
|
+
name: "String",
|
|
672
|
+
},
|
|
671
673
|
},
|
|
672
674
|
version: {
|
|
673
675
|
serializedName: "version",
|
|
674
676
|
readOnly: true,
|
|
675
677
|
type: {
|
|
676
|
-
name: "String"
|
|
677
|
-
}
|
|
678
|
-
}
|
|
679
|
-
}
|
|
680
|
-
}
|
|
678
|
+
name: "String",
|
|
679
|
+
},
|
|
680
|
+
},
|
|
681
|
+
},
|
|
682
|
+
},
|
|
681
683
|
};
|
|
682
684
|
|
|
683
685
|
export const DatabasePropertiesGeoReplication: coreClient.CompositeMapper = {
|
|
@@ -688,8 +690,8 @@ export const DatabasePropertiesGeoReplication: coreClient.CompositeMapper = {
|
|
|
688
690
|
groupNickname: {
|
|
689
691
|
serializedName: "groupNickname",
|
|
690
692
|
type: {
|
|
691
|
-
name: "String"
|
|
692
|
-
}
|
|
693
|
+
name: "String",
|
|
694
|
+
},
|
|
693
695
|
},
|
|
694
696
|
linkedDatabases: {
|
|
695
697
|
serializedName: "linkedDatabases",
|
|
@@ -698,13 +700,13 @@ export const DatabasePropertiesGeoReplication: coreClient.CompositeMapper = {
|
|
|
698
700
|
element: {
|
|
699
701
|
type: {
|
|
700
702
|
name: "Composite",
|
|
701
|
-
className: "LinkedDatabase"
|
|
702
|
-
}
|
|
703
|
-
}
|
|
704
|
-
}
|
|
705
|
-
}
|
|
706
|
-
}
|
|
707
|
-
}
|
|
703
|
+
className: "LinkedDatabase",
|
|
704
|
+
},
|
|
705
|
+
},
|
|
706
|
+
},
|
|
707
|
+
},
|
|
708
|
+
},
|
|
709
|
+
},
|
|
708
710
|
};
|
|
709
711
|
|
|
710
712
|
export const LinkedDatabase: coreClient.CompositeMapper = {
|
|
@@ -715,18 +717,18 @@ export const LinkedDatabase: coreClient.CompositeMapper = {
|
|
|
715
717
|
id: {
|
|
716
718
|
serializedName: "id",
|
|
717
719
|
type: {
|
|
718
|
-
name: "String"
|
|
719
|
-
}
|
|
720
|
+
name: "String",
|
|
721
|
+
},
|
|
720
722
|
},
|
|
721
723
|
state: {
|
|
722
724
|
serializedName: "state",
|
|
723
725
|
readOnly: true,
|
|
724
726
|
type: {
|
|
725
|
-
name: "String"
|
|
726
|
-
}
|
|
727
|
-
}
|
|
728
|
-
}
|
|
729
|
-
}
|
|
727
|
+
name: "String",
|
|
728
|
+
},
|
|
729
|
+
},
|
|
730
|
+
},
|
|
731
|
+
},
|
|
730
732
|
};
|
|
731
733
|
|
|
732
734
|
export const DatabaseUpdate: coreClient.CompositeMapper = {
|
|
@@ -737,47 +739,47 @@ export const DatabaseUpdate: coreClient.CompositeMapper = {
|
|
|
737
739
|
clientProtocol: {
|
|
738
740
|
serializedName: "properties.clientProtocol",
|
|
739
741
|
type: {
|
|
740
|
-
name: "String"
|
|
741
|
-
}
|
|
742
|
+
name: "String",
|
|
743
|
+
},
|
|
742
744
|
},
|
|
743
745
|
port: {
|
|
744
746
|
serializedName: "properties.port",
|
|
745
747
|
type: {
|
|
746
|
-
name: "Number"
|
|
747
|
-
}
|
|
748
|
+
name: "Number",
|
|
749
|
+
},
|
|
748
750
|
},
|
|
749
751
|
provisioningState: {
|
|
750
752
|
serializedName: "properties.provisioningState",
|
|
751
753
|
readOnly: true,
|
|
752
754
|
type: {
|
|
753
|
-
name: "String"
|
|
754
|
-
}
|
|
755
|
+
name: "String",
|
|
756
|
+
},
|
|
755
757
|
},
|
|
756
758
|
resourceState: {
|
|
757
759
|
serializedName: "properties.resourceState",
|
|
758
760
|
readOnly: true,
|
|
759
761
|
type: {
|
|
760
|
-
name: "String"
|
|
761
|
-
}
|
|
762
|
+
name: "String",
|
|
763
|
+
},
|
|
762
764
|
},
|
|
763
765
|
clusteringPolicy: {
|
|
764
766
|
serializedName: "properties.clusteringPolicy",
|
|
765
767
|
type: {
|
|
766
|
-
name: "String"
|
|
767
|
-
}
|
|
768
|
+
name: "String",
|
|
769
|
+
},
|
|
768
770
|
},
|
|
769
771
|
evictionPolicy: {
|
|
770
772
|
serializedName: "properties.evictionPolicy",
|
|
771
773
|
type: {
|
|
772
|
-
name: "String"
|
|
773
|
-
}
|
|
774
|
+
name: "String",
|
|
775
|
+
},
|
|
774
776
|
},
|
|
775
777
|
persistence: {
|
|
776
778
|
serializedName: "properties.persistence",
|
|
777
779
|
type: {
|
|
778
780
|
name: "Composite",
|
|
779
|
-
className: "Persistence"
|
|
780
|
-
}
|
|
781
|
+
className: "Persistence",
|
|
782
|
+
},
|
|
781
783
|
},
|
|
782
784
|
modules: {
|
|
783
785
|
serializedName: "properties.modules",
|
|
@@ -786,20 +788,33 @@ export const DatabaseUpdate: coreClient.CompositeMapper = {
|
|
|
786
788
|
element: {
|
|
787
789
|
type: {
|
|
788
790
|
name: "Composite",
|
|
789
|
-
className: "Module"
|
|
790
|
-
}
|
|
791
|
-
}
|
|
792
|
-
}
|
|
791
|
+
className: "Module",
|
|
792
|
+
},
|
|
793
|
+
},
|
|
794
|
+
},
|
|
793
795
|
},
|
|
794
796
|
geoReplication: {
|
|
795
797
|
serializedName: "properties.geoReplication",
|
|
796
798
|
type: {
|
|
797
799
|
name: "Composite",
|
|
798
|
-
className: "DatabasePropertiesGeoReplication"
|
|
799
|
-
}
|
|
800
|
-
}
|
|
801
|
-
|
|
802
|
-
|
|
800
|
+
className: "DatabasePropertiesGeoReplication",
|
|
801
|
+
},
|
|
802
|
+
},
|
|
803
|
+
redisVersion: {
|
|
804
|
+
serializedName: "properties.redisVersion",
|
|
805
|
+
readOnly: true,
|
|
806
|
+
type: {
|
|
807
|
+
name: "String",
|
|
808
|
+
},
|
|
809
|
+
},
|
|
810
|
+
deferUpgrade: {
|
|
811
|
+
serializedName: "properties.deferUpgrade",
|
|
812
|
+
type: {
|
|
813
|
+
name: "String",
|
|
814
|
+
},
|
|
815
|
+
},
|
|
816
|
+
},
|
|
817
|
+
},
|
|
803
818
|
};
|
|
804
819
|
|
|
805
820
|
export const AccessKeys: coreClient.CompositeMapper = {
|
|
@@ -811,18 +826,18 @@ export const AccessKeys: coreClient.CompositeMapper = {
|
|
|
811
826
|
serializedName: "primaryKey",
|
|
812
827
|
readOnly: true,
|
|
813
828
|
type: {
|
|
814
|
-
name: "String"
|
|
815
|
-
}
|
|
829
|
+
name: "String",
|
|
830
|
+
},
|
|
816
831
|
},
|
|
817
832
|
secondaryKey: {
|
|
818
833
|
serializedName: "secondaryKey",
|
|
819
834
|
readOnly: true,
|
|
820
835
|
type: {
|
|
821
|
-
name: "String"
|
|
822
|
-
}
|
|
823
|
-
}
|
|
824
|
-
}
|
|
825
|
-
}
|
|
836
|
+
name: "String",
|
|
837
|
+
},
|
|
838
|
+
},
|
|
839
|
+
},
|
|
840
|
+
},
|
|
826
841
|
};
|
|
827
842
|
|
|
828
843
|
export const RegenerateKeyParameters: coreClient.CompositeMapper = {
|
|
@@ -835,11 +850,11 @@ export const RegenerateKeyParameters: coreClient.CompositeMapper = {
|
|
|
835
850
|
required: true,
|
|
836
851
|
type: {
|
|
837
852
|
name: "Enum",
|
|
838
|
-
allowedValues: ["Primary", "Secondary"]
|
|
839
|
-
}
|
|
840
|
-
}
|
|
841
|
-
}
|
|
842
|
-
}
|
|
853
|
+
allowedValues: ["Primary", "Secondary"],
|
|
854
|
+
},
|
|
855
|
+
},
|
|
856
|
+
},
|
|
857
|
+
},
|
|
843
858
|
};
|
|
844
859
|
|
|
845
860
|
export const ImportClusterParameters: coreClient.CompositeMapper = {
|
|
@@ -854,13 +869,13 @@ export const ImportClusterParameters: coreClient.CompositeMapper = {
|
|
|
854
869
|
name: "Sequence",
|
|
855
870
|
element: {
|
|
856
871
|
type: {
|
|
857
|
-
name: "String"
|
|
858
|
-
}
|
|
859
|
-
}
|
|
860
|
-
}
|
|
861
|
-
}
|
|
862
|
-
}
|
|
863
|
-
}
|
|
872
|
+
name: "String",
|
|
873
|
+
},
|
|
874
|
+
},
|
|
875
|
+
},
|
|
876
|
+
},
|
|
877
|
+
},
|
|
878
|
+
},
|
|
864
879
|
};
|
|
865
880
|
|
|
866
881
|
export const ExportClusterParameters: coreClient.CompositeMapper = {
|
|
@@ -872,11 +887,11 @@ export const ExportClusterParameters: coreClient.CompositeMapper = {
|
|
|
872
887
|
serializedName: "sasUri",
|
|
873
888
|
required: true,
|
|
874
889
|
type: {
|
|
875
|
-
name: "String"
|
|
876
|
-
}
|
|
877
|
-
}
|
|
878
|
-
}
|
|
879
|
-
}
|
|
890
|
+
name: "String",
|
|
891
|
+
},
|
|
892
|
+
},
|
|
893
|
+
},
|
|
894
|
+
},
|
|
880
895
|
};
|
|
881
896
|
|
|
882
897
|
export const PrivateEndpointConnectionListResult: coreClient.CompositeMapper = {
|
|
@@ -891,13 +906,13 @@ export const PrivateEndpointConnectionListResult: coreClient.CompositeMapper = {
|
|
|
891
906
|
element: {
|
|
892
907
|
type: {
|
|
893
908
|
name: "Composite",
|
|
894
|
-
className: "PrivateEndpointConnection"
|
|
895
|
-
}
|
|
896
|
-
}
|
|
897
|
-
}
|
|
898
|
-
}
|
|
899
|
-
}
|
|
900
|
-
}
|
|
909
|
+
className: "PrivateEndpointConnection",
|
|
910
|
+
},
|
|
911
|
+
},
|
|
912
|
+
},
|
|
913
|
+
},
|
|
914
|
+
},
|
|
915
|
+
},
|
|
901
916
|
};
|
|
902
917
|
|
|
903
918
|
export const PrivateLinkResourceListResult: coreClient.CompositeMapper = {
|
|
@@ -912,13 +927,13 @@ export const PrivateLinkResourceListResult: coreClient.CompositeMapper = {
|
|
|
912
927
|
element: {
|
|
913
928
|
type: {
|
|
914
929
|
name: "Composite",
|
|
915
|
-
className: "PrivateLinkResource"
|
|
916
|
-
}
|
|
917
|
-
}
|
|
918
|
-
}
|
|
919
|
-
}
|
|
920
|
-
}
|
|
921
|
-
}
|
|
930
|
+
className: "PrivateLinkResource",
|
|
931
|
+
},
|
|
932
|
+
},
|
|
933
|
+
},
|
|
934
|
+
},
|
|
935
|
+
},
|
|
936
|
+
},
|
|
922
937
|
};
|
|
923
938
|
|
|
924
939
|
export const ForceUnlinkParameters: coreClient.CompositeMapper = {
|
|
@@ -933,13 +948,42 @@ export const ForceUnlinkParameters: coreClient.CompositeMapper = {
|
|
|
933
948
|
name: "Sequence",
|
|
934
949
|
element: {
|
|
935
950
|
type: {
|
|
936
|
-
name: "String"
|
|
937
|
-
}
|
|
938
|
-
}
|
|
939
|
-
}
|
|
940
|
-
}
|
|
941
|
-
}
|
|
942
|
-
}
|
|
951
|
+
name: "String",
|
|
952
|
+
},
|
|
953
|
+
},
|
|
954
|
+
},
|
|
955
|
+
},
|
|
956
|
+
},
|
|
957
|
+
},
|
|
958
|
+
};
|
|
959
|
+
|
|
960
|
+
export const ForceLinkParameters: coreClient.CompositeMapper = {
|
|
961
|
+
type: {
|
|
962
|
+
name: "Composite",
|
|
963
|
+
className: "ForceLinkParameters",
|
|
964
|
+
modelProperties: {
|
|
965
|
+
groupNickname: {
|
|
966
|
+
serializedName: "groupNickname",
|
|
967
|
+
required: true,
|
|
968
|
+
type: {
|
|
969
|
+
name: "String",
|
|
970
|
+
},
|
|
971
|
+
},
|
|
972
|
+
linkedDatabases: {
|
|
973
|
+
serializedName: "linkedDatabases",
|
|
974
|
+
required: true,
|
|
975
|
+
type: {
|
|
976
|
+
name: "Sequence",
|
|
977
|
+
element: {
|
|
978
|
+
type: {
|
|
979
|
+
name: "Composite",
|
|
980
|
+
className: "LinkedDatabase",
|
|
981
|
+
},
|
|
982
|
+
},
|
|
983
|
+
},
|
|
984
|
+
},
|
|
985
|
+
},
|
|
986
|
+
},
|
|
943
987
|
};
|
|
944
988
|
|
|
945
989
|
export const FlushParameters: coreClient.CompositeMapper = {
|
|
@@ -953,13 +997,13 @@ export const FlushParameters: coreClient.CompositeMapper = {
|
|
|
953
997
|
name: "Sequence",
|
|
954
998
|
element: {
|
|
955
999
|
type: {
|
|
956
|
-
name: "String"
|
|
957
|
-
}
|
|
958
|
-
}
|
|
959
|
-
}
|
|
960
|
-
}
|
|
961
|
-
}
|
|
962
|
-
}
|
|
1000
|
+
name: "String",
|
|
1001
|
+
},
|
|
1002
|
+
},
|
|
1003
|
+
},
|
|
1004
|
+
},
|
|
1005
|
+
},
|
|
1006
|
+
},
|
|
963
1007
|
};
|
|
964
1008
|
|
|
965
1009
|
export const PrivateEndpointConnection: coreClient.CompositeMapper = {
|
|
@@ -972,25 +1016,25 @@ export const PrivateEndpointConnection: coreClient.CompositeMapper = {
|
|
|
972
1016
|
serializedName: "properties.privateEndpoint",
|
|
973
1017
|
type: {
|
|
974
1018
|
name: "Composite",
|
|
975
|
-
className: "PrivateEndpoint"
|
|
976
|
-
}
|
|
1019
|
+
className: "PrivateEndpoint",
|
|
1020
|
+
},
|
|
977
1021
|
},
|
|
978
1022
|
privateLinkServiceConnectionState: {
|
|
979
1023
|
serializedName: "properties.privateLinkServiceConnectionState",
|
|
980
1024
|
type: {
|
|
981
1025
|
name: "Composite",
|
|
982
|
-
className: "PrivateLinkServiceConnectionState"
|
|
983
|
-
}
|
|
1026
|
+
className: "PrivateLinkServiceConnectionState",
|
|
1027
|
+
},
|
|
984
1028
|
},
|
|
985
1029
|
provisioningState: {
|
|
986
1030
|
serializedName: "properties.provisioningState",
|
|
987
1031
|
readOnly: true,
|
|
988
1032
|
type: {
|
|
989
|
-
name: "String"
|
|
990
|
-
}
|
|
991
|
-
}
|
|
992
|
-
}
|
|
993
|
-
}
|
|
1033
|
+
name: "String",
|
|
1034
|
+
},
|
|
1035
|
+
},
|
|
1036
|
+
},
|
|
1037
|
+
},
|
|
994
1038
|
};
|
|
995
1039
|
|
|
996
1040
|
export const TrackedResource: coreClient.CompositeMapper = {
|
|
@@ -1003,18 +1047,18 @@ export const TrackedResource: coreClient.CompositeMapper = {
|
|
|
1003
1047
|
serializedName: "tags",
|
|
1004
1048
|
type: {
|
|
1005
1049
|
name: "Dictionary",
|
|
1006
|
-
value: { type: { name: "String" } }
|
|
1007
|
-
}
|
|
1050
|
+
value: { type: { name: "String" } },
|
|
1051
|
+
},
|
|
1008
1052
|
},
|
|
1009
1053
|
location: {
|
|
1010
1054
|
serializedName: "location",
|
|
1011
1055
|
required: true,
|
|
1012
1056
|
type: {
|
|
1013
|
-
name: "String"
|
|
1014
|
-
}
|
|
1015
|
-
}
|
|
1016
|
-
}
|
|
1017
|
-
}
|
|
1057
|
+
name: "String",
|
|
1058
|
+
},
|
|
1059
|
+
},
|
|
1060
|
+
},
|
|
1061
|
+
},
|
|
1018
1062
|
};
|
|
1019
1063
|
|
|
1020
1064
|
export const ProxyResource: coreClient.CompositeMapper = {
|
|
@@ -1022,9 +1066,9 @@ export const ProxyResource: coreClient.CompositeMapper = {
|
|
|
1022
1066
|
name: "Composite",
|
|
1023
1067
|
className: "ProxyResource",
|
|
1024
1068
|
modelProperties: {
|
|
1025
|
-
...Resource.type.modelProperties
|
|
1026
|
-
}
|
|
1027
|
-
}
|
|
1069
|
+
...Resource.type.modelProperties,
|
|
1070
|
+
},
|
|
1071
|
+
},
|
|
1028
1072
|
};
|
|
1029
1073
|
|
|
1030
1074
|
export const PrivateLinkResource: coreClient.CompositeMapper = {
|
|
@@ -1037,8 +1081,8 @@ export const PrivateLinkResource: coreClient.CompositeMapper = {
|
|
|
1037
1081
|
serializedName: "properties.groupId",
|
|
1038
1082
|
readOnly: true,
|
|
1039
1083
|
type: {
|
|
1040
|
-
name: "String"
|
|
1041
|
-
}
|
|
1084
|
+
name: "String",
|
|
1085
|
+
},
|
|
1042
1086
|
},
|
|
1043
1087
|
requiredMembers: {
|
|
1044
1088
|
serializedName: "properties.requiredMembers",
|
|
@@ -1047,10 +1091,10 @@ export const PrivateLinkResource: coreClient.CompositeMapper = {
|
|
|
1047
1091
|
name: "Sequence",
|
|
1048
1092
|
element: {
|
|
1049
1093
|
type: {
|
|
1050
|
-
name: "String"
|
|
1051
|
-
}
|
|
1052
|
-
}
|
|
1053
|
-
}
|
|
1094
|
+
name: "String",
|
|
1095
|
+
},
|
|
1096
|
+
},
|
|
1097
|
+
},
|
|
1054
1098
|
},
|
|
1055
1099
|
requiredZoneNames: {
|
|
1056
1100
|
serializedName: "properties.requiredZoneNames",
|
|
@@ -1058,13 +1102,13 @@ export const PrivateLinkResource: coreClient.CompositeMapper = {
|
|
|
1058
1102
|
name: "Sequence",
|
|
1059
1103
|
element: {
|
|
1060
1104
|
type: {
|
|
1061
|
-
name: "String"
|
|
1062
|
-
}
|
|
1063
|
-
}
|
|
1064
|
-
}
|
|
1065
|
-
}
|
|
1066
|
-
}
|
|
1067
|
-
}
|
|
1105
|
+
name: "String",
|
|
1106
|
+
},
|
|
1107
|
+
},
|
|
1108
|
+
},
|
|
1109
|
+
},
|
|
1110
|
+
},
|
|
1111
|
+
},
|
|
1068
1112
|
};
|
|
1069
1113
|
|
|
1070
1114
|
export const Cluster: coreClient.CompositeMapper = {
|
|
@@ -1077,8 +1121,8 @@ export const Cluster: coreClient.CompositeMapper = {
|
|
|
1077
1121
|
serializedName: "sku",
|
|
1078
1122
|
type: {
|
|
1079
1123
|
name: "Composite",
|
|
1080
|
-
className: "Sku"
|
|
1081
|
-
}
|
|
1124
|
+
className: "Sku",
|
|
1125
|
+
},
|
|
1082
1126
|
},
|
|
1083
1127
|
zones: {
|
|
1084
1128
|
serializedName: "zones",
|
|
@@ -1086,58 +1130,58 @@ export const Cluster: coreClient.CompositeMapper = {
|
|
|
1086
1130
|
name: "Sequence",
|
|
1087
1131
|
element: {
|
|
1088
1132
|
type: {
|
|
1089
|
-
name: "String"
|
|
1090
|
-
}
|
|
1091
|
-
}
|
|
1092
|
-
}
|
|
1133
|
+
name: "String",
|
|
1134
|
+
},
|
|
1135
|
+
},
|
|
1136
|
+
},
|
|
1093
1137
|
},
|
|
1094
1138
|
identity: {
|
|
1095
1139
|
serializedName: "identity",
|
|
1096
1140
|
type: {
|
|
1097
1141
|
name: "Composite",
|
|
1098
|
-
className: "ManagedServiceIdentity"
|
|
1099
|
-
}
|
|
1142
|
+
className: "ManagedServiceIdentity",
|
|
1143
|
+
},
|
|
1100
1144
|
},
|
|
1101
1145
|
minimumTlsVersion: {
|
|
1102
1146
|
serializedName: "properties.minimumTlsVersion",
|
|
1103
1147
|
type: {
|
|
1104
|
-
name: "String"
|
|
1105
|
-
}
|
|
1148
|
+
name: "String",
|
|
1149
|
+
},
|
|
1106
1150
|
},
|
|
1107
1151
|
encryption: {
|
|
1108
1152
|
serializedName: "properties.encryption",
|
|
1109
1153
|
type: {
|
|
1110
1154
|
name: "Composite",
|
|
1111
|
-
className: "ClusterPropertiesEncryption"
|
|
1112
|
-
}
|
|
1155
|
+
className: "ClusterPropertiesEncryption",
|
|
1156
|
+
},
|
|
1113
1157
|
},
|
|
1114
1158
|
hostName: {
|
|
1115
1159
|
serializedName: "properties.hostName",
|
|
1116
1160
|
readOnly: true,
|
|
1117
1161
|
type: {
|
|
1118
|
-
name: "String"
|
|
1119
|
-
}
|
|
1162
|
+
name: "String",
|
|
1163
|
+
},
|
|
1120
1164
|
},
|
|
1121
1165
|
provisioningState: {
|
|
1122
1166
|
serializedName: "properties.provisioningState",
|
|
1123
1167
|
readOnly: true,
|
|
1124
1168
|
type: {
|
|
1125
|
-
name: "String"
|
|
1126
|
-
}
|
|
1169
|
+
name: "String",
|
|
1170
|
+
},
|
|
1127
1171
|
},
|
|
1128
1172
|
resourceState: {
|
|
1129
1173
|
serializedName: "properties.resourceState",
|
|
1130
1174
|
readOnly: true,
|
|
1131
1175
|
type: {
|
|
1132
|
-
name: "String"
|
|
1133
|
-
}
|
|
1176
|
+
name: "String",
|
|
1177
|
+
},
|
|
1134
1178
|
},
|
|
1135
1179
|
redisVersion: {
|
|
1136
1180
|
serializedName: "properties.redisVersion",
|
|
1137
1181
|
readOnly: true,
|
|
1138
1182
|
type: {
|
|
1139
|
-
name: "String"
|
|
1140
|
-
}
|
|
1183
|
+
name: "String",
|
|
1184
|
+
},
|
|
1141
1185
|
},
|
|
1142
1186
|
privateEndpointConnections: {
|
|
1143
1187
|
serializedName: "properties.privateEndpointConnections",
|
|
@@ -1147,13 +1191,13 @@ export const Cluster: coreClient.CompositeMapper = {
|
|
|
1147
1191
|
element: {
|
|
1148
1192
|
type: {
|
|
1149
1193
|
name: "Composite",
|
|
1150
|
-
className: "PrivateEndpointConnection"
|
|
1151
|
-
}
|
|
1152
|
-
}
|
|
1153
|
-
}
|
|
1154
|
-
}
|
|
1155
|
-
}
|
|
1156
|
-
}
|
|
1194
|
+
className: "PrivateEndpointConnection",
|
|
1195
|
+
},
|
|
1196
|
+
},
|
|
1197
|
+
},
|
|
1198
|
+
},
|
|
1199
|
+
},
|
|
1200
|
+
},
|
|
1157
1201
|
};
|
|
1158
1202
|
|
|
1159
1203
|
export const Database: coreClient.CompositeMapper = {
|
|
@@ -1165,47 +1209,47 @@ export const Database: coreClient.CompositeMapper = {
|
|
|
1165
1209
|
clientProtocol: {
|
|
1166
1210
|
serializedName: "properties.clientProtocol",
|
|
1167
1211
|
type: {
|
|
1168
|
-
name: "String"
|
|
1169
|
-
}
|
|
1212
|
+
name: "String",
|
|
1213
|
+
},
|
|
1170
1214
|
},
|
|
1171
1215
|
port: {
|
|
1172
1216
|
serializedName: "properties.port",
|
|
1173
1217
|
type: {
|
|
1174
|
-
name: "Number"
|
|
1175
|
-
}
|
|
1218
|
+
name: "Number",
|
|
1219
|
+
},
|
|
1176
1220
|
},
|
|
1177
1221
|
provisioningState: {
|
|
1178
1222
|
serializedName: "properties.provisioningState",
|
|
1179
1223
|
readOnly: true,
|
|
1180
1224
|
type: {
|
|
1181
|
-
name: "String"
|
|
1182
|
-
}
|
|
1225
|
+
name: "String",
|
|
1226
|
+
},
|
|
1183
1227
|
},
|
|
1184
1228
|
resourceState: {
|
|
1185
1229
|
serializedName: "properties.resourceState",
|
|
1186
1230
|
readOnly: true,
|
|
1187
1231
|
type: {
|
|
1188
|
-
name: "String"
|
|
1189
|
-
}
|
|
1232
|
+
name: "String",
|
|
1233
|
+
},
|
|
1190
1234
|
},
|
|
1191
1235
|
clusteringPolicy: {
|
|
1192
1236
|
serializedName: "properties.clusteringPolicy",
|
|
1193
1237
|
type: {
|
|
1194
|
-
name: "String"
|
|
1195
|
-
}
|
|
1238
|
+
name: "String",
|
|
1239
|
+
},
|
|
1196
1240
|
},
|
|
1197
1241
|
evictionPolicy: {
|
|
1198
1242
|
serializedName: "properties.evictionPolicy",
|
|
1199
1243
|
type: {
|
|
1200
|
-
name: "String"
|
|
1201
|
-
}
|
|
1244
|
+
name: "String",
|
|
1245
|
+
},
|
|
1202
1246
|
},
|
|
1203
1247
|
persistence: {
|
|
1204
1248
|
serializedName: "properties.persistence",
|
|
1205
1249
|
type: {
|
|
1206
1250
|
name: "Composite",
|
|
1207
|
-
className: "Persistence"
|
|
1208
|
-
}
|
|
1251
|
+
className: "Persistence",
|
|
1252
|
+
},
|
|
1209
1253
|
},
|
|
1210
1254
|
modules: {
|
|
1211
1255
|
serializedName: "properties.modules",
|
|
@@ -1214,60 +1258,118 @@ export const Database: coreClient.CompositeMapper = {
|
|
|
1214
1258
|
element: {
|
|
1215
1259
|
type: {
|
|
1216
1260
|
name: "Composite",
|
|
1217
|
-
className: "Module"
|
|
1218
|
-
}
|
|
1219
|
-
}
|
|
1220
|
-
}
|
|
1261
|
+
className: "Module",
|
|
1262
|
+
},
|
|
1263
|
+
},
|
|
1264
|
+
},
|
|
1221
1265
|
},
|
|
1222
1266
|
geoReplication: {
|
|
1223
1267
|
serializedName: "properties.geoReplication",
|
|
1224
1268
|
type: {
|
|
1225
1269
|
name: "Composite",
|
|
1226
|
-
className: "DatabasePropertiesGeoReplication"
|
|
1227
|
-
}
|
|
1228
|
-
}
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
export const DatabasesFlushHeaders: coreClient.CompositeMapper = {
|
|
1234
|
-
type: {
|
|
1235
|
-
name: "Composite",
|
|
1236
|
-
className: "DatabasesFlushHeaders",
|
|
1237
|
-
modelProperties: {
|
|
1238
|
-
location: {
|
|
1239
|
-
serializedName: "location",
|
|
1270
|
+
className: "DatabasePropertiesGeoReplication",
|
|
1271
|
+
},
|
|
1272
|
+
},
|
|
1273
|
+
redisVersion: {
|
|
1274
|
+
serializedName: "properties.redisVersion",
|
|
1275
|
+
readOnly: true,
|
|
1240
1276
|
type: {
|
|
1241
|
-
name: "String"
|
|
1242
|
-
}
|
|
1277
|
+
name: "String",
|
|
1278
|
+
},
|
|
1243
1279
|
},
|
|
1244
|
-
|
|
1245
|
-
serializedName: "
|
|
1280
|
+
deferUpgrade: {
|
|
1281
|
+
serializedName: "properties.deferUpgrade",
|
|
1246
1282
|
type: {
|
|
1247
|
-
name: "String"
|
|
1248
|
-
}
|
|
1249
|
-
}
|
|
1250
|
-
}
|
|
1251
|
-
}
|
|
1283
|
+
name: "String",
|
|
1284
|
+
},
|
|
1285
|
+
},
|
|
1286
|
+
},
|
|
1287
|
+
},
|
|
1252
1288
|
};
|
|
1253
1289
|
|
|
1254
|
-
export const
|
|
1290
|
+
export const DatabasesForceLinkToReplicationGroupHeaders: coreClient.CompositeMapper =
|
|
1291
|
+
{
|
|
1292
|
+
type: {
|
|
1293
|
+
name: "Composite",
|
|
1294
|
+
className: "DatabasesForceLinkToReplicationGroupHeaders",
|
|
1295
|
+
modelProperties: {
|
|
1296
|
+
location: {
|
|
1297
|
+
serializedName: "location",
|
|
1298
|
+
type: {
|
|
1299
|
+
name: "String",
|
|
1300
|
+
},
|
|
1301
|
+
},
|
|
1302
|
+
azureAsyncOperation: {
|
|
1303
|
+
serializedName: "azure-asyncoperation",
|
|
1304
|
+
type: {
|
|
1305
|
+
name: "String",
|
|
1306
|
+
},
|
|
1307
|
+
},
|
|
1308
|
+
},
|
|
1309
|
+
},
|
|
1310
|
+
};
|
|
1311
|
+
|
|
1312
|
+
export const DatabasesFlushHeaders: coreClient.CompositeMapper = {
|
|
1255
1313
|
type: {
|
|
1256
1314
|
name: "Composite",
|
|
1257
|
-
className: "
|
|
1315
|
+
className: "DatabasesFlushHeaders",
|
|
1258
1316
|
modelProperties: {
|
|
1259
1317
|
location: {
|
|
1260
1318
|
serializedName: "location",
|
|
1261
1319
|
type: {
|
|
1262
|
-
name: "String"
|
|
1263
|
-
}
|
|
1320
|
+
name: "String",
|
|
1321
|
+
},
|
|
1264
1322
|
},
|
|
1265
1323
|
azureAsyncOperation: {
|
|
1266
1324
|
serializedName: "azure-asyncoperation",
|
|
1267
1325
|
type: {
|
|
1268
|
-
name: "String"
|
|
1269
|
-
}
|
|
1270
|
-
}
|
|
1271
|
-
}
|
|
1272
|
-
}
|
|
1326
|
+
name: "String",
|
|
1327
|
+
},
|
|
1328
|
+
},
|
|
1329
|
+
},
|
|
1330
|
+
},
|
|
1273
1331
|
};
|
|
1332
|
+
|
|
1333
|
+
export const DatabasesUpgradeDBRedisVersionHeaders: coreClient.CompositeMapper =
|
|
1334
|
+
{
|
|
1335
|
+
type: {
|
|
1336
|
+
name: "Composite",
|
|
1337
|
+
className: "DatabasesUpgradeDBRedisVersionHeaders",
|
|
1338
|
+
modelProperties: {
|
|
1339
|
+
location: {
|
|
1340
|
+
serializedName: "location",
|
|
1341
|
+
type: {
|
|
1342
|
+
name: "String",
|
|
1343
|
+
},
|
|
1344
|
+
},
|
|
1345
|
+
azureAsyncOperation: {
|
|
1346
|
+
serializedName: "azure-asyncoperation",
|
|
1347
|
+
type: {
|
|
1348
|
+
name: "String",
|
|
1349
|
+
},
|
|
1350
|
+
},
|
|
1351
|
+
},
|
|
1352
|
+
},
|
|
1353
|
+
};
|
|
1354
|
+
|
|
1355
|
+
export const PrivateEndpointConnectionsDeleteHeaders: coreClient.CompositeMapper =
|
|
1356
|
+
{
|
|
1357
|
+
type: {
|
|
1358
|
+
name: "Composite",
|
|
1359
|
+
className: "PrivateEndpointConnectionsDeleteHeaders",
|
|
1360
|
+
modelProperties: {
|
|
1361
|
+
location: {
|
|
1362
|
+
serializedName: "location",
|
|
1363
|
+
type: {
|
|
1364
|
+
name: "String",
|
|
1365
|
+
},
|
|
1366
|
+
},
|
|
1367
|
+
azureAsyncOperation: {
|
|
1368
|
+
serializedName: "azure-asyncoperation",
|
|
1369
|
+
type: {
|
|
1370
|
+
name: "String",
|
|
1371
|
+
},
|
|
1372
|
+
},
|
|
1373
|
+
},
|
|
1374
|
+
},
|
|
1375
|
+
};
|